summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)Author
2017-11-01diff: make struct diff_flags members lowercaseBrandon Williams
2017-11-01diff: remove DIFF_OPT_CLR macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_SET macroBrandon Williams
2017-11-01diff: remove DIFF_OPT_TST macroBrandon Williams
2017-09-06Merge branch 'po/read-graft-line'Junio C Hamano
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano
2017-08-18commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-05Merge branch 'js/blame-lib'Junio C Hamano
2017-06-04Merge branch 'ab/c-translators-comment-style'Junio C Hamano
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-25blame: move entry prepend to libgitJeff Smith
2017-05-25blame: move scoreboard setup to libgitJeff Smith
2017-05-25blame: move scoreboard-related methods to libgitJeff Smith
2017-05-25blame: move fake-commit-related methods to libgitJeff Smith
2017-05-25blame: move origin-related methods to libgitJeff Smith
2017-05-25blame: move core structures to headerJeff Smith
2017-05-25blame: create entry prepend functionJeff Smith
2017-05-25blame: create scoreboard setup functionJeff Smith
2017-05-25blame: create scoreboard init functionJeff Smith
2017-05-25blame: rework methods that determine 'final' commitJeff Smith
2017-05-25blame: wrap blame_sort and compare_blame_finalJeff Smith
2017-05-25blame: move progress updates to a scoreboard callbackJeff Smith
2017-05-24blame: make sanity_check use a callback in scoreboardJeff Smith
2017-05-24blame: move no_whole_file_rename flag to scoreboardJeff Smith
2017-05-24blame: move xdl_opts flags to scoreboardJeff Smith
2017-05-24blame: move show_root flag to scoreboardJeff Smith
2017-05-24blame: move reverse flag to scoreboardJeff Smith
2017-05-24blame: move contents_from to scoreboardJeff Smith
2017-05-24blame: move copy/move thresholds to scoreboardJeff Smith
2017-05-24blame: move stat counters to scoreboardJeff Smith
2017-05-24blame: rename nth_line functionJeff Smith
2017-05-24blame: rename ent_score functionJeff Smith
2017-05-24blame: rename coalesce functionJeff Smith
2017-05-24blame: rename origin-related functionsJeff Smith
2017-05-24blame: rename scoreboard structure to blame_scoreboardJeff Smith
2017-05-24blame: rename origin structure to blame_originJeff Smith
2017-05-24blame: remove unused parametersJeff Smith
2017-05-24blame: move textconv_object with related functionsJeff Smith
2017-05-24blame: remove unneeded dependency on blob.hJeff Smith
2017-05-08diff-lib: convert do_diff_cache to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-02builtin/blame: convert static function to struct object_idbrian m. carlson
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-03-27Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson