summaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | blame: move fake-commit-related methods to libgitJeff Smith2017-05-251-197/+0
| * | blame: move origin-related methods to libgitJeff Smith2017-05-251-72/+0
| * | blame: move core structures to headerJeff Smith2017-05-251-133/+1
| * | blame: create entry prepend functionJeff Smith2017-05-251-10/+15
| * | blame: create scoreboard setup functionJeff Smith2017-05-251-89/+101
| * | blame: create scoreboard init functionJeff Smith2017-05-251-3/+8
| * | blame: rework methods that determine 'final' commitJeff Smith2017-05-251-26/+23
| * | blame: wrap blame_sort and compare_blame_finalJeff Smith2017-05-251-8/+9
| * | blame: move progress updates to a scoreboard callbackJeff Smith2017-05-251-10/+17
| * | blame: make sanity_check use a callback in scoreboardJeff Smith2017-05-241-8/+19
| * | blame: move no_whole_file_rename flag to scoreboardJeff Smith2017-05-241-1/+3
| * | blame: move xdl_opts flags to scoreboardJeff Smith2017-05-241-3/+5
| * | blame: move show_root flag to scoreboardJeff Smith2017-05-241-1/+4
| * | blame: move reverse flag to scoreboardJeff Smith2017-05-241-9/+14
| * | blame: move contents_from to scoreboardJeff Smith2017-05-241-0/+4
| * | blame: move copy/move thresholds to scoreboardJeff Smith2017-05-241-18/+23
| * | blame: move stat counters to scoreboardJeff Smith2017-05-241-17/+17
| * | blame: rename nth_line functionJeff Smith2017-05-241-8/+8
| * | blame: rename ent_score functionJeff Smith2017-05-241-7/+7
| * | blame: rename coalesce functionJeff Smith2017-05-241-2/+2
| * | blame: rename origin-related functionsJeff Smith2017-05-241-29/+29
| * | blame: rename scoreboard structure to blame_scoreboardJeff Smith2017-05-241-29/+29
| * | blame: rename origin structure to blame_originJeff Smith2017-05-241-57/+57
| * | blame: remove unused parametersJeff Smith2017-05-241-15/+10
| * | blame: move textconv_object with related functionsJeff Smith2017-05-241-28/+0
| * | blame: remove unneeded dependency on blob.hJeff Smith2017-05-241-1/+0
* | | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-041-6/+9
|\ \ \
| * | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-styleÆvar Arnfjörð Bjarmason2017-05-311-6/+9
| | |/ | |/|
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-7/+7
|\ \ \ | |_|/ |/| |
| * | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-081-3/+3
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
| * | builtin/blame: convert static function to struct object_idbrian m. carlson2017-05-021-3/+3
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-4/+4
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-3/+3
|/
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-2/+2
* Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-171-17/+8
|\
| * blame: move blame_entry duplication to add_blame_entry()rs/blame-code-cleanupRené Scharfe2017-03-111-17/+8
* | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-301-2/+2
* | Merge branch 'jk/blame-fixes'Junio C Hamano2017-01-181-10/+17
|\ \
| * | blame: output porcelain "previous" header for each filejk/blame-fixesJeff King2017-01-071-9/+14
| * | blame: handle --no-abbrevJeff King2017-01-071-0/+2
| * | blame: fix alignment with --abbrev=40Jeff King2017-01-071-1/+1
| |/
* | diff: retire "compaction" heuristicsjc/retire-compaction-heuristicsJunio C Hamano2016-12-231-3/+2
* | Merge branch 'jc/blame-reverse'Junio C Hamano2016-10-101-2/+40
|\ \
| * | blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."jc/blame-reverseJunio C Hamano2016-06-141-0/+38
| * | blame: improve diagnosis for "--reverse NEW"Junio C Hamano2016-06-141-2/+2
* | | Merge branch 'jc/blame-abbrev'Junio C Hamano2016-10-061-1/+1
|\ \ \ | | |/ | |/|
| * | blame: use DEFAULT_ABBREV macrojc/blame-abbrevJunio C Hamano2016-09-281-1/+1
* | | Merge branch 'mh/diff-indent-heuristic'Junio C Hamano2016-09-261-0/+12
|\ \ \
| * | | blame: honor the diff heuristic options and configMichael Haggerty2016-09-191-0/+12