summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-06-18branch: add a --copy (-c) option to go with --move (-m)Libravatar Sahil Dua1-16/+51
2017-06-05Merge branch 'tb/pull-ff-rebase-autostash'Libravatar Junio C Hamano1-11/+14
2017-06-05Merge branch 'js/blame-lib'Libravatar Junio C Hamano2-2048/+65
2017-06-05Merge branch 'mh/packed-ref-store-prep'Libravatar Junio C Hamano2-3/+3
2017-06-05Merge branch 'mb/diff-default-to-indent-heuristics'Libravatar Junio C Hamano3-3/+3
2017-06-04Merge branch 'ab/c-translators-comment-style'Libravatar Junio C Hamano3-10/+18
2017-06-04Merge branch 'jk/unbreak-am-h'Libravatar Junio C Hamano1-0/+3
2017-06-02Merge branch 'ab/grep-preparatory-cleanup'Libravatar Junio C Hamano2-5/+22
2017-06-02Merge branch 'jk/diff-blob'Libravatar Junio C Hamano4-36/+42
2017-06-02Merge branch 'sl/clean-d-ignored-fix'Libravatar Junio C Hamano1-0/+42
2017-06-01pull: ff --rebase --autostash works in dirty repoLibravatar Tyler Brazier1-11/+14
2017-05-31C style: use standard style for "TRANSLATORS" commentsLibravatar Ævar Arnfjörð Bjarmason3-10/+18
2017-05-30am: handle "-h" argument earlierLibravatar Jeff King1-0/+3
2017-05-30Merge branch 'js/larger-timestamps'Libravatar Junio C Hamano1-1/+1
2017-05-30Merge branch 'bw/pathspec-sans-the-index'Libravatar Junio C Hamano6-17/+39
2017-05-30Merge branch 'jc/name-rev-lw-tag'Libravatar Junio C Hamano1-7/+52
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Libravatar Junio C Hamano1-1/+1
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Libravatar Junio C Hamano3-7/+8
2017-05-29Merge branch 'jk/bug-to-abort'Libravatar Junio C Hamano1-0/+3
2017-05-29Merge branch 'jc/read-tree-empty-with-m'Libravatar Junio C Hamano1-1/+1
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano11-35/+69
2017-05-29Merge branch 'jk/disable-pack-reuse-when-broken'Libravatar Junio C Hamano1-1/+5
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano38-311/+331
2017-05-29Merge branch 'bw/dir-c-stops-relying-on-the-index'Libravatar Junio C Hamano5-9/+11
2017-05-29Merge branch 'jc/repack-threads'Libravatar Junio C Hamano1-0/+5
2017-05-29Merge branch 'sb/reset-recurse-submodules'Libravatar Junio C Hamano1-0/+30
2017-05-26grep: assert that threading is enabled when calling grep_{lock,unlock}Libravatar Ævar Arnfjörð Bjarmason1-4/+4
2017-05-26grep: given --threads with NO_PTHREADS=YesPlease, warnLibravatar Ævar Arnfjörð Bjarmason1-0/+13
2017-05-26pack-objects: fix buggy warning about threadsLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2017-05-26grep: catch a missing enum in switch statementLibravatar Ævar Arnfjörð Bjarmason1-0/+2
2017-05-25blame: move entry prepend to libgitLibravatar Jeff Smith1-14/+0
2017-05-25blame: move scoreboard setup to libgitLibravatar Jeff Smith1-276/+0
2017-05-25blame: move scoreboard-related methods to libgitLibravatar Jeff Smith1-1318/+0
2017-05-25blame: move fake-commit-related methods to libgitLibravatar Jeff Smith1-197/+0
2017-05-25blame: move origin-related methods to libgitLibravatar Jeff Smith1-72/+0
2017-05-25blame: move core structures to headerLibravatar Jeff Smith1-133/+1
2017-05-25blame: create entry prepend functionLibravatar Jeff Smith1-10/+15
2017-05-25blame: create scoreboard setup functionLibravatar Jeff Smith1-89/+101
2017-05-25blame: create scoreboard init functionLibravatar Jeff Smith1-3/+8
2017-05-25blame: rework methods that determine 'final' commitLibravatar Jeff Smith1-26/+23
2017-05-25blame: wrap blame_sort and compare_blame_finalLibravatar Jeff Smith1-8/+9
2017-05-25blame: move progress updates to a scoreboard callbackLibravatar Jeff Smith1-10/+17
2017-05-24blame: make sanity_check use a callback in scoreboardLibravatar Jeff Smith1-8/+19
2017-05-24blame: move no_whole_file_rename flag to scoreboardLibravatar Jeff Smith1-1/+3
2017-05-24blame: move xdl_opts flags to scoreboardLibravatar Jeff Smith1-3/+5
2017-05-24blame: move show_root flag to scoreboardLibravatar Jeff Smith1-1/+4
2017-05-24blame: move reverse flag to scoreboardLibravatar Jeff Smith1-9/+14
2017-05-24blame: move contents_from to scoreboardLibravatar Jeff Smith1-0/+4
2017-05-24blame: move copy/move thresholds to scoreboardLibravatar Jeff Smith1-18/+23
2017-05-24blame: move stat counters to scoreboardLibravatar Jeff Smith1-17/+17