aboutsummaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAge
* log: add option to choose which refs to decorateRafael Ascensão2017-11-22
* Merge branch 'bw/diff-opt-impl-to-bitfields'Junio C Hamano2017-11-09
|\
| * diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
| * diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
| * diff: remove touched flagsBrandon Williams2017-11-01
| * diff: add flag to indicate textconv was set via cmdlineBrandon Williams2017-11-01
| * diff: convert flags to be stored in bitfieldsBrandon Williams2017-11-01
* | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-16
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* Merge branch 'jc/simplify-progress'Junio C Hamano2017-08-24
|\
* \ Merge branch 'kw/rebase-progress'Junio C Hamano2017-08-23
|\ \
| * | format-patch: have progress option while generating patchesKevin Willford2017-08-14
| |/
* | Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22
|\ \
| * | parse_decoration_style: drop unused argument `var`Martin Ågren2017-08-07
| * | treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07
* | | Merge branch 'jk/reflog-walk'Junio C Hamano2017-08-11
|\ \ \
| * | | log: do not free parents when walking reflogJeff King2017-07-09
| * | | log: clarify comment about reflog cyclesJeff King2017-07-09
* | | | sha1_name: convert GET_SHA1* flags to GET_OID*brian m. carlson2017-07-17
* | | | sha1_name: convert get_sha1* to get_oid*brian m. carlson2017-07-17
| |_|/ |/| |
* | | Merge branch 'rs/use-div-round-up'Junio C Hamano2017-07-12
|\ \ \ | |/ / |/| |
| * | use DIV_ROUND_UPRené Scharfe2017-07-10
| * | Merge branch 'jk/diff-blob' into maintJunio C Hamano2017-06-24
| |\ \
| * \ \ Merge branch 'ah/log-decorate-default-to-auto' into maintJunio C Hamano2017-06-04
| |\ \ \
* | \ \ \ Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \
| * | | | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ / / /
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-19
|\ \ \ \ \
| * | | | | diff-tree: convert diff_tree_sha1 to struct object_idBrandon Williams2017-06-05
| * | | | | patch-ids: convert to struct object_idBrandon Williams2017-06-02
* | | | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \ \ \
| * | | | | | log: fix memory leak in open_next_file()Nguyễn Thái Ngọc Duy2017-05-26
| * | | | | | print errno when reporting a system call errorNguyễn Thái Ngọc Duy2017-05-26
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/diff-blob'Junio C Hamano2017-06-02
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | get_sha1_with_context: dynamically allocate oc->pathJeff King2017-05-24
| |/ / /
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ \
| * | | | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
| * | | | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| |/ / /
* | | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-05-23
|\ \ \ \ | | |/ / | |/| |
| * | | builtin/log: honor log.decoratebrian m. carlson2017-05-15
* | | | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
| |/ / |/| |
* | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-04-11
|\ \ \ | |/ /
| * | log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-24
* | | prefix_filename: return newly allocated stringJeff King2017-03-21
* | | prefix_filename: drop length parameterJeff King2017-03-21
|/ /
* | pretty: use fmt_output_email_subject()René Scharfe2017-03-01
|/
* Merge branch 'jt/format-patch-rfc'Junio C Hamano2016-09-26
|\
| * format-patch: add "--rfc" for the common case of [RFC PATCH]Josh Triplett2016-09-21
* | Merge branch 'jt/format-patch-base-info-above-sig'Junio C Hamano2016-09-21
|\ \