summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 'jc/apply-fix-mismerge'Junio C Hamano
2017-05-16Merge branch 'ab/aix-needs-compat-regex'Junio C Hamano
2017-05-16Merge branch 'jn/credential-doc-on-clear'Junio C Hamano
2017-05-16Merge branch 'jn/clone-add-empty-config-from-command-line'Junio C Hamano
2017-05-16Merge branch 'bw/submodule-has-commits-update'Junio C Hamano
2017-05-16Merge branch 'ls/travis-doc-asciidoctor'Junio C Hamano
2017-05-16Merge branch 'rs/large-zip'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-16Merge branch 'jt/use-trailer-api-in-commands'Junio C Hamano
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano
2017-05-16Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano
2017-05-16Merge branch 'jk/no-null-sha1-in-cache-tree'Junio C Hamano
2017-05-16Merge branch 'dt/raise-core-packed-git-limit'Junio C Hamano
2017-05-09Git 2.13v2.13.0Junio C Hamano
2017-05-09Merge tag 'l10n-2.13.0-rnd2.1' of git://github.com/git-l10n/git-poJunio C Hamano
2017-05-09Merge branch 'master' of git://github.com/nafmo/git-l10n-svJiang Xin
2017-05-09l10n: zh_CN: for git v2.13.0 l10n round 2Jiang Xin
2017-05-09l10n: sv.po: Update Swedish translation (3195t0f0u)Peter Krefting
2017-05-09Sync with v2.12.3Junio C Hamano
2017-05-09Merge branch 'jh/verify-index-checksum-only-in-fsck'Junio C Hamano
2017-05-09apply.c: fix whitespace-only mismergeJunio C Hamano
2017-05-09archive-tar: fix a sparse 'constant too large' warningRamsay Jones