about summary refs log tree commit homepage
DateCommit message (Expand)
2006-07-17Merge branch 'sp/reflog' v1.4.2-rc1
2006-07-16git-svn: don't check for migrations/upgrades on commit-diff
2006-07-16show-branch: fix performance problem.
2006-07-14Documentation/urls.txt: Use substitution to escape square brackets
2006-07-14Documentation/Makefile: product depends on asciidoc.conf
2006-07-14Merge branch 'lt/unitype'
2006-07-14Merge branch 'sp/lazy-mkdir'
2006-07-14Fix "git-fetch --tags" exit status when nothing has been changed
2006-07-14argv created by handle_alias should be NULL terminated
2006-07-14documentation (urls.txt) typofix
2006-07-13builtin-prune.c: forgot TYPE => OBJ changes.
2006-07-13Record rebase changes as 'rebase' in the reflog.
2006-07-13gitweb.css: Use monospace fonts for commits and tree-diff.
2006-07-13Do not use perl in git-commit.sh
2006-07-13diff: Support 256 colors
2006-07-13diff: Support both attributes and colors
2006-07-13Documentation about exclude/ignore files
2006-07-13daemon: new option --detach to run git-daemon in background
2006-07-13daemon: new option --pid-file=<path> to store the pid
2006-07-13upload-pack: ignore write errors to stderr
2006-07-13daemon: if one of the standard fds is missing open it to /dev/null
2006-07-13daemon: use a custom die routine with syslog
2006-07-13Documentation: Fix ssh://[user@]host.xz URL
2006-07-13Adjust t4013 tests to corrected format-patch.
2006-07-13format-patch: Generate a newline between the subject header and the message body
2006-07-13t4013 diff format tests update
2006-07-13Display help for Git mode after pressing `h' or `?' in *git-status*
2006-07-13Wrap long lines in docstrings in contrib/emacs/git.el
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.
2006-07-12Make lazy mkdir more robust.
2006-07-12Merge branch 'ml/trace'
2006-07-12test-lib: unset GIT_TRACE
2006-07-12git-repack: avoid redirecting stderr into git-pack-objects
2006-07-12Fix grammatical error in git-revert
2006-07-12Merge branch 'js/merge-base'
2006-07-12Merge branch 'lt/prune'
2006-07-12Merge branch 'lt/merge-tree'
2006-07-12fmt-merge-msg fix
2006-07-12gitweb: Make command invocations go through the git wrapper
2006-07-11gitweb: Include a site name in page titles
2006-07-11gitweb: Send XHTML as 'application/xhtml+xml' where possible
2006-07-11Log ref changes made by resolve.
2006-07-11Log ref changes made by quiltimport.
2006-07-11Log ref changes made by git-merge and git-pull.
2006-07-11git-fetch: fix a bashism (==)
2006-07-11Make the unpacked object header functions static to sha1_file.c
2006-07-11git-send-email: Remove redundant Reply-To header
2006-07-11typofix (git-name-rev documentation)
2006-07-11Mention the [user@] part in documentation of ssh:// urls.
2006-07-11tests: Set EDITOR=: and VISUAL=: globally