| Commit message (Expand) | Author | Age | Files | Lines |
* | git.el: Run git-rerere on commits if the rr-cache directory exists. | Alexandre Julliard | 2006-07-23 | 1 | -0/+2 |
* | git-svn: fix fetching new directories copies when using SVN:: libs | Eric Wong | 2006-07-23 | 1 | -7/+16 |
* | tar-tree: add the "tar.umask" config option | Willy Tarreau | 2006-07-23 | 3 | -4/+43 |
* | cvsexportcommit - add -a (add author line) flag, cleanup warnings | Martin Langhoff | 2006-07-23 | 2 | -14/+44 |
* | unpack-objects: remove stale and confusing comment | Junio C Hamano | 2006-07-17 | 1 | -5/+0 |
* | git-fetch: fix --keep vs --thin | Junio C Hamano | 2006-07-17 | 1 | -1/+2 |
* | Merge branch 'sp/reflog'v1.4.2-rc1 | Junio C Hamano | 2006-07-17 | 6 | -11/+33 |
|\ |
|
| * | Record rebase changes as 'rebase' in the reflog. | Shawn Pearce | 2006-07-13 | 2 | -4/+11 |
| * | Log ref changes made by resolve. | Shawn Pearce | 2006-07-11 | 1 | -2/+5 |
| * | Log ref changes made by quiltimport. | Shawn Pearce | 2006-07-11 | 1 | -1/+1 |
| * | Log ref changes made by git-merge and git-pull. | Shawn Pearce | 2006-07-11 | 2 | -4/+16 |
* | | git-svn: don't check for migrations/upgrades on commit-diff | Eric Wong | 2006-07-16 | 1 | -1/+1 |
* | | show-branch: fix performance problem. | Junio C Hamano | 2006-07-16 | 1 | -4/+5 |
* | | Documentation/urls.txt: Use substitution to escape square brackets | Jonas Fonseca | 2006-07-14 | 2 | -8/+11 |
* | | Documentation/Makefile: product depends on asciidoc.conf | Junio C Hamano | 2006-07-14 | 1 | -0/+1 |
* | | Merge branch 'lt/unitype' | Junio C Hamano | 2006-07-14 | 23 | -95/+90 |
|\ \ |
|
| * | | builtin-prune.c: forgot TYPE => OBJ changes. | Junio C Hamano | 2006-07-13 | 1 | -3/+3 |
| * | | Remove TYPE_* constant macros and use object_type enums consistently. | Linus Torvalds | 2006-07-12 | 22 | -92/+87 |
* | | | Merge branch 'sp/lazy-mkdir' | Junio C Hamano | 2006-07-14 | 1 | -14/+12 |
|\ \ \ |
|
| * | | | Make lazy mkdir more robust. | Shawn Pearce | 2006-07-12 | 1 | -14/+12 |
| |/ / |
|
* | | | Fix "git-fetch --tags" exit status when nothing has been changed | Sergey Vlasov | 2006-07-14 | 1 | -1/+1 |
* | | | argv created by handle_alias should be NULL terminated | Matthias Lederhofer | 2006-07-14 | 1 | -6/+5 |
* | | | documentation (urls.txt) typofix | Alp Toker | 2006-07-14 | 1 | -1/+1 |
* | | | gitweb.css: Use monospace fonts for commits and tree-diff. | Luben Tuikov | 2006-07-13 | 1 | -1/+8 |
* | | | Do not use perl in git-commit.sh | Alex Riesen | 2006-07-13 | 1 | -19/+13 |
* | | | diff: Support 256 colors | Timo Hirvonen | 2006-07-13 | 1 | -6/+18 |
* | | | diff: Support both attributes and colors | Timo Hirvonen | 2006-07-13 | 1 | -57/+107 |
* | | | Documentation about exclude/ignore files | Matthias Lederhofer | 2006-07-13 | 2 | -5/+7 |
* | | | daemon: new option --detach to run git-daemon in background | Matthias Lederhofer | 2006-07-13 | 1 | -1/+28 |
* | | | daemon: new option --pid-file=<path> to store the pid | Matthias Lederhofer | 2006-07-13 | 1 | -0/+17 |
* | | | upload-pack: ignore write errors to stderr | Matthias Lederhofer | 2006-07-13 | 1 | -0/+4 |
* | | | daemon: if one of the standard fds is missing open it to /dev/null | Matthias Lederhofer | 2006-07-13 | 1 | -0/+14 |
* | | | daemon: use a custom die routine with syslog | Matthias Lederhofer | 2006-07-13 | 1 | -8/+11 |
* | | | Documentation: Fix ssh://[user@]host.xz URL | Junio C Hamano | 2006-07-13 | 1 | -3/+3 |
* | | | Adjust t4013 tests to corrected format-patch. | Junio C Hamano | 2006-07-13 | 6 | -0/+8 |
* | | | format-patch: Generate a newline between the subject header and the message body | Robert Shearman | 2006-07-13 | 1 | -2/+9 |
* | | | t4013 diff format tests update | Junio C Hamano | 2006-07-13 | 42 | -104/+161 |
* | | | Display help for Git mode after pressing `h' or `?' in *git-status* | Jakub Narebski | 2006-07-13 | 1 | -0/+7 |
* | | | Wrap long lines in docstrings in contrib/emacs/git.el | Jakub Narebski | 2006-07-13 | 1 | -3/+7 |
|/ / |
|
* | | Merge branch 'ml/trace' | Junio C Hamano | 2006-07-12 | 6 | -0/+70 |
|\ \ |
|
| * | | test-lib: unset GIT_TRACE | Junio C Hamano | 2006-07-12 | 1 | -0/+1 |
| * | | GIT_TRACE: fix a mixed declarations and code warning | Timo Hirvonen | 2006-07-09 | 1 | -1/+1 |
| * | | GIT_TRACE: show which built-in/external commands are executed | Matthias Lederhofer | 2006-07-09 | 5 | -0/+69 |
* | | | git-repack: avoid redirecting stderr into git-pack-objects | Junio C Hamano | 2006-07-12 | 1 | -1/+3 |
* | | | Fix grammatical error in git-revert | Junio C Hamano | 2006-07-12 | 1 | -1/+1 |
* | | | Merge branch 'js/merge-base' | Junio C Hamano | 2006-07-12 | 2 | -190/+135 |
|\ \ \ |
|
| * | | | Additional merge-base tests (revised) | A Large Angry SCM | 2006-07-09 | 1 | -0/+45 |
| * | | | merge-base: update the clean-up postprocessing | Junio C Hamano | 2006-07-09 | 1 | -190/+90 |
* | | | | Merge branch 'lt/prune' | Junio C Hamano | 2006-07-12 | 5 | -48/+266 |
|\ \ \ \ |
|
| * | | | | builtin "git prune" | Linus Torvalds | 2006-07-09 | 5 | -48/+266 |
| | |/ /
| |/| | |
|