Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused function scope local variables | Benjamin Kramer | 2009-03-07 | 8 | -27/+9 |
* | MinGW: fix diff --no-index /dev/null ... | Johannes Schindelin | 2009-03-07 | 2 | -1/+5 |
* | git-p4: remove tabs from usermap file | Pete Wyckoff | 2009-03-07 | 1 | -1/+1 |
* | Add an (optional, since expensive) test for >2gb clones | Johannes Schindelin | 2009-03-07 | 1 | -0/+45 |
* | bash completion: teach fetch, pull, and push to complete their options | Jay Soffian | 2009-03-07 | 1 | -5/+56 |
* | bash completion: refactor --strategy completion | Jay Soffian | 2009-03-07 | 1 | -18/+20 |
* | bash completion: fix completion issues with fetch, pull, and push | Jay Soffian | 2009-03-07 | 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-05 | 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-05 | 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-05 | 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-24 | 2 | -0/+8 |
| * | | | Give short-hands to --pretty=tformat:%formatstring | Nanako Shiraishi | 2009-02-24 | 2 | -6/+23 |
| * | | | Add --format that is a synonym to --pretty | Nanako Shiraishi | 2009-02-24 | 2 | -1/+2 |
* | | | | Merge branch 'jk/sane-relative-time' | Junio C Hamano | 2009-03-05 | 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-05 | 2 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | git config: trivial cleanup for editor action | Johannes Schindelin | 2009-02-21 | 1 | -6/+3 |
| * | | | | git config: codestyle cleanups | Felipe Contreras | 2009-02-21 | 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-05 | 3 | -151/+479 |
|\ \ \ \ \ | |||||
| * | | | | | send-email: add --confirm option and configuration setting | Jay Soffian | 2009-03-02 | 3 | -39/+174 |
| * | | | | | send-email: don't create temporary compose file until it is needed | Jay Soffian | 2009-02-23 | 1 | -9/+11 |
| * | | | | | send-email: --suppress-cc improvements | Jay Soffian | 2009-02-14 | 3 | -36/+169 |
| * | | | | | send-email: handle multiple Cc addresses when reading mbox message | Jay Soffian | 2009-02-14 | 2 | -74/+123 |
| * | | | | | send-email: allow send-email to run outside a repo | Jay Soffian | 2009-02-14 | 1 | -2/+11 |
* | | | | | | Merge branch 'sg/rerere-cleanup' | Junio C Hamano | 2009-03-05 | 3 | -29/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | rerere: remove duplicated functions | SZEDER Gábor | 2009-02-14 | 3 | -29/+20 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jc/add-p-unquote' | Junio C Hamano | 2009-03-05 | 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-05 | 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-05 | 2 | -2/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Enable setting attach as the default in .gitconfig for git-format-patch. | Jeremy White | 2009-02-12 | 2 | -2/+28 |
* | | | | | | | | Merge branch 'sr/force-rebase' | Junio C Hamano | 2009-03-05 | 1 | -5/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Teach rebase to rebase even if upstream is up to date | Sverre Rabbelier | 2009-02-13 | 1 | -5/+19 |
* | | | | | | | | | Merge branch 'fg/exclude-bq' | Junio C Hamano | 2009-03-05 | 2 | -2/+9 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Support "\" in non-wildcard exclusion entries | Finn Arne Gangstad | 2009-02-12 | 2 | -2/+9 |
* | | | | | | | | | | Merge branch 'dm/add-i-edit-abort' | Junio C Hamano | 2009-03-05 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | add -i: revisit hunk on editor failure | Deskin Miller | 2009-02-11 | 1 | -0/+4 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'tp/completion' | Junio C Hamano | 2009-03-05 | 1 | -38/+42 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fixup: Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-24 | 1 | -7/+6 |
| * | | | | | | | | | | Add bare repository indicator for __git_ps1 | Marius Storm-Olsen | 2009-02-23 | 1 | -2/+8 |
| * | | | | | | | | | | completion: More fixes to prevent unbound variable errors | Ted Pavlic | 2009-02-11 | 1 | -4/+4 |