summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-25Merge branch 'pb/t4014-unslave'Libravatar Junio C Hamano1-4/+4
2020-06-25Merge branch 'jt/cdn-offload'Libravatar Junio C Hamano19-167/+750
2020-06-25Merge branch 'ss/submodule-set-branch-in-c'Libravatar Junio C Hamano2-29/+47
2020-06-25Merge branch 'ds/merge-base-is-ancestor-optim'Libravatar Junio C Hamano1-3/+18
2020-06-25Merge branch 'dl/branch-cleanup'Libravatar Junio C Hamano2-25/+44
2020-06-25Merge branch 'cc/upload-pack-data-3'Libravatar Junio C Hamano1-162/+125
2020-06-25Merge branch 'ct/diff-with-merge-base-clarification'Libravatar Junio C Hamano4-19/+226
2020-06-25Merge branch 'en/clean-cleanups'Libravatar Junio C Hamano2-16/+48
2020-06-25Merge branch 'jk/complete-git-switch'Libravatar Junio C Hamano2-39/+668
2020-06-25tests: reference `seen` wherever `pu` was referencedLibravatar Johannes Schindelin3-14/+14
2020-06-25docs: adjust the technical overview for the rename `pu` -> `seen`Libravatar Johannes Schindelin4-61/+61
2020-06-25docs: adjust for the recent rename of `pu` to `seen`Libravatar Johannes Schindelin7-27/+27
2020-06-24worktree: avoid dead-code in conditionalLibravatar Eric Sunshine1-3/+3
2020-06-24testsvn: respect `init.defaultBranch`Libravatar Johannes Schindelin2-3/+13
2020-06-24remote: use the configured default branch name when appropriateLibravatar Johannes Schindelin2-4/+21
2020-06-24clone: use configured default branch name when appropriateLibravatar Johannes Schindelin3-5/+24
2020-06-24init: allow setting the default for the initial branch name via the configLibravatar Don Goodman-Wilson5-1/+57
2020-06-24init: allow specifying the initial branch name for the new repositoryLibravatar Johannes Schindelin5-8/+50
2020-06-24docs: add missing diamond bracketsLibravatar Johannes Schindelin3-3/+3
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchLibravatar Johannes Schindelin5-12/+31
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchLibravatar Johannes Schindelin3-2/+8
2020-06-24revision: reallocate TOPO_WALK object flagsLibravatar René Scharfe2-5/+6
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentLibravatar Denton Liu8-26/+84
2020-06-23fast-export: add a "data" callback parameter to anonymize_str()Libravatar Jeff King1-13/+14
2020-06-23fast-export: move global "idents" anonymize hashmap into functionLibravatar Jeff King1-1/+1
2020-06-23fast-export: use a flex array to store anonymized entriesLibravatar Jeff King1-3/+2
2020-06-23fast-export: stop storing lengths in anonymized hashmapsLibravatar Jeff King1-10/+18
2020-06-23fast-export: tighten anonymize_mem() interface to handle only stringsLibravatar Jeff King1-27/+26
2020-06-23fast-export: store anonymized oids as hex stringsLibravatar Jeff King1-12/+16
2020-06-23fast-export: use xmemdupz() for anonymizing oidsLibravatar Jeff King2-1/+16
2020-06-23t9351: derive anonymized tree checks from original repoLibravatar Jeff King1-10/+6
2020-06-23fmt-merge-msg: stop treating `master` speciallyLibravatar Johannes Schindelin29-97/+94
2020-06-23doc: fix author vs. committer copy/paste errorLibravatar Miroslav Koškár1-2/+2
2020-06-23builtin/diff: fix botched update of usage commentLibravatar Denton Liu1-4/+1
2020-06-23commit-reach: avoid is_descendant_of() shimLibravatar Carlo Marcelo Arenas Belón4-13/+12
2020-06-23http-push: ensure unforced pushes fail when data would be lostLibravatar brian m. carlson3-5/+21
2020-06-22The fourth batchLibravatar Junio C Hamano1-0/+11
2020-06-22Merge branch 'en/sparse-with-submodule-doc'Libravatar Junio C Hamano1-4/+26
2020-06-22Merge branch 'es/worktree-duplicate-paths'Libravatar Junio C Hamano4-36/+141
2020-06-22Merge branch 'jt/redact-all-cookies'Libravatar Junio C Hamano3-43/+39
2020-06-22Merge branch 'cc/upload-pack-data-2'Libravatar Junio C Hamano1-89/+110
2020-06-22bash-completion: add git-prune into bash completionLibravatar John Lin1-1/+1
2020-06-22git-cvsexportcommit: port to SHA-256Libravatar brian m. carlson1-5/+9
2020-06-22git-cvsimport: port to SHA-256Libravatar brian m. carlson1-4/+4
2020-06-22git-cvsserver: port to SHA-256Libravatar brian m. carlson1-17/+20
2020-06-22git-svn: set the OID length based on hash algorithmLibravatar brian m. carlson1-0/+7
2020-06-22perl: make SVN code hash independentLibravatar brian m. carlson5-45/+48
2020-06-22perl: make Git::IndexInfo work with SHA-256Libravatar brian m. carlson1-2/+4
2020-06-22perl: create and switch variables for hash constantsLibravatar brian m. carlson4-13/+15
2020-06-22t/lib-git-svn: make hash size independentLibravatar brian m. carlson1-7/+10