summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Merge branch 'sw/git-p4-unshelve-branched-files'Junio C Hamano2-2/+8
2019-06-17Merge branch 'js/fsmonitor-unflake'Junio C Hamano8-13/+14
2019-06-17Merge branch 'ds/topo-traversal-using-commit-graph'Junio C Hamano1-1/+6
2019-06-17Merge branch 'bl/userdiff-octave'Junio C Hamano7-2/+25
2019-06-17Merge branch 'ba/clone-remote-submodules'Junio C Hamano3-1/+70
2019-06-17Merge branch 'vv/merge-squash-with-explicit-commit'Junio C Hamano3-1/+19
2019-06-17Merge branch 'js/bundle-verify-require-object-store'Junio C Hamano2-0/+9
2019-06-17Merge branch 'js/bisect-helper-check-get-oid-return-value'Junio C Hamano1-1/+4
2019-06-17Merge branch 'jk/am-i-resolved-fix'Junio C Hamano2-11/+64
2019-06-17Merge branch 'jk/HEAD-symref-in-xfer-namespaces'Junio C Hamano3-3/+32
2019-06-17Merge branch 'ew/server-info-remove-crufts'Junio C Hamano2-11/+9
2019-06-17Merge branch 'es/grep-require-name-when-needed'Junio C Hamano1-0/+4
2019-06-17Merge branch 'es/git-debugger-doc'Junio C Hamano1-0/+6
2019-06-17Merge branch 'ds/object-info-for-prefetch-fix'Junio C Hamano2-4/+8
2019-06-14t3404: fix a typoJohannes Schindelin1-1/+1
2019-06-13The first batch after 2.22Junio C Hamano3-2/+79
2019-06-13Merge branch 'pw/rebase-edit-message-for-replayed-merge'Junio C Hamano2-0/+18
2019-06-13Merge branch 'ab/deprecate-R-for-dynpath'Junio C Hamano1-14/+1
2019-06-13Merge branch 'mh/import-transport-fd-fix'Junio C Hamano2-2/+2
2019-06-13Merge branch 'ew/update-server-info'Junio C Hamano3-34/+158
2019-06-13Merge branch 'jk/help-unknown-ref-fix'Junio C Hamano2-4/+24
2019-06-13Merge branch 'dl/format-patch-notes-config'Junio C Hamano4-2/+110
2019-06-13Merge branch 'nd/merge-quit'Junio C Hamano5-14/+61
2019-06-13Merge branch 'ab/fail-prereqs-in-test'Junio C Hamano7-10/+43
2019-06-13Merge branch 'nd/corrupt-worktrees'Junio C Hamano2-2/+17
2019-06-13Merge branch 'js/rebase-cleanup'Junio C Hamano8-167/+58
2019-06-13Merge branch 'nd/worktree-name-sanitization'Junio C Hamano4-21/+110
2019-06-13Merge branch 'en/fast-export-encoding'Junio C Hamano8-17/+163
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano22-72/+53
2019-06-13Merge branch 'sb/format-patch-base-patch-id-fix'Junio C Hamano7-32/+66
2019-06-13Merge branch 'nd/init-relative-template-fix'Junio C Hamano3-4/+7
2019-06-13Merge branch 'ab/send-email-transferencoding-fix'Junio C Hamano3-109/+206
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe6-7/+8
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood2-1/+13
2019-06-13config: avoid calling `labs()` on too-large data typeJohannes Schindelin1-2/+2
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin1-9/+5
2019-06-13kwset: allow building with GCC 8Johannes Schindelin1-1/+7
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin1-1/+1
2019-06-12mergetool: use shell variable magic instead of `awk`Johannes Sixt1-5/+20
2019-06-12mergetool: dissect strings with shell variable magic instead of `expr`Johannes Sixt1-9/+11
2019-06-12t7610-mergetool: use test_cmp instead of test $(cat file) = $txtJohannes Sixt1-45/+90
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee11-12/+12
2019-06-12packfile: close commit-graph in close_all_packsDerrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee3-6/+6
2019-06-12commit-graph: extract write_commit_graph_file()Derrick Stolee1-75/+80
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee1-25/+32
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee1-13/+22
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee1-11/+15
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee1-32/+40
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee1-36/+47