summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-01send-email: restore --in-reply-to superseding behaviorLibravatar Rafael Aquini2-3/+19
2020-07-01cat-file: add missing [=<format>] to usage/synopsisLibravatar Christian Couder2-2/+2
2020-07-01completion: nounset mode fixesLibravatar Ville Skyttä1-9/+9
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgLibravatar Đoàn Trần Công Danh1-2/+4
2020-06-29The sixth batchLibravatar Junio C Hamano1-0/+20
2020-06-29Merge branch 'sk/diff-files-show-i-t-a-as-new'Libravatar Junio C Hamano2-8/+52
2020-06-29Merge branch 'rs/commit-reach-leakfix'Libravatar Junio C Hamano1-1/+4
2020-06-29Merge branch 'rs/pull-leakfix'Libravatar Junio C Hamano1-0/+1
2020-06-29Merge branch 'rs/retire-strbuf-write-fd'Libravatar Junio C Hamano3-7/+3
2020-06-29Merge branch 'dl/diff-usage-comment-update'Libravatar Junio C Hamano1-3/+12
2020-06-29Merge branch 'xl/upgrade-repo-format'Libravatar Junio C Hamano11-11/+75
2020-06-25fast-export: use local array to store anonymized oidLibravatar Jeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameLibravatar Jeff King2-12/+7
2020-06-25fast-export: allow seeding the anonymized mappingLibravatar Jeff King3-2/+88
2020-06-25The fifth batchLibravatar Junio C Hamano1-0/+30
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