Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | | | | | | completion: Better __git_ps1 support when not in working directory | Ted Pavlic | 2009-02-11 | 1 | -14/+22 |
| * | | | | | | | | completion: Use consistent if [...] convention, not "test" | Ted Pavlic | 2009-02-11 | 1 | -20/+11 |
| * | | | | | | | | completion: For consistency, change "git rev-parse" to __gitdir calls | Ted Pavlic | 2009-02-11 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'js/branch-symref' | Junio C Hamano | 2009-03-05 | 2 | -32/+160 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | add basic branch display tests | Jeff King | 2009-02-18 | 1 | -0/+81 |
| * | | | | | | | | | branch: clean up repeated strlen | Jeff King | 2009-02-18 | 1 | -2/+2 |
| * | | | | | | | | | Avoid segfault with 'git branch' when the HEAD is detached | Johannes Schindelin | 2009-02-18 | 1 | -0/+2 |
| * | | | | | | | | | builtin-branch: improve output when displaying remote branches | Jay Soffian | 2009-02-13 | 1 | -30/+75 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'al/ansi-color' | Junio C Hamano | 2009-03-05 | 6 | -43/+51 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | builtin-branch.c: Rename branch category color names | Arjen Laarhoven | 2009-02-13 | 1 | -16/+16 |
| * | | | | | | | | | Clean up use of ANSI color sequences | Arjen Laarhoven | 2009-02-13 | 6 | -27/+35 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'js/valgrind' | Junio C Hamano | 2009-03-05 | 7 | -5/+301 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | valgrind: do not require valgrind 3.4.0 or newer | Johannes Schindelin | 2009-02-05 | 2 | -2/+13 |
| * | | | | | | | | | test-lib: avoid assuming that templates/ are in the GIT_EXEC_PATH | Johannes Schindelin | 2009-02-03 | 1 | -3/+1 |