summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-24packed_object_info(): use object_id internally for delta baseLibravatar Jeff King1-17/+15
2020-02-24packed_object_info(): use object_id for returning delta baseLibravatar Jeff King5-11/+11
2020-02-24pack-check: push oid lookup into loopLibravatar Jeff King1-13/+10
2020-02-24pack-check: convert "internal error" die to a BUG()Libravatar Jeff King1-1/+2
2020-02-24pack-bitmap: use object_id when loading on-disk bitmapsLibravatar Jeff King1-6/+6
2020-02-24pack-objects: use object_id struct in pack-reuse codeLibravatar Jeff King1-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idLibravatar Jeff King3-4/+4
2020-02-24pack-objects: read delta base oid into object_id structLibravatar Jeff King1-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnLibravatar Jeff King6-24/+22
2020-02-24worktree: drop unused code from get_main_worktree()Libravatar Eric Sunshine1-4/+0
2020-02-24blame: provide type of fingerprints pointerLibravatar René Scharfe1-1/+3
2020-02-24rebase: refuse to switch to branch already checked out elsewhereLibravatar Eric Sunshine2-2/+21
2020-02-24t3400: make test clean up after itselfLibravatar Eric Sunshine1-1/+1
2020-02-24t: drop debug `cat` callsLibravatar Martin Ågren11-13/+2
2020-02-24t9810: drop debug `cat` callLibravatar Martin Ågren1-1/+0
2020-02-24t4117: check for files using `test_path_is_file`Libravatar Martin Ågren1-3/+3
2020-02-24receive.denyCurrentBranch: respect all worktreesLibravatar Hariom Verma3-17/+41
2020-02-24t5509: use a bare repository for test push targetLibravatar Hariom Verma1-1/+1
2020-02-24get_main_worktree(): allow it to be called in the Git directoryLibravatar Hariom Verma1-0/+1
2020-02-24completion: add diff --color-moved[-ws]Libravatar Kir Kolyshkin1-0/+15
2020-02-24commit: use expected signature header for SHA-256Libravatar brian m. carlson5-12/+62
2020-02-24worktree: allow repository version 1Libravatar brian m. carlson1-6/+4
2020-02-24init-db: move writing repo version into a functionLibravatar brian m. carlson2-18/+25
2020-02-24builtin/init-db: add environment variable for new repo hashLibravatar brian m. carlson2-0/+15
2020-02-24builtin/init-db: allow specifying hash algorithm on command lineLibravatar brian m. carlson4-9/+55
2020-02-24setup: allow check_repository_format to read repository formatLibravatar brian m. carlson4-5/+9
2020-02-24t/helper: make repository tests hash independentLibravatar brian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessaryLibravatar brian m. carlson1-0/+4
2020-02-24t/helper/test-dump-split-index: initialize git repositoryLibravatar brian m. carlson1-0/+2
2020-02-24t6300: make hash algorithm independentLibravatar brian m. carlson1-1/+1
2020-02-24t6300: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-9/+16
2020-02-24t: use hash-specific lookup tables to define test constantsLibravatar brian m. carlson1-15/+14
2020-02-24repository: require a build flag to use SHA-256Libravatar brian m. carlson2-0/+6
2020-02-24hex: add functions to parse hex object IDs in any algorithmLibravatar brian m. carlson2-0/+32
2020-02-24hex: introduce parsing variants taking hash algorithmsLibravatar brian m. carlson2-7/+33
2020-02-24hash: implement and use a context cloning functionLibravatar brian m. carlson4-1/+46
2020-02-24builtin/pack-objects: make hash agnosticLibravatar brian m. carlson1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setLibravatar René Scharfe4-5/+4
2020-02-24quote: use isalnum() to check for alphanumeric charactersLibravatar René Scharfe1-1/+1
2020-02-24t1050: replace test -f with test_path_is_fileLibravatar Rasmus Jonsson1-4/+6
2020-02-22partial-clone: avoid fetching when looking for objectsLibravatar Derrick Stolee2-6/+6
2020-02-22partial-clone: demonstrate bugs in partial fetchLibravatar Derrick Stolee1-0/+31
2020-02-22run-command.h: fix mis-indented struct memberLibravatar Jeff King1-1/+1
2020-02-20sparse-checkout: allow one-character directories in cone modeLibravatar Derrick Stolee2-2/+12
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchLibravatar Paolo Bonzini4-8/+24
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchLibravatar Paolo Bonzini4-10/+73
2020-02-20am: convert "resume" variable to a structLibravatar Paolo Bonzini1-14/+18
2020-02-20parse-options: convert "command mode" to a flagLibravatar Paolo Bonzini2-15/+13
2020-02-20parse-options: add testcases for OPT_CMDMODE()Libravatar Paolo Bonzini2-0/+20
2020-02-20credential: allow wildcard patterns when matching configLibravatar brian m. carlson7-21/+103