aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAge
* Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-15
* | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \
| * | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
| |/
* | Merge branch 'js/blame-lib'Junio C Hamano2017-06-05
|\ \
| * | blame: move entry prepend to libgitJeff Smith2017-05-25
| * | blame: move scoreboard setup to libgitJeff Smith2017-05-25
| * | blame: move scoreboard-related methods to libgitJeff Smith2017-05-25
| * | blame: move fake-commit-related methods to libgitJeff Smith2017-05-25
| * | blame: move origin-related methods to libgitJeff Smith2017-05-25
| * | blame: move core structures to headerJeff Smith2017-05-25
| * | blame: create entry prepend functionJeff Smith2017-05-25
| * | blame: create scoreboard setup functionJeff Smith2017-05-25
| * | blame: create scoreboard init functionJeff Smith2017-05-25
| * | blame: rework methods that determine 'final' commitJeff Smith2017-05-25
| * | blame: wrap blame_sort and compare_blame_finalJeff Smith2017-05-25
| * | blame: move progress updates to a scoreboard callbackJeff Smith2017-05-25
| * | blame: make sanity_check use a callback in scoreboardJeff Smith2017-05-24
| * | blame: move no_whole_file_rename flag to scoreboardJeff Smith2017-05-24
| * | blame: move xdl_opts flags to scoreboardJeff Smith2017-05-24
| * | blame: move show_root flag to scoreboardJeff Smith2017-05-24
| * | blame: move reverse flag to scoreboardJeff Smith2017-05-24
| * | blame: move contents_from to scoreboardJeff Smith2017-05-24
| * | blame: move copy/move thresholds to scoreboardJeff Smith2017-05-24
| * | blame: move stat counters to scoreboardJeff Smith2017-05-24
| * | blame: rename nth_line functionJeff Smith2017-05-24
| * | blame: rename ent_score functionJeff Smith2017-05-24
| * | blame: rename coalesce functionJeff Smith2017-05-24
| * | blame: rename origin-related functionsJeff Smith2017-05-24
| * | blame: rename scoreboard structure to blame_scoreboardJeff Smith2017-05-24
| * | blame: rename origin structure to blame_originJeff Smith2017-05-24
| * | blame: remove unused parametersJeff Smith2017-05-24
| * | blame: move textconv_object with related functionsJeff Smith2017-05-24
| * | blame: remove unneeded dependency on blob.hJeff Smith2017-05-24
* | | Merge branch 'ab/c-translators-comment-style'Junio C Hamano2017-06-04
|\ \ \
| * | | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-31
| | |/ | |/|
* | | Merge branch 'bc/object-id'Junio C Hamano2017-05-29
|\ \ \ | |_|/ |/| |
| * | diff-lib: convert do_diff_cache to struct object_idbrian m. carlson2017-05-08
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
| * | builtin/blame: convert static function to struct object_idbrian m. carlson2017-05-02
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-23
|/
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-26
* Merge branch 'rs/blame-code-cleanup'Junio C Hamano2017-03-17
|\
| * blame: move blame_entry duplication to add_blame_entry()René Scharfe2017-03-11
* | use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-30
* | Merge branch 'jk/blame-fixes'Junio C Hamano2017-01-18
|\ \
| * | blame: output porcelain "previous" header for each fileJeff King2017-01-07
| * | blame: handle --no-abbrevJeff King2017-01-07
| * | blame: fix alignment with --abbrev=40Jeff King2017-01-07
| |/