summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano
2020-06-22The fourth batchJunio C Hamano
2020-06-22Merge branch 'en/sparse-with-submodule-doc'Junio C Hamano
2020-06-22Merge branch 'es/worktree-duplicate-paths'Junio C Hamano
2020-06-22Merge branch 'jt/redact-all-cookies'Junio C Hamano
2020-06-22Merge branch 'cc/upload-pack-data-2'Junio C Hamano
2020-06-18The third batchJunio C Hamano
2020-06-18Merge branch 'es/advertise-contribution-doc'Junio C Hamano
2020-06-18Merge branch 'dl/python-2.7-is-the-floor-version'Junio C Hamano
2020-06-18Merge branch 'dl/t-readme-spell-git-correctly'Junio C Hamano
2020-06-18Merge branch 'js/fuzz-commit-graph-leakfix'Junio C Hamano
2020-06-18Merge branch 'en/do-match-pathspec-fix'Junio C Hamano
2020-06-18Merge branch 'js/msvc-build-fix'Junio C Hamano
2020-06-18Merge branch 'en/sparse-checkout'Junio C Hamano
2020-06-18Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-18Merge branch 'tb/t5318-cleanup'Junio C Hamano
2020-06-18Merge branch 'jk/diff-memuse-optim-with-stat-unmatch'Junio C Hamano
2020-06-13git-sparse-checkout: clarify interactions with submodulesElijah Newren
2020-06-12Merge branch 'hn/refs-cleanup'Junio C Hamano
2020-06-10worktree: make "move" refuse to move atop missing registered worktreeEric Sunshine
2020-06-10worktree: generalize candidate worktree path validationEric Sunshine
2020-06-10worktree: prune linked worktree referencing main worktree pathEric Sunshine
2020-06-10worktree: prune duplicate entries referencing same worktree pathEric Sunshine
2020-06-10worktree: make high-level pruning re-usableEric Sunshine
2020-06-10worktree: give "should be pruned?" function more meaningful nameEric Sunshine
2020-06-09reftable: define version 2 of the spec to accomodate SHA256Han-Wen Nienhuys
2020-06-09reftable: clarify how empty tables should be writtenHan-Wen Nienhuys
2020-06-09reftable: file format documentationJonathan Nieder
2020-06-09The second batchJunio C Hamano
2020-06-09Merge branch 'jt/curl-verbose-on-trace-curl'Junio C Hamano
2020-06-09Merge branch 'cc/upload-pack-data'Junio C Hamano
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-06-09Merge branch 'js/checkout-p-new-file'Junio C Hamano
2020-06-09Merge branch 'dl/remote-curl-deadlock-fix'Junio C Hamano
2020-06-09Merge branch 'bc/filter-process'Junio C Hamano
2020-06-09Merge branch 'vs/complete-stash-show-p-fix'Junio C Hamano
2020-06-09Merge branch 'rs/fsck-duplicate-names-in-trees'Junio C Hamano
2020-06-09Merge branch 'es/bugreport-shell'Junio C Hamano
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-06-09Merge branch 'cb/t4210-illseq-auto-detect'Junio C Hamano
2020-06-09Merge branch 'ds/line-log-on-bloom'Junio C Hamano
2020-06-08docs: mention MyFirstContribution in more placesEmily Shaffer
2020-06-08worktree: factor out repeated string literalEric Sunshine
2020-06-08CodingGuidelines: specify Python 2.7 is the oldest versionDenton Liu
2020-06-08t/README: avoid poor-man's small caps GITDenton Liu
2020-06-08fuzz-commit-graph: properly free graph structJosh Steadmon
2020-06-05http: redact all cookies, teach GIT_TRACE_REDACT=0Jonathan Tan
2020-06-05dir: fix treatment of negated pathspecsElijah Newren
2020-06-05sparse-checkout: avoid staging deletions of all filesElijah Newren
2020-06-04msvc: fix "REG_STARTEND" issueJohannes Schindelin