summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)Author
2021-01-25Merge branch 'ab/mailmap'Junio C Hamano
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason
2021-01-06builtin/*: update usage formatZheNing Hu
2020-11-01blame: simplify 'setup_blame_bloom_data' interfacePhilippe Blain
2020-11-01blame: simplify 'setup_scoreboard' interfacePhilippe Blain
2020-11-01blame: enable funcname blaming with userdiff driverPhilippe Blain
2020-11-01line-log: mention both modes in 'blame' and 'log' short helpPhilippe Blain
2020-10-12blame: handle deref_tag() returning NULLRené Scharfe
2020-10-04Merge branch 'jc/blame-ignore-fix'Junio C Hamano
2020-09-25blame: validate and peel the object names on the ignore listJunio C Hamano
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano
2020-05-05Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-16blame: use changed-path Bloom filtersDerrick Stolee
2019-12-01Merge branch 'sg/blame-indent-heuristics-is-now-the-default'Junio C Hamano
2019-11-10Merge branch 'hv/bitshift-constants-in-blame'Junio C Hamano
2019-10-29builtin/blame.c: remove '--indent-heuristic' from usage stringSZEDER Gábor
2019-10-21builtin/blame.c: constants into bit shift formatHariom Verma
2019-10-11Merge branch 'rs/dedup-includes'Junio C Hamano
2019-10-03treewide: remove duplicate #include directivesRené Scharfe
2019-08-19builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson
2019-07-19Merge branch 'br/blame-ignore'Junio C Hamano
2019-06-20cache-tree/blame: avoid reusing the DEBUG constantJeff Hostetler
2019-05-16blame: add config options for the output of ignored or unblamable linesBarret Rhoden
2019-05-16blame: add the ability to ignore commits and their changesBarret Rhoden
2019-04-25Merge branch 'sg/blame-in-bare-start-at-head'Junio C Hamano
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenSZEDER Gábor
2019-03-07Merge branch 'nd/diff-parseopt'Junio C Hamano
2019-02-07Merge branch 'lt/date-human'Junio C Hamano
2019-01-28parse-options: stop abusing 'callback' for lowlevel callbacksNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-18Add 'human' date formatLinus Torvalds
2018-12-15Merge branch 'nd/show-gitcomp-compilation-fix' into maintJunio C Hamano
2018-12-12parse-options: fix SunCC compiler warningNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-09-21line-range.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-13blame.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-08-02Merge branch 'is/parsing-line-range'Junio C Hamano
2018-07-24Merge branch 'sb/blame-color'Junio C Hamano
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-16blame: prefer xsnprintf to strcpy for colorsJeff King
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano
2018-06-18Merge branch 'sb/blame-color'Junio C Hamano
2018-06-15blame: prevent error if range ends past end of fileIsabella Stephens
2018-06-14blame: release string_list after use in parse_color_fields()René Scharfe
2018-05-30Merge branch 'sb/blame-color'Junio C Hamano