Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | parseopt: add PARSE_OPT_NO_INTERNAL_HELP | René Scharfe | 2009-03-08 | 2 | -4/+7 |
* | parseopt: add PARSE_OPT_KEEP_UNKNOWN | René Scharfe | 2009-03-08 | 2 | -3/+10 |
* | Merge branch 'maint' | Junio C Hamano | 2009-03-08 | 7 | -9/+48 |
|\ | |||||
| * | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 2009-03-08 | 2 | -0/+34 |
| |\ | |||||
| | * | builtin-revert.c: release index lock when cherry-picking an empty commit | Chris Johnsen | 2009-03-07 | 2 | -0/+34 |
| * | | document config --bool-or-int | Jeff King | 2009-03-07 | 1 | -0/+4 |
| * | | t1300: use test_must_fail as appropriate | Jeff King | 2009-03-07 | 1 | -5/+5 |
| * | | cleanup: add isascii() | René Scharfe | 2009-03-07 | 2 | -2/+3 |
| * | | Documentation: fix badly indented paragraphs in "--bisect-all" description | Christian Couder | 2009-03-07 | 1 | -2/+2 |
* | | | http.c: use strbuf API in quote_ref_url | Tay Ray Chuan | 2009-03-08 | 1 | -20/+10 |
* | | | Move local variables to narrower scopes | Benjamin Kramer | 2009-03-08 | 4 | -12/+8 |
* | | | Remove unused function scope local variables | Benjamin Kramer | 2009-03-08 | 8 | -27/+9 |
* | | | MinGW: fix diff --no-index /dev/null ... | Johannes Schindelin | 2009-03-08 | 2 | -1/+5 |
* | | | git-p4: remove tabs from usermap file | Pete Wyckoff | 2009-03-08 | 1 | -1/+1 |
* | | | Add an (optional, since expensive) test for >2gb clones | Johannes Schindelin | 2009-03-08 | 1 | -0/+45 |
* | | | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 2009-03-08 | 1 | -5/+56 |
* | | | bash completion: refactor --strategy completion | Jay Soffian | 2009-03-08 | 1 | -18/+20 |
* | | | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 2009-03-08 | 1 | -49/+60 |
* | | | Brown paper bag fix for MinGW 64-bit stat | Johannes Schindelin | 2009-03-07 | 1 | -1/+1 |
* | | | Update draft release notes to 1.6.3 | Junio C Hamano | 2009-03-06 | 1 | -0/+60 |
* | | | Merge branch 'en/maint-hash-object' | Junio C Hamano | 2009-03-06 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | Ensure proper setup of git_dir for git-hash-object | Elijah Newren | 2009-02-28 | 1 | -2/+2 |
* | | | | Merge branch 'jc/blame' | Junio C Hamano | 2009-03-06 | 1 | -64/+43 |
|\ \ \ \ | |||||
| * | | | | blame: show "previous" information in --porcelain/--incremental format | Junio C Hamano | 2008-10-12 | 1 | -30/+12 |
| * | | | | git-blame: refactor code to emit "porcelain format" output | Junio C Hamano | 2008-10-12 | 1 | -34/+31 |
* | | | | | Merge branch 'ns/pretty-format' | Junio C Hamano | 2009-03-06 | 6 | -9/+85 |
|\ \ \ \ \ | |||||
| * | | | | | bash completion: add --format= and --oneline options for "git log" | Teemu Likonen | 2009-02-27 | 1 | -2/+12 |
| * | | | | | Add tests for git log --pretty, --format and --oneline. | Felipe Contreras | 2009-02-25 | 1 | -0/+40 |
| * | | | | | Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit" | Nanako Shiraishi | 2009-02-25 | 2 | -0/+8 |
| * | | | | | Give short-hands to --pretty=tformat:%formatstring | Nanako Shiraishi | 2009-02-25 | 2 | -6/+23 |
| * | | | | | Add --format that is a synonym to --pretty | Nanako Shiraishi | 2009-02-25 | 2 | -1/+2 |
* | | | | | | Merge branch 'jk/sane-relative-time' | Junio C Hamano | 2009-03-06 | 1 | -1/+19 |
|\ \ \ \ \ \ | |||||
| * | | | | | | never fallback relative times to absolute | Jeff King | 2009-02-25 | 1 | -1/+19 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'fc/config-editor' | Junio C Hamano | 2009-03-06 | 2 | -4/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git config: trivial cleanup for editor action | Johannes Schindelin | 2009-02-22 | 1 | -6/+3 |
| * | | | | | | git config: codestyle cleanups | Felipe Contreras | 2009-02-22 | 1 | -3/+3 |
| * | | | | | | config: Add new option to open an editor. | Felipe Contreras | 2009-02-08 | 2 | -1/+18 |
* | | | | | | | Merge branch 'js/send-email' | Junio C Hamano | 2009-03-06 | 3 | -151/+479 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | send-email: add --confirm option and configuration setting | Jay Soffian | 2009-03-03 | 3 | -39/+174 |
| * | | | | | | | send-email: don't create temporary compose file until it is needed | Jay Soffian | 2009-02-24 | 1 | -9/+11 |
| * | | | | | | | send-email: --suppress-cc improvements | Jay Soffian | 2009-02-15 | 3 | -36/+169 |
| * | | | | | | | send-email: handle multiple Cc addresses when reading mbox message | Jay Soffian | 2009-02-15 | 2 | -74/+123 |
| * | | | | | | | send-email: allow send-email to run outside a repo | Jay Soffian | 2009-02-15 | 1 | -2/+11 |
* | | | | | | | | Merge branch 'sg/rerere-cleanup' | Junio C Hamano | 2009-03-06 | 3 | -29/+20 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | rerere: remove duplicated functions | SZEDER Gábor | 2009-02-15 | 3 | -29/+20 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'jc/add-p-unquote' | Junio C Hamano | 2009-03-06 | 2 | -10/+52 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | git-add -i/-p: learn to unwrap C-quoted paths | Junio C Hamano | 2009-02-18 | 2 | -10/+52 |
* | | | | | | | | | Merge branch 'jw/imap-preformatted-html' | Junio C Hamano | 2009-03-06 | 2 | -0/+60 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | imap.preformattedHTML to tell Thunderbird to send non-flowed text | Jeremy White | 2009-02-15 | 2 | -0/+60 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jw/format-patch-attach' | Junio C Hamano | 2009-03-06 | 2 | -2/+28 |
|\ \ \ \ \ \ \ \ \ |