summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-231-0/+1
|\ \
| | * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-4/+4
|\ \ \
| * | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-051-3/+3
| * | | patch-ids: convert to struct object_idBrandon Williams2017-06-021-1/+1
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-3/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | log: fix memory leak in open_next_file()Nguyễn Thái Ngọc Duy2017-05-261-4/+8
| * | | print errno when reporting a system call errorNguyễn Thái Ngọc Duy2017-05-261-1/+2
| | |/ | |/|
* | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-021-3/+7
|\ \ \ | |_|/ |/| |
| * | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-241-3/+7
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-5/+5
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-4/+4
| |/
* | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-05-231-2/+2
|\ \
| * | builtin/log: honor log.decorateah/log-decorate-default-to-autobrian m. carlson2017-05-151-2/+2
* | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-1/+1
* | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
| |/ |/|
* | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-04-111-1/+8
|\ \ | |/
| * log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-241-1/+8
* | prefix_filename: return newly allocated stringJeff King2017-03-211-1/+1
* | prefix_filename: drop length parameterJeff King2017-03-211-2/+1
|/
* pretty: use fmt_output_email_subject()rs/log-email-subjectRené Scharfe2017-03-011-2/+3
* 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