aboutsummaryrefslogtreecommitdiff
path: root/builtin/blame.c
Commit message (Expand)AuthorAge
* diff: make struct diff_flags members lowercaseBrandon Williams2017-11-01
* diff: remove DIFF_OPT_CLR macroBrandon Williams2017-11-01
* diff: remove DIFF_OPT_SET macroBrandon Williams2017-11-01
* diff: remove DIFF_OPT_TST macroBrandon Williams2017-11-01
* Merge branch 'po/read-graft-line'Junio C Hamano2017-09-06
|\
| * commit: replace the raw buffer with strbuf in read_graft_linePatryk Obara2017-08-18
* | progress: simplify "delayed" progress APIJunio C Hamano2017-08-19
|/
* 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