summaryrefslogtreecommitdiff
path: root/builtin/blame.c
AgeCommit message (Expand)Author
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-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
2017-03-17Merge branch 'rs/blame-code-cleanup'Junio C Hamano
2017-03-12blame: move blame_entry duplication to add_blame_entry()René Scharfe
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2017-01-18Merge branch 'jk/blame-fixes'Junio C Hamano
2017-01-08blame: output porcelain "previous" header for each fileJeff King
2017-01-08blame: handle --no-abbrevJeff King
2017-01-08blame: fix alignment with --abbrev=40Jeff King
2016-12-23diff: retire "compaction" heuristicsJunio C Hamano
2016-10-10Merge branch 'jc/blame-reverse'Junio C Hamano
2016-10-06Merge branch 'jc/blame-abbrev'Junio C Hamano
2016-09-28blame: use DEFAULT_ABBREV macroJunio C Hamano
2016-09-26Merge branch 'mh/diff-indent-heuristic'Junio C Hamano
2016-09-21Merge branch 'va/i18n'Junio C Hamano
2016-09-19blame: honor the diff heuristic options and configMichael Haggerty
2016-09-15i18n: blame: mark error messages for translationVasco Almeida
2016-09-07builtin/blame: convert file to use struct object_idbrian m. carlson
2016-09-07builtin: convert textconv_object to use struct object_idbrian m. carlson
2016-09-07builtin/blame: convert struct origin to use struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-08-31Merge branch 'mh/blame-worktree'Junio C Hamano
2016-08-29blame: fix segfault on untracked filesThomas Gummerer
2016-08-08Merge branch 'jk/parseopt-string-list'Junio C Hamano
2016-08-08Merge branch 'jk/reflog-date'Junio C Hamano
2016-08-03blame: drop strdup of string literalEric Sunshine
2016-07-27date: add "unix" formatJeff King