summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-05-25blame: move scoreboard setup to libgitJeff Smith
2017-05-25blame: move scoreboard-related methods to libgitJeff Smith
2017-05-25blame: move fake-commit-related methods to libgitJeff Smith
2017-05-25blame: move origin-related methods to libgitJeff Smith
2017-05-25blame: move core structures to headerJeff Smith
2017-05-25blame: create entry prepend functionJeff Smith
2017-05-25blame: create scoreboard setup functionJeff Smith
2017-05-25blame: create scoreboard init functionJeff Smith
2017-05-25blame: rework methods that determine 'final' commitJeff Smith
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-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-16Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano
2017-05-16Merge branch 'ab/clone-no-tags'Junio C Hamano
2017-05-16Merge branch 'sk/status-short-branch-color-config'Junio C Hamano
2017-05-16Merge branch 'jk/am-leakfix'Junio C Hamano
2017-05-04Merge branch 'ja/i18n-cleanup'Junio C Hamano
2017-05-02clone: handle empty config values in -cJonathan Nieder
2017-05-01Merge branch 'jk/submodule-init-segv-fix'Junio C Hamano
2017-05-01clone: add a --no-tags option to clone without tagsÆvar Arnfjörð Bjarmason
2017-05-01i18n: remove i18n from tag reflog messageJean-Noel Avila
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent
2017-04-27am: shorten ident_split variable name in get_commit_info()Jeff King
2017-04-27am: simplify allocations in get_commit_info()Jeff King
2017-04-27am: fix commit buffer leak in get_commit_info()Jeff King
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-26Merge branch 'nd/worktree-add-lock'Junio C Hamano
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-26Merge branch 'gb/rebase-signoff'Junio C Hamano
2017-04-25submodule_init: die cleanly on submodules without url definedJeff King
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-24Merge branch 'jk/ls-files-recurse-submodules-fix'Junio C Hamano