Johannes Sixt <johannes.sixt@telecom.at> wrote:Can I make a few suggestions? Base your branch on Junio's 'master', not 'next'. This looks like its going to be a fairly long-running topic with a large number of commits. It will be easier to convince Junio to pull the topic in if its based solely on 'master' than if its based on 'next'. I made the mistake of building my git-fast-import topic on top of 'next' back in Aug. 2006. Its still going and has not yet merged into git.git. I finally went through the pain of rebasing it onto 'master' to make the merge easier for Junio post 1.5.0. Of course gfi is also less intrusive than this topic will be. The other is maybe try to avoid: #ifndef __MINGW32__ ... #endif instead try to use something like: git-compat-util: #ifdef __MINGW32__ #define is_mingw32 1 #else #define is_mingw32 0 #endif everywhere else: if (is_mingw32) { } This way the code within the block can be syntax checked, etc. on non-MinGW platforms but will be removed by the compiler on those non-MinGW systems. I just went through trying to do a #ifndef thing for Windows (1510fea7 in git.git, aka the NO_FAST_WORKING_DIRECTORY flag) and Junio rightly rejected my first attempt which used #ifndef, and instead used something like the above. -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Jeremy Fitzhardinge | Re: [RFC 00/15] x86_64: Optimize percpu accesses |
| Rafael J. Wysocki | 2.6.27-rc4-git1: Reported regressions from 2.6.26 |
| Nick Piggin | Re: [patch] my mmu notifiers |
| Andrew Morton | Re: [PATCH 2/2][MTD] Add support for > 2GiB MTD devices |
git: | |
| Junio C Hamano | [RFD] On deprecating "git-foo" for builtins |
| Scott Parish | Re: What's cooking in git.git (topics) |
| Pierre Habouzit | git submodules |
| Linus Torvalds | Re: fatal: serious inflate inconsistency |
| Richard Stallman | Real men don't attack straw men |
| Tony Abernethy | Re: What is our ultimate goal?? |
| Pieter Verberne | File collision while using pkg_add |
| Brandon Lee | Re: DELL PERC 5iR slow performance |
| Martin P. Hellwig | Re: cvsup, installer and booting |
| esmith | Re: AFS client for dragonfly |
| Matthew Dillon | Re: MAXSAVEDBLOCKS in netinet/tcp_sack.c |
| Emiel Kollof | Re: DO_VOP/lockmgr related panic |
