summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix uninteresting tags in new revision parsingLinus Torvalds2006-04-181-0/+1
* Merge branch 'jc/pager-cat'Junio C Hamano2006-04-181-1/+1
|\
| * Do not fork PAGER=catJunio C Hamano2006-04-161-1/+1
* | Merge branch 'lt/logopt'Junio C Hamano2006-04-1814-437/+472
|\ \
| * | Fix "git log --stat": make sure to set recursive with --stat.Junio C Hamano2006-04-182-2/+9
| * | combine-diff: show diffstat with the first parent.Junio C Hamano2006-04-171-5/+19
| * | git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-171-2/+0
| * | Log message printout cleanups (#3): fix --pretty=onelineLinus Torvalds2006-04-171-2/+12
| * | Log message printout cleanups (#2)Linus Torvalds2006-04-172-8/+17
| * | Log message printout cleanupsLinus Torvalds2006-04-1711-185/+151
| * | rev-list --header: output format fixJunio C Hamano2006-04-171-0/+3
| * | Fixes for option parsingLinus Torvalds2006-04-162-4/+15
| * | log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-163-15/+30
| * | Simplify common default options setup for built-in log family.Junio C Hamano2006-04-161-13/+7
| * | Merge branch 'master' into lt/logoptJunio C Hamano2006-04-168-21/+169
| |\ \ | | |/
| * | Tentative built-in "git show"Linus Torvalds2006-04-163-0/+24
| * | Built-in git-whatchanged.Junio C Hamano2006-04-161-19/+43
| * | rev-list option parser fix.Junio C Hamano2006-04-151-59/+23
| * | Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-155-5/+6
| * | Fix up rev-list option parsing.Junio C Hamano2006-04-141-2/+4
| * | Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano2006-04-143-0/+7
| * | Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-146-227/+218
* | | GIT 1.3.0v1.3.0Junio C Hamano2006-04-181-1/+1
* | | Add git-annotate(1) and git-blame(1)Jonas Fonseca2006-04-184-1/+92
* | | diff --stat: make sure to set recursive.Junio C Hamano2006-04-183-5/+10
* | | git-svnimport symlink supportHerbert Valerio Riedel2006-04-181-2/+16
* | | packed_object_info_detail(): check for corrupt packfile.Junio C Hamano2006-04-171-2/+4
* | | cleanups: remove unused variable from exec_cmd.cSerge E. Hallyn2006-04-171-3/+1
* | | cleanups: prevent leak of two strduped strings in config.cSerge E. Hallyn2006-04-171-11/+28
* | | cleanups: Remove impossible case in quote.cSerge E. Hallyn2006-04-171-2/+0
* | | cleanups: Remove unused vars from combine-diff.cSerge E. Hallyn2006-04-171-10/+2
* | | cleanups: Fix potential bugs in connect.cSerge E. Hallyn2006-04-171-4/+14
* | | Merge branch 'jc/boundary'Junio C Hamano2006-04-174-10/+36
|\ \ \
| * | | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-164-10/+36
* | | | Merge branch 'jc/bottomless'Junio C Hamano2006-04-171-0/+2
|\ \ \ \
| * | | | rev-list --bisect: limit list before bisecting.Junio C Hamano2006-04-141-0/+2
* | | | | Allow empty lines in info/graftsYann Dirson2006-04-171-1/+1
| |/ / / |/| | |
* | | | Makefile fixups.A Large Angry SCM2006-04-162-2/+2
* | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-04-161-2/+3
|\ \ \ \
| * | | | gitk: Fix bug caused by missing commitlisted elementsPaul Mackerras2006-04-171-2/+3
* | | | | reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano2006-04-161-1/+3
| |_|_|/ |/| | |
* | | | pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin2006-04-161-7/+10
* | | | diff-options: add --patch-with-statJohannes Schindelin2006-04-153-1/+22
* | | | diff-files --stat: do not dump core with unmerged index.Junio C Hamano2006-04-151-4/+17
* | | | Support "git cmd --help" syntaxLinus Torvalds2006-04-151-0/+6
* | | | diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-152-3/+3
* | | | diff-tree: typefix.Junio C Hamano2006-04-151-1/+1
* | | | GIT v1.3.0-rc4v1.3.0-rc4Junio C Hamano2006-04-141-1/+1
* | | | Merge branch 'dl/xdiff'Junio C Hamano2006-04-142-5/+110
|\ \ \ \ | |_|_|/ |/| | |
| * | | xdiff: post-process hunks to make them consistent.Davide Libenzi2006-04-132-5/+110