summaryrefslogtreecommitdiffstats
path: root/sha1_name.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-04-17Allow empty lines in info/graftsYann Dirson1-1/+1
2006-04-17rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano4-10/+36
2006-04-17Makefile fixups.A Large Angry SCM2-2/+2
2006-04-17gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras1-2/+3
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano1-1/+3
2006-04-16pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin1-7/+10
2006-04-16diff-options: add --patch-with-statJohannes Schindelin3-1/+22
2006-04-16diff-files --stat: do not dump core with unmerged index.Junio C Hamano1-4/+17
2006-04-16Support "git cmd --help" syntaxLinus Torvalds1-0/+6
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano2-3/+3
2006-04-15diff-tree: typefix.Junio C Hamano1-1/+1
2006-04-15GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano1-1/+1
2006-04-15rev-list --bisect: limit list before bisecting.Junio C Hamano1-0/+2
2006-04-15Clean up trailing whitespace when pretty-printing commitsLinus Torvalds1-10/+5
2006-04-15"git cmd -h" for shell scripts.Junio C Hamano1-1/+1
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano1-4/+20
2006-04-14Retire git-log.sh (take #4)Junio C Hamano1-15/+0
2006-04-14stripspace: incomplete line fix (take #2)Junio C Hamano1-1/+3
2006-04-14t5500: test fixJunio C Hamano1-19/+14
2006-04-14diff --stat: no need to ask funcnames nor context.Junio C Hamano1-2/+2
2006-04-14Fix-up previous expr changes.Junio C Hamano2-3/+3
2006-04-14diff-options: add --stat (take 2)Johannes Schindelin1-5/+5
2006-04-14xdiff: post-process hunks to make them consistent.Davide Libenzi2-5/+110
2006-04-14diff-options: add --stat (take 2)Johannes Schindelin4-7/+226
2006-04-14Shell utilities: Guard against expr' magic tokens.Mark Wooding9-30/+30
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