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