| Commit message (Expand) | Author | Age |
* | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 |
|\ |
|
| * | show: honor --textconv for blobs | Michael J Gruber | 2013-05-10 |
| * | diff_opt: track whether flags have been set explicitly | Junio C Hamano | 2013-05-10 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | | | log, format-patch: parsing uses OPT__QUIET | Stefan Beller | 2013-08-05 |
* | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 |
* | | | Remove deprecated OPTION_BOOLEAN for parsing arguments | Stefan Beller | 2013-08-05 |
* | | | teach format-patch to place other authors into in-body "From" | Jeff King | 2013-07-03 |
|/ / |
|
* | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 |
|\ \ |
|
| * | | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 |
* | | | Merge branch 'tr/line-log' | Junio C Hamano | 2013-06-02 |
|\ \ \ |
|
| * | | | Implement line-history search (git log -L) | Thomas Rast | 2013-03-28 |
| |/ / |
|
* | | | Merge branch 'rr/shortlog-doc' | Junio C Hamano | 2013-04-26 |
|\ \ \
| |_|/
|/| | |
|
| * | | builtin/log.c: make usage string consistent with doc | Ramkumar Ramachandra | 2013-04-22 |
| |/ |
|
* | | format-patch: trivial cleanups | Felipe Contreras | 2013-04-07 |
* | | format-patch: add format.coverLetter configuration variable | Felipe Contreras | 2013-04-07 |
* | | log: update to OPT_BOOL | Felipe Contreras | 2013-04-07 |
* | | format-patch: refactor branch name calculation | Felipe Contreras | 2013-04-07 |
* | | format-patch: improve head calculation for cover-letter | Felipe Contreras | 2013-04-07 |
* | | Merge branch 'js/log-gpg' | Junio C Hamano | 2013-04-02 |
|\ \ |
|
| * | | log: read gpg settings for signed commit verification | Jacob Sarvis | 2013-03-27 |
| |/ |
|
* | | Merge branch 'bc/append-signed-off-by' | Junio C Hamano | 2013-04-01 |
|\ \
| |/
|/| |
|
| * | format-patch: update append_signoff prototype | Nguyễn Thái Ngọc Duy | 2013-02-12 |
* | | Merge branch 'ap/log-mailmap' | Junio C Hamano | 2013-01-20 |
|\ \ |
|
| * | | log: add log.mailmap configuration option | Antoine Pelisse | 2013-01-10 |
| * | | log: add --use-mailmap option | Antoine Pelisse | 2013-01-10 |
| |/ |
|
* | | Merge branch 'jc/format-patch-reroll' | Junio C Hamano | 2013-01-11 |
|\ \ |
|
| * | | format-patch: give --reroll-count a short synonym -v | Junio C Hamano | 2013-01-03 |
| * | | format-patch: add --reroll-count=$N option | Junio C Hamano | 2012-12-22 |
| * | | get_patch_filename(): split into two functions | Junio C Hamano | 2012-12-21 |
| * | | get_patch_filename(): drop "just-numbers" hack | Junio C Hamano | 2012-12-21 |
| * | | get_patch_filename(): simplify function signature | Junio C Hamano | 2012-12-21 |
| * | | builtin/log.c: stop using global patch_suffix | Junio C Hamano | 2012-12-21 |
| * | | builtin/log.c: drop redundant "numbered_files" parameter from make_cover_lett... | Junio C Hamano | 2012-12-21 |
| * | | builtin/log.c: drop unused "numbered" parameter from make_cover_letter() | Junio C Hamano | 2012-12-21 |
* | | | Merge branch 'nd/maint-branch-desc-doc' | Junio C Hamano | 2013-01-09 |
|\ \ \
| |_|/
|/| | |
|
| * | | format-patch: pick up branch description when no ref is specified | Nguyễn Thái Ngọc Duy | 2013-01-03 |
| * | | format-patch: pick up correct branch name from symbolic ref | Nguyễn Thái Ngọc Duy | 2013-01-03 |
| * | | Merge branch 'mz/cherry-pick-cmdline-order' into maint | Junio C Hamano | 2012-09-14 |
| |\ \ |
|
| * \ \ | Sync with 1.7.11.7 | Junio C Hamano | 2012-09-14 |
| |\ \ \ |
|
* | | | | | log: honor grep.* configuration | Junio C Hamano | 2012-10-09 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 |
* | | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log' | Junio C Hamano | 2012-09-10 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | log: fix --quiet synonym for -s | Jeff King | 2012-08-28 |
| * | | | Merge branch 'tr/maint-show-walk' into maint | Junio C Hamano | 2012-07-22 |
| |\ \ \
| | |/ /
| |/| | |
|
* | | | | Merge branch 'nd/i18n-parseopt-help' | Junio C Hamano | 2012-09-07 |
|\ \ \ \ |
|
| * | | | | i18n: log: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 |