summaryrefslogtreecommitdiffstats
path: root/builtin/blame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain2020-11-021-1/+1
* blame: simplify 'setup_scoreboard' interfacePhilippe Blain2020-11-021-1/+1
* blame: enable funcname blaming with userdiff driverPhilippe Blain2020-11-021-2/+2
* line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain2020-11-021-1/+2
* blame: handle deref_tag() returning NULLRené Scharfe2020-10-121-0/+2
* Merge branch 'jc/blame-ignore-fix'Junio C Hamano2020-10-041-2/+25
|\
| * blame: validate and peel the object names on the ignore listJunio C Hamano2020-09-251-2/+25
* | messages: avoid SHA-1 in end-user facing messagesJunio C Hamano2020-08-141-1/+1
|/
* Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-2/+2
|\
| * Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* | blame: use changed-path Bloom filtersDerrick Stolee2020-04-171-0/+10
|/
* Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano2019-12-011-8/+0
|\
| * builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor2019-10-291-8/+0
* | Merge branch 'hv/bitshift-constants-in-blame'Junio C Hamano2019-11-101-12/+12
|\ \
| * | builtin/blame.c: constants into bit shift formatHariom Verma2019-10-211-12/+12
| |/
* | Merge branch 'rs/dedup-includes'Junio C Hamano2019-10-111-1/+0
|\ \
| * | treewide: remove duplicate #include directivesRené Scharfe2019-10-041-1/+0
| |/
* / builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson2019-08-201-3/+4
|/
* Merge branch 'br/blame-ignore'Junio C Hamano2019-07-191-0/+56
|\
| * blame: add config options for the output of ignored or unblamable linesBarret Rhoden2019-05-161-0/+18
| * blame: add the ability to ignore commits and their changesBarret Rhoden2019-05-161-0/+38
* | cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler2019-06-201-3/+3
* | Merge branch 'sg/blame-in-bare-start-at-head'Junio C Hamano2019-04-251-0/+13
|\ \
| * | blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor2019-04-081-0/+13
* | | Merge branch 'nd/diff-parseopt'Junio C Hamano2019-03-071-1/+1
|\ \ \ | |/ / |/| |
| * | parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy2019-01-281-1/+1
| |/
* | Merge branch 'lt/date-human'Junio C Hamano2019-02-071-0/+4
|\ \
| * | Add 'human' date formatLinus Torvalds2019-01-181-0/+4
* | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+2
| |/ |/|
* | Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano2018-12-151-0/+2
|\ \
| * | parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy2018-12-121-0/+2
| |/
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+4
* | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-0/+1
|\ \
| * | blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-0/+1
* | | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-1/+1
|\ \ \ | |/ / |/| |
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-1/+1
| |/
* | Merge branch 'is/parsing-line-range'Junio C Hamano2018-08-031-2/+2
|\ \
| * | blame: prevent error if range ends past end of fileIsabella Stephens2018-06-151-2/+2
* | | Merge branch 'sb/blame-color'Junio C Hamano2018-07-241-1/+3
|\ \ \
| * | | blame: prefer xsnprintf to strcpy for colorsJeff King2018-07-161-1/+3
* | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | commit: add repository argument to register_commit_graftJonathan Nieder2018-05-161-1/+2
| * | | object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | | | Merge branch 'nd/commit-util-to-slab'Junio C Hamano2018-06-251-1/+1
|\ \ \ \
| * | | | blame: use commit-slab for blame suspects instead of commit->utilNguyễn Thái Ngọc Duy2018-05-211-1/+1
* | | | | Merge branch 'sb/blame-color'Junio C Hamano2018-06-181-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | blame: release string_list after use in parse_color_fields()René Scharfe2018-06-141-0/+1
* | | | | Merge branch 'sb/blame-color'Junio C Hamano2018-05-301-4/+125
|\| | | | | |_|/ / |/| | |