summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-24t/helper: make repository tests hash independentbrian m. carlson1-6/+4
2020-02-24t/helper: initialize repository if necessarybrian m. carlson1-0/+4
2020-02-24t/helper/test-dump-split-index: initialize git repositorybrian m. carlson1-0/+2
2020-02-24t6300: make hash algorithm independentbrian m. carlson1-1/+1
2020-02-24t6300: abstract away SHA-1-specific constantsbrian m. carlson1-9/+16
2020-02-24t: use hash-specific lookup tables to define test constantsbrian m. carlson1-15/+14
2020-02-24repository: require a build flag to use SHA-256brian m. carlson2-0/+6
2020-02-24hex: add functions to parse hex object IDs in any algorithmbrian m. carlson2-0/+32
2020-02-24hex: introduce parsing variants taking hash algorithmsbrian m. carlson2-7/+33
2020-02-24hash: implement and use a context cloning functionbrian m. carlson4-1/+46
2020-02-24builtin/pack-objects: make hash agnosticbrian m. carlson1-1/+1
2020-02-24use strpbrk(3) to search for characters from a given setRené Scharfe4-5/+4
2020-02-24quote: use isalnum() to check for alphanumeric charactersRené Scharfe1-1/+1
2020-02-24t1050: replace test -f with test_path_is_fileRasmus Jonsson1-4/+6
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee2-6/+6
2020-02-22partial-clone: demonstrate bugs in partial fetchDerrick Stolee1-0/+31
2020-02-22run-command.h: fix mis-indented struct memberJeff King1-1/+1
2020-02-20describe: force long format for a name based on a mislocated tagJunio C Hamano2-7/+28
2020-02-20sparse-checkout: allow one-character directories in cone modeDerrick Stolee2-2/+12
2020-02-20am: support --show-current-patch=diff to retrieve .git/rebase-apply/patchPaolo Bonzini4-8/+24
2020-02-20am: support --show-current-patch=raw as a synonym for--show-current-patchPaolo Bonzini4-10/+73
2020-02-20am: convert "resume" variable to a structPaolo Bonzini1-14/+18
2020-02-20parse-options: convert "command mode" to a flagPaolo Bonzini2-15/+13
2020-02-20parse-options: add testcases for OPT_CMDMODE()Paolo Bonzini2-0/+20
2020-02-20credential: allow wildcard patterns when matching configbrian m. carlson7-21/+103
2020-02-20credential: use the last matching username in the configbrian m. carlson3-3/+11
2020-02-20t0300: add tests for some additional casesbrian m. carlson1-0/+108
2020-02-20t1300: add test for urlmatch with multiple wildcardsbrian m. carlson1-0/+6
2020-02-20mailmap: add an additional email address for brian m. carlsonbrian m. carlson1-0/+1
2020-02-19t/lib-submodule-update: add test removing nested submodulesPhilippe Blain1-2/+18
2020-02-19unpack-trees: check for missing submodule directory in merged_entryPhilippe Blain2-2/+16
2020-02-19unpack-trees: remove outdated description for verify_clean_submodulePhilippe Blain1-3/+0
2020-02-19t/lib-submodule-update: move a test to the right sectionPhilippe Blain1-16/+17
2020-02-19t/lib-submodule-update: remove outdated test descriptionPhilippe Blain1-1/+0
2020-02-19t7112: remove mention of KNOWN_FAILURE_SUBMODULE_RECURSIVE_NESTEDPhilippe Blain1-1/+0
2020-02-19stash push: support the --pathspec-from-file optionAlexandr Miloslavskiy3-1/+139
2020-02-19stash: eliminate crude option parsingAlexandr Miloslavskiy2-38/+26
2020-02-19doc: stash: synchronize <pathspec> descriptionAlexandr Miloslavskiy1-2/+4
2020-02-19doc: stash: document more optionsAlexandr Miloslavskiy1-0/+12
2020-02-19doc: stash: split options from description (2)Alexandr Miloslavskiy1-33/+55
2020-02-19doc: stash: split options from description (1)Alexandr Miloslavskiy1-33/+35
2020-02-19rm: support the --pathspec-from-file optionAlexandr Miloslavskiy3-7/+117
2020-02-19merge-recursive: fix the refresh logic in update_file_flagsElijah Newren2-3/+6
2020-02-19t3433: new rebase testcase documenting a stat-dirty-like failureElijah Newren1-0/+48
2020-02-19bisect: libify `bisect_next_all`Pranit Bauva2-12/+27
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva2-4/+6
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva2-15/+37
2020-02-19bisect: libify `check_merge_bases` and its dependentsPranit Bauva2-5/+24
2020-02-19bisect: libify `bisect_checkout`Pranit Bauva1-4/+15
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva2-7/+15