summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-11-13Merge branch 'ag/rev-parse-all-exclude-fix'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-13Merge branch 'nb/worktree-api-doc'Junio C Hamano
2018-11-13Merge branch 'ds/test-multi-pack-index'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano
2018-11-13Merge branch 'jk/proto-v2-ref-prefix-fix'Junio C Hamano
2018-11-13Merge branch 'jk/detect-truncated-zlib-input'Junio C Hamano
2018-11-13Merge branch 'nd/config-split'Junio C Hamano
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'nd/submodule-unused-vars'Junio C Hamano
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-11-06Merge branch 'js/remote-archive-dwimfix'Junio C Hamano
2018-11-02rebase: apply cocci patchJunio C Hamano
2018-11-02Merge branch 'js/rebase-autostash-fix'Junio C Hamano
2018-11-02Merge branch 'jc/rebase-in-c-5-test-typofix'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-6-final'Junio C Hamano
2018-11-02Merge branch 'js/rebase-in-c-5.5-work-with-rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-5-test'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-4-opts'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-3-acts'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c-2-basic'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-11-02Merge branch 'pk/rebase-in-c'Junio C Hamano
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite
2018-10-31ls-remote: pass heads/tags prefixes to transportJeff King
2018-10-31ls-remote: do not send ref prefixes for patternsJeff King
2018-10-31Adjust for 2.19.x seriesJunio C Hamano
2018-10-31cat-file: handle streaming failures consistentlyJeff King
2018-10-31worktree: rename is_worktree_locked to worktree_lock_reasonNickolai Belakovski
2018-10-30Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano
2018-10-30Merge branch 'ot/ref-filter-plug-leaks'Junio C Hamano
2018-10-30Merge branch 'sb/submodule-helper-remove-cruft'Junio C Hamano
2018-10-30Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano
2018-10-30Merge branch 'tq/branch-style-fix'Junio C Hamano
2018-10-30Merge branch 'tq/branch-create-wo-branch-get'Junio C Hamano
2018-10-30Merge branch 'bc/hash-transition-part-15'Junio C Hamano
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-29Merge branches 'bp/reset-quiet' and 'js/mingw-http-ssl' into nd/config-splitJunio C Hamano
2018-10-26Merge branch 'rv/alias-help'Junio C Hamano
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25shallow: offer to prune only non-existing entriesJohannes Schindelin
2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin
2018-10-24reset: warn when refresh_index() takes more than 2 secondsBen Peart
2018-10-24reset: add new reset.quiet config settingBen Peart
2018-10-24reset: don't compute unstaged changes after reset when --quietBen Peart
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-23rebase (autostash): use an explicit OID to apply the stashJohannes Schindelin