aboutsummaryrefslogtreecommitdiffstats
path: root/commit-tree.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-17git-checkout-index: documentation updates.Junio C Hamano1-13/+7
2005-10-17make checkout-index '-a' flag saner.Linus Torvalds1-48/+61
2005-10-15whatchanged: document -m option from git-diff-tree.Junio C Hamano1-0/+7
2005-10-13tutorial: update the initial commit example.Junio C Hamano1-6/+8
2005-10-13Adapt tutorial to cygwin and add test caseJohannes Schindelin2-19/+212
2005-10-13rsh.c: typo fixRalf Baechle1-1/+1
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff1-1/+4
2005-10-10t5400-send-pack relies on a working cpioJohannes Schindelin1-0/+3
2005-10-10git.sh: quote all pathsJonas Fonseca1-2/+2
2005-10-10Teach git-status about spaces in file names also on MacOSXJohannes Schindelin1-4/+4
2005-10-10OpenBSD needs the strcasestr replacement.Junio C Hamano1-0/+1
2005-10-09Also force LC_ALL in test scripts.Junio C Hamano1-1/+2
2005-10-09git-tag: update usage string and documentation.Junio C Hamano2-4/+2
2005-10-09ignore new git-diff index header when computing patch idsKai Ruemmler1-0/+4
2005-10-09Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso1-2/+6
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano1-3/+6
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano2-1/+5
2005-10-07teach git-status about spaces in filenamesKai Ruemmler1-3/+21
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2-26/+189
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-05Fix usage of carets in git-rev-parse(1)Jonas Fonseca2-11/+17
2005-10-05clone-pack: use create_symref() instead of raw symlink.Junio C Hamano1-8/+16
2005-10-05Some typos and light editing of various manpagesChristian Meder14-38/+39
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano3-16/+56
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar2-4/+4
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca1-1/+1
2005-10-05[PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen1-4/+6
2005-10-04Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-10-04Add missing documentation.Junio C Hamano2-0/+110
2005-10-04Remove useless use of sed in git-format-patch.Junio C Hamano1-5/+1
2005-10-03Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-03Remove unused external-diff script.Junio C Hamano1-67/+0
2005-10-03[PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow1-1/+27
2005-10-03Avoid compiler warning.Junio C Hamano1-1/+1
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano1-6/+15
2005-10-03git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano1-1/+2
2005-10-03[PATCH] Random documentation fixesJonas Fonseca26-192/+209
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano1-1/+1
2005-10-03[PATCH] Enable and fix support for base less merges.Fredrik Kuivinen3-3/+9
2005-10-02Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano1-21/+68
2005-10-02Fix minor DOS in rev-list.Junio C Hamano1-1/+11
2005-10-02GIT 0.99.8v0.99.8Junio C Hamano2-1/+7
2005-10-02[PATCH] Update git-clone documentationEric W. Biederman1-1/+14
2005-10-02Handle really trivial case inside git-merge.Junio C Hamano1-1/+21
2005-10-02read-tree: --trivialLinus Torvalds1-0/+12
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen3-2/+82
2005-10-02[PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen1-185/+601
2005-10-02read-tree: remove --head option.Junio C Hamano1-8/+2
2005-10-02Customize git command for installations that lack certain commands.Junio C Hamano2-12/+50
2005-10-02[PATCH] git on OpenBSDHan Boetes1-0/+4