summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-08diff-lib: convert do_diff_cache to struct object_idLibravatar brian m. carlson1-3/+3
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-2/+2
2017-05-02builtin/blame: convert static function to struct object_idLibravatar brian m. carlson1-3/+3
2017-04-27timestamp_t: a new data type for timestampsLibravatar Johannes Schindelin1-4/+4
2017-04-23PRItime: introduce a new "printf format" for timestampsLibravatar Johannes Schindelin1-3/+3
2017-03-26Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZLibravatar brian m. carlson1-2/+2
2017-03-17Merge branch 'rs/blame-code-cleanup'Libravatar Junio C Hamano1-17/+8
2017-03-11blame: move blame_entry duplication to add_blame_entry()Libravatar René Scharfe1-17/+8
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsLibravatar René Scharfe1-2/+2
2017-01-18Merge branch 'jk/blame-fixes'Libravatar Junio C Hamano1-10/+17
2017-01-07blame: output porcelain "previous" header for each fileLibravatar Jeff King1-9/+14
2017-01-07blame: handle --no-abbrevLibravatar Jeff King1-0/+2