summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-241-1/+1
|\
* \ Merge branch 'kw/rebase-progress'Junio C Hamano2017-08-231-0/+10
|\ \
| * | format-patch: have progress option while generating patchesKevin Willford2017-08-141-0/+10
| |/
* | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-5/+5
|\ \
| * | parse_decoration_style: drop unused argument `var`ma/parse-maybe-boolMartin Ågren2017-08-071-3/+3
| * | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-2/+2
* | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-111-3/+6
|\ \ \
| * | | log: do not free parents when walking reflogJeff King2017-07-091-2/+2
| * | | log: clarify comment about reflog cyclesJeff King2017-07-091-1/+4
* | | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-171-1/+1
* | | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-171-2/+2
| |_|/ |/| |
* | | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-121-1/+1
|\ \ \ | |/ / |/| |
| * | use DIV_ROUND_UPrs/use-div-round-upRené Scharfe2017-07-101-1/+1
| * | Merge branch 'jk/diff-blob' into maintJunio C Hamano2017-06-241-3/+7
| |\ \
| * \ \ Merge branch 'ah/log-decorate-default-to-auto' into maintJunio C Hamano2017-06-041-2/+2
| |\ \ \
* | \ \ \ Merge branch 'bw/config-h'Junio C Hamano2017-06-241-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
| |/