summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06completion: use __gitcomp_builtin for format-patchDuy Nguyen
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart
2018-11-05xdiff-interface: drop parse_hunk_header()Jeff King
2018-11-05range-diff: use a hunk callbackJeff King
2018-11-05diff: convert --check to use a hunk callbackJeff King
2018-11-05combine-diff: use an xdiff hunk callbackJeff King
2018-11-05diff: use hunk callback for word-diffJeff King
2018-11-05diff: discard hunk headers for patch-ids earlierJeff King
2018-11-05diff: avoid generating unused hunk header linesJeff King
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer
2018-11-05tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy
2018-11-05sequencer.c: remove a stray semicolonNguyễn Thái Ngọc Duy
2018-11-05git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy
2018-11-02Merge branch 'jc/http-curlver-warnings'Junio C Hamano
2018-11-02Merge branch 'js/mingw-http-ssl'Junio C Hamano
2018-11-02Merge branch 'mg/gpg-fingerprint'Junio C Hamano
2018-11-02Merge branch 'mg/gpg-parse-tighten'Junio C Hamano
2018-11-02Merge branch 'en/merge-cleanup-more'Junio C Hamano
2018-11-02add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart
2018-11-02remote: make add_missing_tags() linearDerrick Stolee
2018-11-02test-reach: test get_reachable_subsetDerrick Stolee
2018-11-02commit-reach: implement get_reachable_subsetDerrick Stolee
2018-11-02send-email: avoid empty transfer encoding headerAaron Lindsay
2018-11-02pathspec: handle non-terminated strings with :(attr)Jeff King
2018-11-02approxidate: handle pending number for "specials"Jeff King
2018-11-02rev-list: handle flags for --indexed-objectsJeff King
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King
2018-11-02xdiff: provide a separate emit callback for hunksJeff King
2018-11-02travis-ci: install packages in 'ci/install-dependencies.sh'SZEDER Gábor
2018-11-02tests: optionally skip `git rebase -p` testsJohannes Schindelin
2018-11-02t3418: decouple test cases from a previous `rebase -p` test caseJohannes Schindelin
2018-11-02t3404: decouple some test cases from outcomes of previous test casesJohannes Schindelin
2018-11-02Eighth batch for 2.20Junio C Hamano
2018-11-02rebase: apply cocci patchJunio C Hamano
2018-11-02Merge branch 'js/rebase-i-shortopt'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-break'Junio C Hamano
2018-11-02Merge branch 'js/rebase-autostash-fix'Junio C Hamano
2018-11-02Merge branch 'cb/printf-empty-format'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-01fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano