summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/format-patch-rfc'Junio C Hamano2016-09-261-1/+9
|\
| * format-patch: add "--rfc" for the common case of [RFC PATCH]jt/format-patch-rfcJosh Triplett2016-09-211-1/+9
* | Merge branch 'jt/format-patch-base-info-above-sig'Junio C Hamano2016-09-211-3/+3
|\ \
| * | format-patch: show base info before email signaturejt/format-patch-base-info-above-sigJosh Triplett2016-09-151-3/+3
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2016-09-191-22/+22
|\ \
| * | streaming: make stream_blob_to_fd take struct object_idbrian m. carlson2016-09-071-2/+2
| * | builtin: convert textconv_object to use struct object_idbrian m. carlson2016-09-071-1/+1
| * | builtin/log: convert some static functions to use struct object_idbrian m. carlson2016-09-071-22/+22
| |/
* | Merge branch 'jk/format-patch-number-singleton-patch-with-cover'Junio C Hamano2016-09-081-4/+4
|\ \ | |/ |/|
| * format-patch: show 0/1 and 1/1 for singleton patch with cover letterjk/format-patch-number-singleton-patch-with-coverJacob Keller2016-08-231-4/+4
* | Merge branch 'kw/patch-ids-optim'Junio C Hamano2016-08-121-1/+1
|\ \
| * | rebase: avoid computing unnecessary patch IDsKevin Willford2016-08-111-1/+1
| |/
* | Merge branch 'jt/format-patch-from-config'Junio C Hamano2016-08-101-1/+12
|\ \
| * | format-patch: format.from gives the default for --fromjt/format-patch-from-configJosh Triplett2016-08-011-1/+12
| |/
* | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-191-39/+48
|\ \
| * | format-patch: use stdout directlyJohannes Schindelin2016-06-241-5/+1
| * | format-patch: avoid freopen()Johannes Schindelin2016-06-241-31/+33
| * | format-patch: explicitly switch off color when writing to filesJohannes Schindelin2016-06-241-0/+2
| * | log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2016-06-241-3/+12
| |/
* | Merge branch 'mj/log-show-signature-conf'Junio C Hamano2016-07-111-0/+6
|\ \
| * | log: add log.showSignature configuration variablemj/log-show-signature-confMehul Jain2016-06-241-0/+6
| |/
* | Merge branch 'ew/mboxrd-format-am'Junio C Hamano2016-07-061-1/+1
|\ \
| * | pretty: support "mboxrd" output formatEric Wong2016-06-061-1/+1
| |/
* | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-061-3/+3
|\ \ | |/ |/|
| * use string_list initializer consistentlyjk/string-list-static-initJeff King2016-06-131-3/+3
* | Merge branch 'xy/format-patch-base'Junio C Hamano2016-05-231-0/+168
|\ \ | |/ |/|
| * format-patch: introduce format.useAutoBase configurationXiaolong Ye2016-04-261-6/+11
| * format-patch: introduce --base=auto optionXiaolong Ye2016-04-261-3/+27
| * format-patch: add '--base' option to record base tree infoXiaolong Ye2016-04-261-0/+139
* | 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 defaultmm/diff-renames-defaultMatthieu Moy2016-02-251-0/+1
* | | log: introduce init_log_defaults()Matthieu Moy2016-02-251-5/+10
| |/ |/|
* | format-patch: introduce format.outputDirectory configurationak/format-patch-odir-configAlexander 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 reformatjc/log-p-ccJunio C Hamano2015-08-251-4/+2
* log: show merge commit when --cc is givenJunio C Hamano2015-08-201-0/+4
* log: when --cc is given, default to -p unless told otherwiseJunio C Hamano2015-08-201-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
|\ \ | |/ |/|