summaryrefslogtreecommitdiffstats
path: root/setup.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano1-3/+15
2006-04-13Use less memory in "git log"Linus Torvalds1-0/+2
2006-04-13git-log: do not output excess blank line between commitsJunio C Hamano1-1/+1
2006-04-13Makefile: $(MAKE) check-docsJunio C Hamano1-0/+20
2006-04-13Documentation: add a couple of missing docs.Junio C Hamano3-0/+93
2006-04-12combine-diff: type fix.Junio C Hamano1-2/+2
2006-04-12stripspace: make sure not to leave an incomplete line.Junio C Hamano1-3/+8
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano1-5/+12
2006-04-12When showing a commit message, do not lose an incomplete line.Linus Torvalds1-2/+2
2006-04-12Retire t5501-old-fetch-and-upload test.Junio C Hamano1-48/+0
2006-04-11combine-diff: fix hunks at the end (take #2).Junio C Hamano1-28/+21
2006-04-11combine-diff: do not lose hunks with only deletion at end.Junio C Hamano1-11/+29
2006-04-11Replace index() with strchr().Dennis Stosberg2-7/+7
2006-04-11Solaris 9 also wants our own unsetenv/setenv.Dennis Stosberg1-0/+4
2006-04-11Retire git-log.sh (take #3)Junio C Hamano1-2/+3
2006-04-11Separate the raw diff and patch with a newlinePetr Baudis2-0/+2
2006-04-11Document --patch-with-rawPetr Baudis2-0/+5
2006-04-11diff-* --patch-with-rawJunio C Hamano3-33/+61
2006-04-11Implement limited context matching in git-apply.Eric W. Biederman2-19/+112
2006-04-11Retire git-log.sh (take#2)Junio C Hamano1-3/+3
2006-04-11blame and friends: adjust to multiple pathspec change.Junio C Hamano6-23/+34
2006-04-11Retire git-log.shJunio C Hamano1-3/+8
2006-04-11git log --full-diffJunio C Hamano1-1/+12
2006-04-11tree-diff: do not assume we use only one pathspecJunio C Hamano4-24/+32
2006-04-11Retire diffcore-pathspec.Junio C Hamano5-81/+11
2006-04-09Improve the git-diff-tree -c/-cc documentationPetr Baudis1-9/+16
2006-04-09git log [diff-tree options]...Junio C Hamano1-1/+31
2006-04-09log-tree: separate major part of diff-tree.Junio C Hamano4-204/+224
2006-04-09Make "--parents" logs also be incrementalLinus Torvalds4-18/+18
2006-04-09xdiff/xdiffi.c: fix warnings about possibly uninitialized variablesMarco Roeland1-2/+3
2006-04-09diffcore-rename: fix merging back a broken pair.Junio C Hamano1-4/+10
2006-04-09diff: fix output of total-rewrite diff.Junio C Hamano1-2/+3
2006-04-09git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano1-2/+13
2006-04-08GIT 1.3.0-rc3v1.3.0-rc3Junio C Hamano1-1/+1
2006-04-08count-delta: match get_delta_hdr_size() changes.v1.2.6Junio C Hamano1-2/+2
2006-04-08check patch_delta bounds more carefullyNicolas Pitre3-9/+28
2006-04-07git-svnimport: Don't assume that copied files haven't changedKarl Hasselström1-5/+10
2006-04-07rev-list --abbrev-commitJunio C Hamano1-1/+14
2006-04-07Thin pack generation: optimization.Junio C Hamano1-48/+236