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