Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 2013-08-05 | 1 | -2/+2 |
* | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 | 1 | -0/+24 |
* | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 | 1 | -1/+1 |
|\ | |||||
| * | toposort: rename "lifo" field | Junio C Hamano | 2013-06-12 | 1 | -1/+1 |
* | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-03 | 1 | -0/+31 |
|\ \ | |||||
| * | | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 | 1 | -0/+31 |
| |/ | |||||
* | | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 2013-04-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | builtin/log.c: make usage string consistent with doc | Ramkumar Ramachandra | 2013-04-22 | 1 | -1/+1 |
| |/ | |||||
* | | format-patch: trivial cleanups | Felipe Contreras | 2013-04-07 | 1 | -36/+35 |
* | | format-patch: add format.coverLetter configuration variable | Felipe Contreras | 2013-04-07 | 1 | -6/+26 |
* | | log: update to OPT_BOOL | Felipe Contreras | 2013-04-07 | 1 | -7/+7 |
* | | format-patch: refactor branch name calculation | Felipe Contreras | 2013-04-07 | 1 | -17/+16 |
* | | format-patch: improve head calculation for cover-letter | Felipe Contreras | 2013-04-07 | 1 | -18/+4 |
* | | Merge branch 'js/log-gpg' | Junio C Hamano | 2013-04-03 | 1 | -0/+3 |
|\ \ | |||||
| * | | log: read gpg settings for signed commit verification | Jacob Sarvis | 2013-03-27 | 1 | -0/+3 |
| |/ | |||||
* | | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 2013-04-01 | 1 | -12/+1 |
|\ \ | |/ |/| | |||||
| * | format-patch: update append_signoff prototype | Nguyễn Thái Ngọc Duy | 2013-02-12 | 1 | -12/+1 |
* | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-21 | 1 | -1/+15 |
|\ \ | |||||
| * | | log: add log.mailmap configuration option | Antoine Pelisse | 2013-01-10 | 1 | -0/+7 |
| * | | log: add --use-mailmap option | Antoine Pelisse | 2013-01-10 | 1 | -1/+8 |
| |/ | |||||
* | | Merge branch 'jc/format-patch-reroll' | Junio C Hamano | 2013-01-12 | 1 | -9/+24 |
|\ \ | |||||
| * | | format-patch: give --reroll-count a short synonym -v | Junio C Hamano | 2013-01-04 | 1 | -1/+1 |
| * | | format-patch: add --reroll-count=$N option | Junio C Hamano | 2012-12-22 | 1 | -0/+11 |
| * | | get_patch_filename(): split into two functions | Junio C Hamano | 2012-12-22 | 1 | -1/+3 |
| * | | get_patch_filename(): drop "just-numbers" hack | Junio C Hamano | 2012-12-22 | 1 | -1/+4 |
| * | | get_patch_filename(): simplify function signature | Junio C Hamano | 2012-12-22 | 1 | -1/+1 |
| * | | builtin/log.c: stop using global patch_suffix | Junio C Hamano | 2012-12-22 | 1 | -2/+2 |
| * | | builtin/log.c: drop redundant "numbered_files" parameter from make_cover_lett... | Junio C Hamano | 2012-12-22 | 1 | -7/+6 |
| * | | builtin/log.c: drop unused "numbered" parameter from make_cover_letter() | Junio C Hamano | 2012-12-22 | 1 | -2/+2 |
* | | | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 2013-01-09 | 1 | -13/+23 |
|\ \ \ | |_|/ |/| | | |||||
| * | | format-patch: pick up branch description when no ref is specified | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -3/+16 |
| * | | format-patch: pick up correct branch name from symbolic ref | Nguyễn Thái Ngọc Duy | 2013-01-03 | 1 | -12/+9 |
| * | | Merge branch 'mz/cherry-pick-cmdline-order' into maint | Junio C Hamano | 2012-09-15 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Sync with 1.7.11.7 | Junio C Hamano | 2012-09-15 | 1 | -1/+1 |
| |\ \ \ | |||||
* | | | | | log: honor grep.* configuration | Junio C Hamano | 2012-10-10 | 1 | -1/+7 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | 1 | -1/+1 |
* | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | log: fix --quiet synonym for -s | Jeff King | 2012-08-29 | 1 | -1/+1 |
| * | | | Merge branch 'tr/maint-show-walk' into maint | Junio C Hamano | 2012-07-22 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 | 1 | -40/+40 |
|\ \ \ \ | |||||
| * | | | | i18n: log: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -5/+5 |
| * | | | | i18n: format-patch: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -33/+33 |
| * | | | | i18n: cherry: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | cherry: remove redundant check for merge commit | Martin von Zweigbergk | 2012-07-30 | 1 | -8/+2 |
* | | | | cherry: don't set ignored rev_info options | Martin von Zweigbergk | 2012-07-30 | 1 | -4/+0 |
* | | | | remove unnecessary parameter from get_patch_ids() | Martin von Zweigbergk | 2012-07-29 | 1 | -4/+4 |
|/ / / | |||||
* | | | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 2012-07-22 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | revision.c: the "log" family, except for "show", takes committish | Junio C Hamano | 2012-07-10 | 1 | -0/+3 |
* | | | | Merge branch 'tr/maint-show-walk' | Junio C Hamano | 2012-07-14 | 1 | -0/+3 |
|\ \ \ \ | | |_|/ | |/| | |