Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 2009-01-21 | 9 | -34/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 2009-01-11 | 9 | -34/+99 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'am/maint-push-doc' | Junio C Hamano | 2009-01-21 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Documentation: avoid using undefined parameters | Anders Melchiorsen | 2009-01-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Documentation: mention branches rather than heads | Anders Melchiorsen | 2009-01-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | Documentation: remove a redundant elaboration | Anders Melchiorsen | 2009-01-18 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | | | | | Documentation: git push repository can also be a remote | Anders Melchiorsen | 2009-01-18 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'sg/maint-gitdir-in-subdir' | Junio C Hamano | 2009-01-21 | 2 | -1/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Fix gitdir detection when in subdir of gitdir | SZEDER Gábor | 2009-01-17 | 2 | -1/+12 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'jf/am-failure-report' | Junio C Hamano | 2009-01-21 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | git-am: re-fix the diag message printing | Junio C Hamano | 2009-01-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | git-am: Make it easier to see which patch failed | Jonas Flodén | 2009-01-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'rs/ctype' | Junio C Hamano | 2009-01-21 | 7 | -29/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | Add is_regex_special() | René Scharfe | 2009-01-17 | 4 | -11/+13 | |
| * | | | | | | | | | | | | | | | | | | | | Change NUL char handling of isspecial() | René Scharfe | 2009-01-17 | 5 | -8/+15 | |
| * | | | | | | | | | | | | | | | | | | | | Reformat ctype.c | René Scharfe | 2009-01-17 | 1 | -18/+14 | |
| * | | | | | | | | | | | | | | | | | | | | Add ctype test | René Scharfe | 2009-01-17 | 3 | -1/+92 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/hook-cleanup' | Junio C Hamano | 2009-01-21 | 8 | -112/+73 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | run_hook(): allow more than 9 hook arguments | Stephan Beyer | 2009-01-17 | 2 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | | | | run_hook(): check the executability of the hook before filling argv | Stephan Beyer | 2009-01-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | api-run-command.txt: talk about run_hook() | Stephan Beyer | 2009-01-17 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | | | Move run_hook() from builtin-commit.c into run-command.c (libgit) | Stephan Beyer | 2009-01-17 | 7 | -113/+57 | |
| * | | | | | | | | | | | | | | | | | | | | | checkout: don't crash on file checkout before running post-checkout hook | Stephan Beyer | 2009-01-17 | 1 | -2/+4 | |
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/color-parse' | Junio C Hamano | 2009-01-21 | 5 | -12/+44 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Optimize color_parse_mem | René Scharfe | 2009-01-19 | 1 | -17/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | expand --pretty=format color options | Jeff King | 2009-01-17 | 3 | -1/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | color: make it easier for non-config to parse color specs | Jeff King | 2009-01-17 | 2 | -2/+10 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/maint-format-patch-o-relative' | Junio C Hamano | 2009-01-21 | 2 | -4/+76 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Teach format-patch to handle output directory relative to cwd | Junio C Hamano | 2009-01-12 | 2 | -4/+76 | |
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'kb/am-directory' | Junio C Hamano | 2009-01-21 | 5 | -9/+66 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | git-am: fix shell quoting | Junio C Hamano | 2009-01-14 | 2 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | git-am: add --directory=<dir> option | Junio C Hamano | 2009-01-12 | 5 | -9/+58 | |
* | | | | | | | | | | | | | | | | | | | | | | bash completion: add 'rename' subcommand to git-remote | Markus Heidelberg | 2009-01-21 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-21 | 3 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Rename diff.suppress-blank-empty to diff.suppressBlankEmpty | Johannes Schindelin | 2009-01-21 | 3 | -6/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bs/maint-rename-populate-filespec' | Junio C Hamano | 2009-01-21 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Rename detection: Avoid repeated filespec population | Björn Steinbrink | 2009-01-21 | 1 | -2/+7 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | tutorial-2: Update with the new "git commit" ouput | Santi Béjar | 2009-01-21 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Fix naming scheme for configure cache variables. | Ralf Wildenhues | 2009-01-21 | 1 | -9/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | Makefile: use shell for-loop rather than Make's foreach loop during install | Brandon Casey | 2009-01-19 | 1 | -4/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | use uppercase POSIX compliant signals for the 'trap' command | Markus Heidelberg | 2009-01-19 | 2 | -10/+10 | |
* | | | | | | | | | | | | | | | | | | | | | | contrib/difftool: remove distracting 'echo' in the SIGINT handler | Markus Heidelberg | 2009-01-19 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | contrib/difftool: change trap condition from SIGINT to INT | Markus Heidelberg | 2009-01-19 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | commit: more compact summary and without extra quotes | Santi Béjar | 2009-01-19 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'kc/maint-diff-bwi-fix' | Junio C Hamano | 2009-01-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | test more combinations of ignore-whitespace options to diff | Keith Cascio | 2009-01-19 | 1 | -0/+27 | |
| |/ / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-01-19 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | shell: Document that 'cvs server' is a valid command | Lars Noschinski | 2009-01-19 | 1 | -2/+3 | |
| | |_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | bash completion: refactor diff options | Thomas Rast | 2009-01-19 | 1 | -15/+21 | |
* | | | | | | | | | | | | | | | | | | | | bash completion: move pickaxe options to log | Thomas Rast | 2009-01-19 | 1 | -1/+2 |