summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-16Simplify common default options setup for built-in log family.Junio C Hamano
2006-04-16Merge branch 'master' into lt/logoptJunio C Hamano
2006-04-16pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin
2006-04-16Tentative built-in "git show"Linus Torvalds
2006-04-16Built-in git-whatchanged.Junio C Hamano
2006-04-16rev-list option parser fix.Junio C Hamano
2006-04-16Split init_revisions() out of setup_revisions()Junio C Hamano
2006-04-16diff-options: add --patch-with-statJohannes Schindelin
2006-04-16diff-files --stat: do not dump core with unmerged index.Junio C Hamano
2006-04-16Support "git cmd --help" syntaxLinus Torvalds
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano
2006-04-15diff-tree: typefix.Junio C Hamano
2006-04-15GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano
2006-04-15Merge branch 'dl/xdiff'Junio C Hamano
2006-04-15Fix up rev-list option parsing.Junio C Hamano
2006-04-15Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano
2006-04-15Common option parsing for "git log --diff" and friendsLinus Torvalds
2006-04-15Merge branch 'js/diffstat'Junio C Hamano
2006-04-15Merge branch 'jc/fix5500'Junio C Hamano
2006-04-15Clean up trailing whitespace when pretty-printing commitsLinus Torvalds
2006-04-14"git cmd -h" for shell scripts.Junio C Hamano
2006-04-14git-log <diff-options> <paths> documentationJunio C Hamano
2006-04-14Retire git-log.sh (take #4)Junio C Hamano
2006-04-14stripspace: incomplete line fix (take #2)Junio C Hamano
2006-04-14t5500: test fixJunio C Hamano
2006-04-14diff --stat: no need to ask funcnames nor context.Junio C Hamano
2006-04-14Fix-up previous expr changes.Junio C Hamano
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-13xdiff: post-process hunks to make them consistent.Davide Libenzi
2006-04-13diff-options: add --stat (take 2)Johannes Schindelin
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-04-13t3600-rm: skip failed-remove test when we cannot make an unremovable file.Junio C Hamano
2006-04-13Use less memory in "git log"Linus Torvalds
2006-04-13git-log: do not output excess blank line between commitsJunio C Hamano
2006-04-13Makefile: $(MAKE) check-docsJunio C Hamano
2006-04-13Documentation: add a couple of missing docs.Junio C Hamano
2006-04-12Merge branch 'jc/combine' into nextJunio C Hamano
2006-04-12Merge branch 'master' into jc/combineJunio C Hamano
2006-04-12combine-diff: type fix.Junio C Hamano
2006-04-12stripspace: make sure not to leave an incomplete line.Junio C Hamano
2006-04-12git-commit: do not muck with commit message when no_edit is set.Junio C Hamano
2006-04-12When showing a commit message, do not lose an incomplete line.Linus Torvalds
2006-04-11Retire t5501-old-fetch-and-upload test.Junio C Hamano
2006-04-11Merge branch 'jc/combine' into nextJunio C Hamano
2006-04-11Merge branch 'jc/diff' into nextJunio C Hamano
2006-04-11combine-diff: fix hunks at the end (take #2).Junio C Hamano
2006-04-11combine-diff: do not lose hunks with only deletion at end.Junio C Hamano
2006-04-11Merge branch 'ds/index' into nextJunio C Hamano
2006-04-11Merge branch 'jc/withraw' into nextJunio C Hamano
2006-04-11Replace index() with strchr().Dennis Stosberg