summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-01commit-graph: simplify chunk writes into loopSZEDER Gábor1-12/+16
2020-07-01commit-graph: unify the signatures of all write_graph_chunk_*() functionsSZEDER Gábor1-16/+26
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee5-6/+67
2020-07-01bloom: fix logic in get_bloom_filter()Derrick Stolee4-19/+34
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgĐoàn Trần Công Danh1-2/+4
2020-06-29The sixth batchJunio C Hamano1-0/+20
2020-06-29Merge branch 'sk/diff-files-show-i-t-a-as-new'Junio C Hamano2-8/+52
2020-06-29Merge branch 'rs/commit-reach-leakfix'Junio C Hamano1-1/+4
2020-06-29Merge branch 'rs/pull-leakfix'Junio C Hamano1-0/+1
2020-06-29Merge branch 'rs/retire-strbuf-write-fd'Junio C Hamano3-7/+3
2020-06-29Merge branch 'dl/diff-usage-comment-update'Junio C Hamano1-3/+12
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano11-11/+75
2020-06-26ci: modification of main.yml to use cmake for vs-build jobSibi Siddharthan1-15/+24
2020-06-26cmake: support for building git on windows with msvc and clang.Sibi Siddharthan1-10/+45
2020-06-26cmake: support for building git on windows with mingwSibi Siddharthan1-23/+94
2020-06-26cmake: support for testing git when building out of the source treeSibi Siddharthan1-0/+20
2020-06-26cmake: support for testing git with ctestSibi Siddharthan1-0/+124
2020-06-26cmake: installation support for gitSibi Siddharthan1-0/+49
2020-06-26cmake: generate the shell/perl/python scripts and templates, translationsSibi Siddharthan1-1/+110
2020-06-25fast-export: use local array to store anonymized oidJeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameJeff King2-12/+7
2020-06-25fast-export: allow seeding the anonymized mappingJeff King3-2/+88
2020-06-25The fifth batchJunio C Hamano1-0/+30
2020-06-25Merge branch 'pb/t4014-unslave'Junio C Hamano1-4/+4
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano19-167/+750
2020-06-25Merge branch 'ss/submodule-set-branch-in-c'Junio C Hamano2-29/+47
2020-06-25Merge branch 'ds/merge-base-is-ancestor-optim'Junio C Hamano1-3/+18
2020-06-25Merge branch 'dl/branch-cleanup'Junio C Hamano2-25/+44
2020-06-25Merge branch 'cc/upload-pack-data-3'Junio C Hamano1-162/+125
2020-06-25Merge branch 'ct/diff-with-merge-base-clarification'Junio C Hamano4-19/+226
2020-06-25Merge branch 'en/clean-cleanups'Junio C Hamano2-16/+48
2020-06-25Merge branch 'jk/complete-git-switch'Junio C Hamano2-39/+668
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin3-14/+14
2020-06-25docs: adjust the technical overview for the rename `pu` -> `seen`Johannes Schindelin4-61/+61
2020-06-25docs: adjust for the recent rename of `pu` to `seen`Johannes Schindelin7-27/+27
2020-06-24worktree: avoid dead-code in conditionalEric Sunshine1-3/+3
2020-06-24testsvn: respect `init.defaultBranch`Johannes Schindelin2-3/+13
2020-06-24remote: use the configured default branch name when appropriateJohannes Schindelin2-4/+21
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin3-5/+24
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson5-1/+57
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin5-8/+50
2020-06-24docs: add missing diamond bracketsJohannes Schindelin3-3/+3
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin5-12/+31
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin3-2/+8
2020-06-24submodule: use submodule repository when preparing summaryMichael Forney1-4/+4
2020-06-24revision: use repository from rev_info when parsing commitsMichael Forney2-10/+9
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe2-5/+6
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu8-26/+84
2020-06-23fast-export: add a "data" callback parameter to anonymize_str()Jeff King1-13/+14
2020-06-23fast-export: move global "idents" anonymize hashmap into functionJeff King1-1/+1