summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-02-20credential: use the last matching username in the configLibravatar brian m. carlson3-3/+11
2020-02-20t0300: add tests for some additional casesLibravatar brian m. carlson1-0/+108
2020-02-20t1300: add test for urlmatch with multiple wildcardsLibravatar brian m. carlson1-0/+6
2020-02-20mailmap: add an additional email address for brian m. carlsonLibravatar brian m. carlson1-0/+1
2020-02-19stash push: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy3-1/+139
2020-02-19stash: eliminate crude option parsingLibravatar Alexandr Miloslavskiy2-38/+26
2020-02-19doc: stash: synchronize <pathspec> descriptionLibravatar Alexandr Miloslavskiy1-2/+4
2020-02-19doc: stash: document more optionsLibravatar Alexandr Miloslavskiy1-0/+12
2020-02-19doc: stash: split options from description (2)Libravatar Alexandr Miloslavskiy1-35/+57
2020-02-19doc: stash: split options from description (1)Libravatar Alexandr Miloslavskiy1-33/+35
2020-02-19rm: support the --pathspec-from-file optionLibravatar Alexandr Miloslavskiy3-7/+117
2020-02-19merge-recursive: fix the refresh logic in update_file_flagsLibravatar Elijah Newren2-3/+6
2020-02-19t3433: new rebase testcase documenting a stat-dirty-like failureLibravatar Elijah Newren1-0/+48
2020-02-19bisect: libify `bisect_next_all`Libravatar Pranit Bauva2-12/+27
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsLibravatar Pranit Bauva2-4/+6
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsLibravatar Pranit Bauva2-15/+37
2020-02-19bisect: libify `check_merge_bases` and its dependentsLibravatar Pranit Bauva2-5/+24
2020-02-19bisect: libify `bisect_checkout`Libravatar Pranit Bauva1-4/+15
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Libravatar Pranit Bauva2-7/+15
2020-02-19bisect--helper: return error codes from `cmd_bisect__helper()`Libravatar Pranit Bauva1-1/+1
2020-02-19bisect: add enum to represent bisect returning codesLibravatar Miriam Rubio2-2/+14