Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05-08diff-lib: convert do_diff_cache to struct object_idbrian m. carlson
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson
2017-05-02builtin/blame: convert static function to struct object_idbrian m. carlson
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-31use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe
2017-01-19Merge 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-11Merge branch 'jc/blame-reverse'Junio C Hamano
2016-10-07Merge branch 'jc/blame-abbrev'Junio C Hamano
2016-09-29blame: use DEFAULT_ABBREV macroJunio C Hamano
2016-09-27Merge branch 'mh/diff-indent-heuristic'Junio C Hamano
2016-09-22Merge 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-09Merge branch 'jk/parseopt-string-list'Junio C Hamano
2016-08-09Merge branch 'jk/reflog-date'Junio C Hamano
2016-08-03blame: drop strdup of string literalEric Sunshine
2016-07-28date: add "unix" formatJeff King