Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'km/log-usage-string-i18n' | Junio C Hamano | 2015-01-14 | 1 | -2/+2 |
|\ | |||||
| * | log.c: fix translation markings | Kyle J. McKay | 2015-01-06 | 1 | -2/+2 |
| * | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | 1 | -6/+7 |
| |\ | |||||
| * \ | Merge branch 'jk/diff-follow-must-take-one-pathspec' into maint | Junio C Hamano | 2014-06-25 | 1 | -6/+2 |
| |\ \ | |||||
* | | | | tree.c: update read_tree_recursive callback to pass strbuf as base | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -1/+1 |
* | | | | Merge branch 'rs/ref-transaction' | Junio C Hamano | 2014-10-21 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -1/+2 |
* | | | | | Merge branch 'jn/parse-config-slot' | Junio C Hamano | 2014-10-20 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | pass config slots as pointers instead of offsets | Jonathan Nieder | 2014-10-14 | 1 | -1/+1 |
* | | | | | use skip_prefix() to avoid more magic numbers | René Scharfe | 2014-10-07 | 1 | -2/+4 |
* | | | | | Merge branch 'rs/realloc-array' | Junio C Hamano | 2014-09-26 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 | 1 | -1/+1 |
* | | | | | | Merge branch 'mr/mark-i18n-log-rerere' | Junio C Hamano | 2014-09-19 | 1 | -5/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | builtin/log.c: mark strings for translation | Matthias Ruester | 2014-09-15 | 1 | -5/+5 |
| |/ / / / | |||||
* | | | | | Merge branch 'mm/log-branch-desc-plug-leak' | Junio C Hamano | 2014-09-09 | 1 | -0/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | builtin/log.c: fix minor memory leak | Matthieu Moy | 2014-08-07 | 1 | -0/+1 |
| |/ / / | |||||
* | | | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 | 1 | -1/+1 |
* | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 1 | -6/+6 |
* | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 | 1 | -6/+7 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
| * | | | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 1 | -2/+5 |
| * | | | provide a helper to free commit buffer | Jeff King | 2014-06-13 | 1 | -4/+2 |
| |/ / | |||||
* | | | Merge branch 'lt/log-auto-decorate' | Junio C Hamano | 2014-06-16 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | git log: support "auto" decorations | Linus Torvalds | 2014-05-30 | 1 | -0/+2 |
| |/ / | |||||
* | | | Merge branch 'jm/format-patch-mail-sig' | Junio C Hamano | 2014-06-16 | 1 | -2/+24 |
|\ \ \ | |||||
| * | | | format-patch: add "--signature-file=<file>" option | Jeremiah Mahler | 2014-05-27 | 1 | -0/+17 |
| * | | | format-patch: make newline after signature conditional | Jeff King | 2014-05-21 | 1 | -2/+7 |
| |/ / | |||||
* | | | Merge branch 'jk/diff-follow-must-take-one-pathspec' | Junio C Hamano | 2014-06-16 | 1 | -6/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | move "--follow needs one pathspec" rule to diff_setup_done | Jeff King | 2014-05-20 | 1 | -6/+2 |
* | | comments: fix misuses of "nor" | Justin Lebar | 2014-04-01 | 1 | -1/+1 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'mg/more-textconv' | Junio C Hamano | 2013-10-23 | 1 | -3/+23 |
|\ | |||||
| * | show: honor --textconv for blobs | Michael J Gruber | 2013-05-10 | 1 | -3/+22 |
| * | diff_opt: track whether flags have been set explicitly | Junio C Hamano | 2013-05-10 | 1 | -0/+1 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -1/+1 |
* | | | log, format-patch: parsing uses OPT__QUIET | Stefan Beller | 2013-08-05 | 1 | -3/+2 |
* | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -4/+4 |
* | | | 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 |