git.git
2006-04-18 Junio C HamanoGIT 1.3.0 v1.3.0
2006-04-18 Jonas FonsecaAdd git-annotate(1) and git-blame(1)
2006-04-18 Junio C Hamanodiff --stat: make sure to set recursive.
2006-04-18 Herbert Valerio... git-svnimport symlink support
2006-04-18 Junio C Hamanopacked_object_info_detail(): check for corrupt packfile.
2006-04-17 Serge E. Hallyncleanups: remove unused variable from exec_cmd.c
2006-04-17 Serge E. Hallyncleanups: prevent leak of two strduped strings in config.c
2006-04-17 Serge E. Hallyncleanups: Remove impossible case in quote.c
2006-04-17 Serge E. Hallyncleanups: Remove unused vars from combine-diff.c
2006-04-17 Serge E. Hallyncleanups: Fix potential bugs in connect.c
2006-04-17 Junio C HamanoMerge branch 'jc/boundary'
2006-04-17 Junio C HamanoMerge branch 'jc/bottomless'
2006-04-17 Yann DirsonAllow empty lines in info/grafts
2006-04-17 Junio C Hamanorev-list --boundary: show boundary commits even when...
2006-04-17 A Large Angry SCMMakefile fixups.
2006-04-17 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-17 Paul Mackerrasgitk: Fix bug caused by missing commitlisted elements
2006-04-16 Junio C Hamanoreading $GIT_DIR/info/graft - skip comments correctly.
2006-04-16 Johannes Schindelinpager: do not fork a pager if PAGER is set to empty.
2006-04-16 Johannes Schindelindiff-options: add --patch-with-stat
2006-04-16 Junio C Hamanodiff-files --stat: do not dump core with unmerged index.
2006-04-16 Linus TorvaldsSupport "git cmd --help" syntax
2006-04-15 Junio C Hamanodiff --stat: do not do its own three-dashes.
2006-04-15 Junio C Hamanodiff-tree: typefix.
2006-04-15 Junio C HamanoGIT v1.3.0-rc4 v1.3.0-rc4
2006-04-15 Junio C HamanoMerge branch 'dl/xdiff'
2006-04-15 Junio C HamanoMerge branch 'js/diffstat'
2006-04-15 Junio C HamanoMerge branch 'jc/fix5500'
2006-04-15 Junio C Hamanorev-list --bisect: limit list before bisecting.
2006-04-15 Linus TorvaldsClean up trailing whitespace when pretty-printing commits
2006-04-14 Junio C Hamano"git cmd -h" for shell scripts.
2006-04-14 Junio C Hamanogit-log <diff-options> <paths> documentation
2006-04-14 Junio C HamanoRetire git-log.sh (take #4)
2006-04-14 Junio C Hamanostripspace: incomplete line fix (take #2)
2006-04-14 Junio C Hamanot5500: test fix
2006-04-14 Junio C Hamanodiff --stat: no need to ask funcnames nor context.
2006-04-14 Junio C HamanoFix-up previous expr changes.
2006-04-13 Johannes Schindelindiff-options: add --stat (take 2)
2006-04-13 Davide Libenzixdiff: post-process hunks to make them consistent.
2006-04-13 Johannes Schindelindiff-options: add --stat (take 2)
2006-04-13 Mark WoodingShell utilities: Guard against expr' magic tokens.
2006-04-13 Junio C Hamanot3600-rm: skip failed-remove test when we cannot make...
2006-04-13 Linus TorvaldsUse less memory in "git log"
2006-04-13 Junio C Hamanogit-log: do not output excess blank line between commits
2006-04-13 Junio C HamanoMakefile: $(MAKE) check-docs
2006-04-13 Junio C HamanoDocumentation: add a couple of missing docs.
2006-04-12 Junio C HamanoMerge branch 'jc/combine' into next
2006-04-12 Junio C HamanoMerge branch 'master' into jc/combine
2006-04-12 Junio C Hamanocombine-diff: type fix.
2006-04-12 Junio C Hamanostripspace: make sure not to leave an incomplete line.
2006-04-12 Junio C Hamanogit-commit: do not muck with commit message when no_edi...
2006-04-12 Linus TorvaldsWhen showing a commit message, do not lose an incomplet...
2006-04-11 Junio C HamanoRetire t5501-old-fetch-and-upload test.
2006-04-11 Junio C HamanoMerge branch 'jc/combine' into next
2006-04-11 Junio C HamanoMerge branch 'jc/diff' into next
2006-04-11 Junio C Hamanocombine-diff: fix hunks at the end (take #2).
2006-04-11 Junio C Hamanocombine-diff: do not lose hunks with only deletion...
2006-04-11 Junio C HamanoMerge branch 'ds/index' into next
2006-04-11 Junio C HamanoMerge branch 'jc/withraw' into next
2006-04-11 Dennis StosbergReplace index() with strchr().
2006-04-11 Dennis StosbergSolaris 9 also wants our own unsetenv/setenv.
2006-04-11 Junio C HamanoRetire git-log.sh (take #3)
2006-04-11 Petr BaudisSeparate the raw diff and patch with a newline
2006-04-11 Petr BaudisDocument --patch-with-raw
2006-04-11 Junio C HamanoMerge branch 'eb/apply' into next
2006-04-11 Junio C HamanoMerge branch 'jc/withraw' into next
2006-04-11 Junio C Hamanodiff-* --patch-with-raw
2006-04-11 Eric W. BiedermanImplement limited context matching in git-apply.
2006-04-11 Junio C HamanoRetire git-log.sh (take#2)
2006-04-11 Junio C Hamanoblame and friends: adjust to multiple pathspec change.
2006-04-11 Junio C HamanoRetire git-log.sh
2006-04-10 Junio C Hamanogit log --full-diff
2006-04-10 Junio C Hamanotree-diff: do not assume we use only one pathspec
2006-04-10 Junio C HamanoMerge branch 'master' into jc/diff
2006-04-10 Junio C HamanoMerge branch 'lt/rev'
2006-04-10 Junio C HamanoRetire diffcore-pathspec.
2006-04-09 Petr BaudisImprove the git-diff-tree -c/-cc documentation
2006-04-09 Junio C HamanoMerge branch 'jc/diff' into next
2006-04-09 Junio C Hamanogit log [diff-tree options]...
2006-04-09 Junio C Hamanolog-tree: separate major part of diff-tree.
2006-04-09 Linus TorvaldsMake "--parents" logs also be incremental
2006-04-09 Marco Roelandxdiff/xdiffi.c: fix warnings about possibly uninitializ...
2006-04-09 Junio C Hamanodiffcore-rename: fix merging back a broken pair.
2006-04-09 Junio C Hamanodiff: fix output of total-rewrite diff.
2006-04-09 Junio C Hamanogit-log: match rev-list --abbrev and --abbrev-commit
2006-04-08 Junio C HamanoMerge branch 'master' into next
2006-04-08 Junio C HamanoGIT 1.3.0-rc3 v1.3.0-rc3
2006-04-08 Junio C HamanoMerge branch 'kh/svn'
2006-04-08 Junio C HamanoMerge branch 'jc/thinpack'
2006-04-08 Junio C HamanoMerge branch 'jc/date'
2006-04-08 Junio C HamanoMerge branch 'nh/http'
2006-04-08 Junio C HamanoMerge branch 'ew/rev-abbrev'
2006-04-08 Junio C HamanoMerge branch 'jc/blame'
2006-04-07 Junio C HamanoMerge branch 'master' into next
2006-04-07 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-07 Junio C HamanoMerge branch 'maint'
2006-04-07 Junio C Hamanocount-delta: match get_delta_hdr_size() changes. v1.2.6
2006-04-07 Nicolas Pitrecheck patch_delta bounds more carefully
2006-04-07 Junio C HamanoMerge branch 'jc/thinpack' into next
2006-04-07 Junio C HamanoMerge branch 'ew/rev-abbrev' into next
next