On Wed, Mar 21, 2007 at 08:37:07AM -0700, Junio C Hamano wrote:I don't think it necessarily means distrust; I always do a fetch + inspect + merge, and I am often fetching my own code to a different platform! My reason is that the inspect step takes an arbitrary amount of time, and I don't want to lose my place. That is, I might go eat dinner in the middle of the 'inspect' and then come back. By using my branch head as a checkpoint, I am recording "I have inspected up to my master"; when I am done inspecting, the merge moves my checkpoint forward. That way I never fail to look over the commits; I don't do this out of distrust, but because I want to see all of the commits. I could just use FETCH_HEAD, but it is easy to overwrite accidentally (if I do another git-fetch after dinner, not realizing I'm in the middle of an inspection already, or if I'm looking to grab more changes). I could also use the reflog, but it will also change if I fetch again in the middle. Of course, I use this for small-ish projects like git, or personal projects. I don't think trying to glance over every commit to the kernel would be scalable. -Peff - 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
| Adrian Bunk | Re: Linux 2.6.21 |
| Eric W. Biederman | Re: [PATCH] kexec: force x86_64 arches to boot kdump kernels on boot cpu |
| Gene Heskett | Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 |
| Mel Gorman | Re: 2.6.21-rc7-mm2 -- x86_64 VDSO compile error |
git: | |
| David Miller | Re: Git and GCC |
| Paolo Ciarrocchi | Question about "git commit -a" |
| Abdelrazak Younes | Git-windows and git-svn? |
| Steven Grimm | Re: Git User's Survey 2007 |
| Kai Römer | Re: GPS |
| Thomas MIGLINCI | AW: 2.5mm or 3.5mm |
| Alexey Feldgendler | Re: Neo as cellular modem? |
| ian douglas | Re: SanDisk micro SDHC 8GB card under testing |
| Richard Stallman | Real men don't attack straw men |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| L. V. Lammert | Re: About Xen: maybe a reiterative question but .. |
| Michael | Performance: OpenVPN vs IPsec |
| Shared swap partition | 5 hours ago | Linux general |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 2 days ago | Applications and Utilities |
| the kernel how to power off the machine | 2 days ago | Linux kernel |
| Easter Eggs in windows XP | 2 days ago | Windows |
| Root password | 2 days ago | Linux general |
| Where/when DNOTIFY is used? | 2 days ago | Linux kernel |
| How to convert Linux Kernel built-in module into a loadable module | 2 days ago | Linux kernel |
| Linux 2.6.24 and I/O schedulers | 2 days ago | Linux kernel |
| USB Driver -- Interrupt Polling -- A Little Help Please | 2 days ago | Linux general |
