Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'lt/pretty-expand-tabs' | Junio C Hamano | 2016-04-13 | 1 | -0/+1 |
|\ | |||||
| * | pretty: enable --expand-tabs by default for selected pretty formats | Junio C Hamano | 2016-03-30 | 1 | -0/+1 |
* | | diff: activate diff.renames by default | Matthieu Moy | 2016-02-25 | 1 | -0/+1 |
* | | log: introduce init_log_defaults() | Matthieu Moy | 2016-02-25 | 1 | -5/+10 |
* | | format-patch: introduce format.outputDirectory configuration | Alexander Kuleshov | 2016-01-13 | 1 | -0/+6 |
|/ | |||||
* | format-patch: add an option to suppress commit hash | brian m. carlson | 2015-12-15 | 1 | -0/+5 |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -9/+9 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -9/+9 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -9/+9 |
* | use strbuf_complete to conditionally append slash | Jeff King | 2015-10-05 | 1 | -2/+1 |
* | builtin/log.c: minor reformat | Junio C Hamano | 2015-08-25 | 1 | -4/+2 |
* | log: show merge commit when --cc is given | Junio C Hamano | 2015-08-21 | 1 | -0/+4 |
* | log: when --cc is given, default to -p unless told otherwise | Junio C Hamano | 2015-08-21 | 1 | -0/+4 |
* | log: rename "tweak" helpers | Junio C Hamano | 2015-08-20 | 1 | -5/+6 |
* | Merge branch 'jk/date-mode-format' | Junio C Hamano | 2015-08-03 | 1 | -2/+2 |
|\ | |||||
| * | convert "enum date_mode" into a struct | Jeff King | 2015-06-29 | 1 | -2/+2 |
* | | Merge branch 'dt/log-follow-config' | Junio C Hamano | 2015-08-03 | 1 | -0/+16 |
|\ \ | |||||
| * | | log: add "log.follow" configuration variable | David Turner | 2015-07-09 | 1 | -0/+16 |
| |/ | |||||
* | | Merge branch 'mh/init-delete-refs-api' | Junio C Hamano | 2015-08-03 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | refs: move the remaining ref module declarations to refs.h | Michael Haggerty | 2015-06-22 | 1 | -0/+1 |
* | | Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks' | Junio C Hamano | 2015-06-24 | 1 | -6/+6 |
|\ \ | |/ |/| | |||||
| * | format-patch: do not feed tags to clear_commit_marks() | Junio C Hamano | 2015-06-02 | 1 | -6/+6 |
* | | Merge branch 'jk/at-push-sha1' | Junio C Hamano | 2015-06-05 | 1 | -5/+2 |
|\ \ | |||||
| * | | remote.c: report specific errors from branch_get_upstream | Jeff King | 2015-05-21 | 1 | -1/+1 |
| * | | remote.c: introduce branch_get_upstream helper | Jeff King | 2015-05-21 | 1 | -5/+2 |
* | | | blame, log: format usage strings similarly to those in documentation | Alex Henrie | 2015-05-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'ah/usage-strings' | Junio C Hamano | 2015-02-11 | 1 | -2/+2 |
|\ \ | |||||
| * | | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -3/+3 |
* | | | Merge branch 'dk/format-patch-ignore-diff-submodule' | Junio C Hamano | 2015-02-11 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | format-patch: ignore diff.submodule setting | Doug Kelly | 2015-01-08 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | |