git.git
2006-05-04 Jon LoeligerAdd a few more words to the glossary. v1.3.2
2006-05-04 Jon LoeligerAdded definitions for a few words:
2006-05-04 Jon LoeligerAlphabetize the glossary.
2006-05-03 Matthias Kestenholzfix various typos in documentation
2006-05-02 Martin Langhoffgit-send-email: fix version string to be valid perl
2006-05-02 Robert ShearmanGive the user a hint for how to continue in the case...
2006-04-30 Huw Daviesgit-format-patch: Use rfc2822 compliant date.
2006-04-28 Sean EstabrooksFix trivial typo in git-log man page.
2006-04-28 Sean EstabrooksProperly render asciidoc "callouts" in git man pages.
2006-04-28 Sean EstabrooksFix up remaining man pages that use asciidoc "callouts".
2006-04-28 Sean EstabrooksUpdate the git-branch man page to include the "-r"...
2006-04-28 Matthias Kestenholzannotate: display usage information if no filename...
2006-04-28 Matthias Kestenholzannotate: fix warning about uninitialized scalar
2006-04-28 Junio C Hamanogit-am --resolved: more usable error message.
2006-04-27 Junio C Hamanoverify-pack: check integrity in a saner order.
2006-04-26 Junio C Hamanocommit-tree.c: check_valid() microoptimization.
2006-04-26 Linus TorvaldsFix filename verification when in a subdirectory
2006-04-26 Junio C Hamanorebase: typofix.
2006-04-25 Serge E. Hallynsocksetup: don't return on set_reuse_addr() error v1.3.1
2006-04-25 Petr BaudisDocument the configuration file
2006-04-25 Petr BaudisDocument git-var -l listing also configuration variables
2006-04-25 Paul Mackerrasrev-parse: better error message for ambiguous arguments
2006-04-21 Linus Torvaldsgit-log produces no output
2006-04-21 Nicolas Pitrefix pack-object buffer size
2006-04-21 Junio C Hamanomailinfo: decode underscore used in "Q" encoding properly.
2006-04-21 Santi_BéjarReintroduce svn pools to solve the memory leak.
2006-04-21 Junio C Hamanopack-objects: do not stop at object that is "too small"
2006-04-20 Junio C Hamanogit-commit --amend: two fixes.
2006-04-19 Junio C Hamanopre-commit hook: complain about conflict markers.
2006-04-19 Junio C Hamanogit-merge: a bit more readable user guidance.
2006-04-19 Shawn PearceDocument git-clone --reference
2006-04-18 Jonas FonsecaFix filename scaling for binary files
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.
next