summaryrefslogtreecommitdiffstats
path: root/builtin/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/pretty-expand-tabs'Junio C Hamano2016-04-131-0/+1
|\
| * pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-301-0/+1
* | diff: activate diff.renames by defaultMatthieu Moy2016-02-251-0/+1
* | log: introduce init_log_defaults()Matthieu Moy2016-02-251-5/+10
* | format-patch: introduce format.outputDirectory configurationAlexander Kuleshov2016-01-131-0/+6
|/
* format-patch: add an option to suppress commit hashbrian m. carlson2015-12-151-0/+5
* Remove get_object_hash.brian m. carlson2015-11-201-9/+9
* Convert struct object to object_idbrian m. carlson2015-11-201-9/+9
* Add several uses of get_object_hash.brian m. carlson2015-11-201-9/+9
* use strbuf_complete to conditionally append slashJeff King2015-10-051-2/+1
* builtin/log.c: minor reformatJunio C Hamano2015-08-251-4/+2
* log: show merge commit when --cc is givenJunio C Hamano2015-08-211-0/+4
* log: when --cc is given, default to -p unless told otherwiseJunio C Hamano2015-08-211-0/+4
* log: rename "tweak" helpersJunio C Hamano2015-08-201-5/+6
* Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-2/+2
|\
| * convert "enum date_mode" into a structJeff King2015-06-291-2/+2
* | Merge branch 'dt/log-follow-config'Junio C Hamano2015-08-031-0/+16
|\ \
| * | log: add "log.follow" configuration variableDavid Turner2015-07-091-0/+16
| |/
* | Merge branch 'mh/init-delete-refs-api'Junio C Hamano2015-08-031-0/+1
|\ \ | |/ |/|
| * refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-0/+1
* | Merge branch 'jc/do-not-feed-tags-to-clear-commit-marks'Junio C Hamano2015-06-241-6/+6
|\ \ | |/ |/|
| * format-patch: do not feed tags to clear_commit_marks()Junio C Hamano2015-06-021-6/+6
* | Merge branch 'jk/at-push-sha1'Junio C Hamano2015-06-051-5/+2
|\ \
| * | remote.c: report specific errors from branch_get_upstreamJeff King2015-05-211-1/+1
| * | remote.c: introduce branch_get_upstream helperJeff King2015-05-211-5/+2
* | | blame, log: format usage strings similarly to those in documentationAlex Henrie2015-05-041-1/+1
|/ /
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-2/+2
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-141-3/+3
* | | Merge branch 'dk/format-patch-ignore-diff-submodule'Junio C Hamano2015-02-111-1/+1
|\ \ \
| * | | format-patch: ignore diff.submodule settingDoug Kelly2015-01-081-1/+1
| | |/ | |/|
* | | Merge branch 'km/log-usage-string-i18n'Junio C Hamano2015-01-141-2/+2
|\ \ \ | |_|/ |/| |
| * | log.c: fix translation markingsKyle J. McKay2015-01-061-2/+2
| * | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-161-6/+7
| |\ \
| * \ \ Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-251-6/+2
| |\ \ \
* | | | | tree.c: update read_tree_recursive callback to pass strbuf as baseNguyễn Thái Ngọc Duy2014-12-011-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-211-1/+2
|\ \ \ \
| * | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+2
* | | | | Merge branch 'jn/parse-config-slot'Junio C Hamano2014-10-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pass config slots as pointers instead of offsetsJonathan Nieder2014-10-141-1/+1
* | | | | use skip_prefix() to avoid more magic numbersRené Scharfe2014-10-071-2/+4
* | | | | Merge branch 'rs/realloc-array'Junio C Hamano2014-09-261-1/+1
|\ \ \ \ \
| * | | | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-1/+1
* | | | | | Merge branch 'mr/mark-i18n-log-rerere'Junio C Hamano2014-09-191-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | builtin/log.c: mark strings for translationMatthias Ruester2014-09-151-5/+5
| |/ / / /
* | | | | Merge branch 'mm/log-branch-desc-plug-leak'Junio C Hamano2014-09-091-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | builtin/log.c: fix minor memory leakMatthieu Moy2014-08-071-0/+1
| |/ / /
* | | | use strbuf_addbuf for adding strbufsRené Scharfe2014-07-101-1/+1
* | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-6/+6
|\ \ \ \
| * | | | use skip_prefix to avoid repeating stringsJeff King2014-06-201-6/+6
* | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-6/+7
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |