]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Split up git-pull-script into separate "fetch" and "merge" phases.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 18:03:24 +0000 (11:03 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 18:03:24 +0000 (11:03 -0700)
commit7ef76925d9c19ef74874e1735e2436e56d0c4897
tree0f31a7ea7b6e6b37e7e25d1fdb843172ef246b84
parent6b14d7faf0bad026a81a27bac07b47691f621b8f
Split up git-pull-script into separate "fetch" and "merge" phases.

This allows you to just fetch stuff first, inspect it, and then
resolve the merge separately if everything looks good.
Makefile
git-fetch-script [new file with mode: 0755]
git-pull-script