summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-21line-log: avoid unnecessary full tree diffsSZEDER Gábor2-7/+118
2019-08-21line-log: extract pathspec parsing from line ranges into a helper functionSZEDER Gábor1-14/+18
2019-08-20diff: skip GITLINK when lazy fetching missing objsJonathan Tan2-0/+32
2019-08-20sha1-name: make sort_ambiguous_oid_array() thread-safeRené Scharfe1-6/+3
2019-08-20parseopt: move definition of enum parse_opt_result upRené Scharfe1-9/+9
2019-08-20packfile.h: drop extern from function declarationDenton Liu1-1/+1
2019-08-20t3800: make hash-size independentbrian m. carlson1-24/+25
2019-08-20t3600: make hash size independentbrian m. carlson1-1/+3
2019-08-20t3506: make hash independentbrian m. carlson1-2/+6
2019-08-20t3430: avoid hard-coded object IDsbrian m. carlson1-8/+15
2019-08-20t3404: abstract away SHA-1-specific constantsbrian m. carlson1-11/+11
2019-08-20t3306: abstract away SHA-1-specific constantsbrian m. carlson1-24/+21
2019-08-20t3305: make hash size independentbrian m. carlson1-16/+6
2019-08-20t3301: abstract away SHA-1-specific constantsbrian m. carlson1-50/+90
2019-08-20t3206: abstract away hash size constantsbrian m. carlson1-60/+167
2019-08-20t3201: abstract away SHA-1-specific constantsbrian m. carlson1-4/+4
2019-08-19repository-layout.txt: correct pluralization of 'object'Ben Milman1-1/+1
2019-08-19sequencer: simplify root commit creationPhillip Wood1-71/+4
2019-08-19rebase -i: check for updated todo after squash and rewordPhillip Wood2-16/+47
2019-08-19rebase -i: always update HEAD before rewordingPhillip Wood4-19/+27
2019-08-19grep: under --debug, show whether PCRE JIT is enabledBeat Bolli1-0/+7
2019-08-19midx: switch to using the_hash_algobrian m. carlson1-6/+5
2019-08-19builtin/show-index: replace sha1_to_hexbrian m. carlson1-1/+1
2019-08-19rerere: replace sha1_to_hexbrian m. carlson1-4/+4
2019-08-19builtin/receive-pack: replace sha1_to_hexbrian m. carlson1-4/+4
2019-08-19builtin/index-pack: replace sha1_to_hexbrian m. carlson1-2/+2
2019-08-19packfile: replace sha1_to_hexbrian m. carlson1-2/+2
2019-08-19wt-status: convert struct wt_status to object_idbrian m. carlson3-4/+4
2019-08-19cache: remove null_sha1brian m. carlson4-10/+3
2019-08-19builtin/worktree: switch null_sha1 to null_oidbrian m. carlson1-1/+1
2019-08-19builtin/repack: write object IDs of the proper lengthbrian m. carlson1-1/+1
2019-08-19pack-write: use hash_to_hex when writing checksumsbrian m. carlson1-4/+4
2019-08-19sequencer: convert to use the_hash_algobrian m. carlson1-3/+3
2019-08-19bisect: switch to using the_hash_algobrian m. carlson1-1/+1
2019-08-19sha1-lookup: switch hard-coded constants to the_hash_algobrian m. carlson1-4/+4
2019-08-19config: use the_hash_algo in abbrev comparisonbrian m. carlson1-1/+1
2019-08-19combine-diff: replace GIT_SHA1_HEXSZ with the_hash_algobrian m. carlson1-1/+1
2019-08-19bundle: switch to use the_hash_algobrian m. carlson1-2/+2
2019-08-19connected: switch GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson1-3/+4
2019-08-19show-index: switch hard-coded constants to the_hash_algobrian m. carlson1-5/+6
2019-08-19blame: remove needless comparison with GIT_SHA1_HEXSZbrian m. carlson1-1/+1
2019-08-19builtin/rev-parse: switch to use the_hash_algobrian m. carlson1-2/+3
2019-08-19builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algobrian m. carlson1-3/+4
2019-08-19builtin/receive-pack: switch to use the_hash_algobrian m. carlson1-23/+21
2019-08-19fetch-pack: use parse_oid_hexbrian m. carlson1-6/+6
2019-08-19patch-id: convert to use the_hash_algobrian m. carlson3-29/+30
2019-08-19builtin/replace: make hash size independentbrian m. carlson1-3/+4
2019-08-19pull, fetch: add --set-upstream optionCorentin BOMPARD4-1/+241
2019-08-19archive-tar: turn length miscalculation warning into BUGRené Scharfe2-5/+4
2019-08-19archive-tar: use size_t in strbuf_append_ext_header()René Scharfe1-5/+5