about summary refs log tree commit homepage
DateCommit message (Expand)
2006-05-03Add a few more words to the glossary. v1.3.2
2006-05-03Added definitions for a few words:
2006-05-03Alphabetize the glossary.
2006-05-03fix various typos in documentation
2006-05-02git-send-email: fix version string to be valid perl
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...
2006-04-30git-format-patch: Use rfc2822 compliant date.
2006-04-28Fix trivial typo in git-log man page.
2006-04-28Properly render asciidoc "callouts" in git man pages.
2006-04-28Fix up remaining man pages that use asciidoc "callouts".
2006-04-28Update the git-branch man page to include the "-r" option,
2006-04-28annotate: display usage information if no filename was given
2006-04-28annotate: fix warning about uninitialized scalar
2006-04-28git-am --resolved: more usable error message.
2006-04-27verify-pack: check integrity in a saner order.
2006-04-26commit-tree.c: check_valid() microoptimization.
2006-04-26Fix filename verification when in a subdirectory
2006-04-26rebase: typofix.
2006-04-24socksetup: don't return on set_reuse_addr() error v1.3.1
2006-04-24Document the configuration file
2006-04-24Document git-var -l listing also configuration variables
2006-04-24rev-parse: better error message for ambiguous arguments
2006-04-21git-log produces no output
2006-04-21fix pack-object buffer size
2006-04-21mailinfo: decode underscore used in "Q" encoding properly.
2006-04-20Reintroduce svn pools to solve the memory leak.
2006-04-20pack-objects: do not stop at object that is "too small"
2006-04-20git-commit --amend: two fixes.
2006-04-19pre-commit hook: complain about conflict markers.
2006-04-19git-merge: a bit more readable user guidance.
2006-04-18Document git-clone --reference
2006-04-18Fix filename scaling for binary files
2006-04-18GIT 1.3.0 v1.3.0
2006-04-18Add git-annotate(1) and git-blame(1)
2006-04-18diff --stat: make sure to set recursive.
2006-04-18git-svnimport symlink support
2006-04-17packed_object_info_detail(): check for corrupt packfile.
2006-04-17cleanups: remove unused variable from exec_cmd.c
2006-04-17cleanups: prevent leak of two strduped strings in config.c
2006-04-17cleanups: Remove impossible case in quote.c
2006-04-17cleanups: Remove unused vars from combine-diff.c
2006-04-17cleanups: Fix potential bugs in connect.c
2006-04-17Merge branch 'jc/boundary'
2006-04-17Merge branch 'jc/bottomless'
2006-04-17Allow empty lines in info/grafts
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.
2006-04-16Makefile fixups.
2006-04-16Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-17gitk: Fix bug caused by missing commitlisted elements
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.