summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-04-10Merge branch 'ps/contains-id-error-message'Libravatar Junio C Hamano1-0/+1
2018-03-22parse-options: do not show usage upon invalid option valueLibravatar Paul-Sebastian Ungureanu1-0/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idLibravatar brian m. carlson1-1/+1
2018-02-07blame: tighten command line parserLibravatar Junio C Hamano1-6/+14
2017-11-01diff: make struct diff_flags members lowercaseLibravatar Brandon Williams1-5/+5
2017-11-01diff: remove DIFF_OPT_CLR macroLibravatar Brandon Williams1-1/+1
2017-11-01diff: remove DIFF_OPT_SET macroLibravatar Brandon Williams1-2/+2
2017-11-01diff: remove DIFF_OPT_TST macroLibravatar Brandon Williams1-2/+2
2017-09-06Merge branch 'po/read-graft-line'Libravatar Junio C Hamano1-1/+1
2017-08-19progress: simplify "delayed" progress APILibravatar Junio C Hamano1-2/+1
2017-08-18commit: replace the raw buffer with strbuf in read_graft_lineLibravatar Patryk Obara1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-1/+1
2017-06-05Merge branch 'js/blame-lib'Libravatar Junio C Hamano1-2048/+64
2017-06-04Merge branch 'ab/c-translators-comment-style'Libravatar Junio C Hamano1-6/+9
2017-05-31C style: use standard style for "TRANSLATORS" commentsLibravatar Ævar Arnfjörð Bjarmason1-6/+9
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-7/+7
2017-05-26wrapper.c: add and use fopen_or_warn()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-05-25blame: move entry prepend to libgitLibravatar Jeff Smith1-14/+0
2017-05-25blame: move scoreboard setup to libgitLibravatar Jeff Smith1-276/+0
2017-05-25blame: move scoreboard-related methods to libgitLibravatar Jeff Smith1-1318/+0
2017-05-25blame: move fake-commit-related methods to libgitLibravatar Jeff Smith1-197/+0
2017-05-25blame: move origin-related methods to libgitLibravatar Jeff Smith1-72/+0
2017-05-25blame: move core structures to headerLibravatar Jeff Smith1-133/+1
2017-05-25blame: create entry prepend functionLibravatar Jeff Smith1-10/+15
2017-05-25blame: create scoreboard setup functionLibravatar Jeff Smith1-89/+101
2017-05-25blame: create scoreboard init functionLibravatar Jeff Smith1-3/+8
2017-05-25blame: rework methods that determine 'final' commitLibravatar Jeff Smith1-26/+23
2017-05-25blame: wrap blame_sort and compare_blame_finalLibravatar Jeff Smith1-8/+9
2017-05-25blame: move progress updates to a scoreboard callbackLibravatar Jeff Smith1-10/+17
2017-05-24blame: make sanity_check use a callback in scoreboardLibravatar Jeff Smith1-8/+19
2017-05-24blame: move no_whole_file_rename flag to scoreboardLibravatar Jeff Smith1-1/+3
2017-05-24blame: move xdl_opts flags to scoreboardLibravatar Jeff Smith1-3/+5
2017-05-24blame: move show_root flag to scoreboardLibravatar Jeff Smith1-1/+4
2017-05-24blame: move reverse flag to scoreboardLibravatar Jeff Smith1-9/+14
2017-05-24blame: move contents_from to scoreboardLibravatar Jeff Smith1-0/+4
2017-05-24blame: move copy/move thresholds to scoreboardLibravatar Jeff Smith1-18/+23
2017-05-24blame: move stat counters to scoreboardLibravatar Jeff Smith1-17/+17
2017-05-24blame: rename nth_line functionLibravatar Jeff Smith1-8/+8
2017-05-24blame: rename ent_score functionLibravatar Jeff Smith1-7/+7
2017-05-24blame: rename coalesce functionLibravatar Jeff Smith1-2/+2
2017-05-24blame: rename origin-related functionsLibravatar Jeff Smith1-29/+29
2017-05-24blame: rename scoreboard structure to blame_scoreboardLibravatar Jeff Smith1-29/+29
2017-05-24blame: rename origin structure to blame_originLibravatar Jeff Smith1-57/+57
2017-05-24blame: remove unused parametersLibravatar Jeff Smith1-15/+10
2017-05-24blame: move textconv_object with related functionsLibravatar Jeff Smith1-28/+0
2017-05-24blame: remove unneeded dependency on blob.hLibravatar Jeff Smith1-1/+0