59916 Commits (a5587b8544bba0eeb13ff6937639602e6a471dd6)
 

Author SHA1 Message Date
Jacob Keller 68d97c7fdd completion: improve completion for git switch with no options 5 years ago
Jacob Keller 4e79adf4e5 completion: improve handling of DWIM mode for switch/checkout 5 years ago
Jacob Keller 688077910b completion: perform DWIM logic directly in __git_complete_refs 5 years ago
Jacob Keller 58a2ca37a1 completion: extract function __git_dwim_remote_heads 5 years ago
Jacob Keller 0408c6b412 completion: replace overloaded track term for __git_complete_refs 5 years ago
Jacob Keller c81ca56bca completion: add tests showing subpar switch/checkout --orphan logic 5 years ago
Jacob Keller 7f59d60429 completion: add tests showing subpar -c/C argument completion 5 years ago
Jacob Keller b07d77a2ba completion: add tests showing subpar -c/-C startpoint completion 5 years ago
Jacob Keller c55b99c3d3 completion: add tests showing subpar switch/checkout --track logic 5 years ago
Jacob Keller e69fb0a16a completion: add tests showing subar checkout --detach logic 5 years ago
Jacob Keller ab58e90f8b completion: add tests showing subpar DWIM logic for switch/checkout 5 years ago
Jacob Keller fab466f91d completion: add test showing subpar git switch completion 5 years ago
Marco Trevisan (Treviño) a44a0a9fc4 completion: use native ZSH array pattern matching 5 years ago
Alessandro Menti a09c79f5c8
l10n: it.po: update for Git 2.27.0 round #2 5 years ago
Jiang Xin 7af3e5bcf7 Merge branch 'fr_2.27.0rnd2' of github.com:jnavila/git 5 years ago
Jiang Xin 2c0f79caf0 Merge branch 'master' of github.com:bitigchi/git-po 5 years ago
Jiang Xin ba6f6f6bd2 Merge branch 'master' of github.com:alshopov/git-po 5 years ago
Jiang Xin b3183376be Merge branch 'master' of github.com:Softcatala/git-po 5 years ago
Johannes Schindelin 2c8bd8471a checkout -p: handle new files correctly 5 years ago
brian m. carlson d96dab868e builtin/ls-remote: initialize repository based on fetch 5 years ago
brian m. carlson f0af95f424 t5500: make hash independent 5 years ago
brian m. carlson 9de0dd361c serve: advertise object-format capability for protocol v2 5 years ago
brian m. carlson ab67235bc4 connect: parse v2 refs with correct hash algorithm 5 years ago
brian m. carlson 67e9a70741 connect: pass full packet reader when parsing v2 refs 5 years ago
brian m. carlson 7f46e7ead1 Documentation/technical: document object-format for protocol v2 5 years ago
brian m. carlson 059d8066f8 t1302: expect repo format version 1 for SHA-256 5 years ago
brian m. carlson 88a09a557c builtin/show-index: provide options to determine hash algo 5 years ago
brian m. carlson 1610dda8ae t5302: modernize test formatting 5 years ago
brian m. carlson 629dffc461 packfile: compute and use the index CRC offset 5 years ago
brian m. carlson 49c9a2ffe5 t3200: mark assertion with SHA1 prerequisite 5 years ago
brian m. carlson d553acebee setup: set the_repository's hash algo when checking format 5 years ago
brian m. carlson 4b831208bb fetch-pack: parse and advertise the object-format capability 5 years ago
brian m. carlson 9dc78c20dc t5562: pass object-format in synthesized test data 5 years ago
brian m. carlson b65dc2cebd builtin/clone: initialize hash algorithm properly 5 years ago
brian m. carlson 7f60501775 remote-curl: implement object-format extensions 5 years ago
brian m. carlson 8b85ee4f47 transport-helper: implement object-format extensions 5 years ago
brian m. carlson 452e35684f docs: update remote helper docs for object-format extensions 5 years ago
brian m. carlson bb095d0875 builtin/receive-pack: detect when the server doesn't support our hash 5 years ago
brian m. carlson 7c601dc333 connect: detect algorithm when fetching refs 5 years ago
brian m. carlson 48bf141589 fetch-pack: detect when the server doesn't support our hash 5 years ago
brian m. carlson 84eca27aeb connect: make parse_feature_value extern 5 years ago
brian m. carlson 82db03abbb send-pack: detect when the server doesn't support our hash 5 years ago
brian m. carlson 122037c2ed connect: add function to detect supported v1 hash functions 5 years ago
brian m. carlson 7c97af4d64 transport: add a hash algorithm member 5 years ago
brian m. carlson 9a9f0d3fc0 pkt-line: add a member for hash algorithm 5 years ago
brian m. carlson 1349ffed6d connect: add function to fetch value of a v2 server capability 5 years ago
brian m. carlson 2c6a403d96 connect: add function to parse multiple v1 capability values 5 years ago
brian m. carlson bf30dbf826 remote: advertise the object-format capability on the server side 5 years ago
brian m. carlson 14570dc67d wrapper: add function to compare strings with different NUL termination 5 years ago
brian m. carlson 92315e50b2 connect: have ref processing code take struct packet_reader 5 years ago