summaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-1/+1
|\ \
| * | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-261-1/+1
| |/
* | Merge branch 'js/blame-lib'Junio C Hamano2017-06-051-2048/+64
|\ \
| * | blame: move entry prepend to libgitJeff Smith2017-05-251-14/+0
| * | blame: move scoreboard setup to libgitJeff Smith2017-05-251-276/+0
| * | blame: move scoreboard-related methods to libgitJeff Smith2017-05-251-1318/+0
| * | 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
| |/