58795 Commits (af6b65d45ef179ed52087e80cb089f6b2349f4ec)
 

Author SHA1 Message Date
Jeff King f66d4e0250 pack-objects: use object_id struct in pack-reuse code 5 years ago
Jeff King a93c141dde pack-objects: convert oe_set_delta_ext() to use object_id 5 years ago
Jeff King 3f83fd5e44 pack-objects: read delta base oid into object_id struct 5 years ago
Jeff King 0763671b8e nth_packed_object_oid(): use customary integer return 5 years ago
Eric Sunshine 02bbbe9df9 worktree: drop unused code from get_main_worktree() 5 years ago
René Scharfe 27f182b3fc blame: provide type of fingerprints pointer 5 years ago
Eric Sunshine b5cabb4a96 rebase: refuse to switch to branch already checked out elsewhere 5 years ago
Eric Sunshine df126ca142 t3400: make test clean up after itself 5 years ago
Martin Ågren 3c29e21eb0 t: drop debug `cat` calls 5 years ago
Martin Ågren cac439b56d t9810: drop debug `cat` call 5 years ago
Martin Ågren 91de82adc9 t4117: check for files using `test_path_is_file` 5 years ago
Hariom Verma 4ef346482d receive.denyCurrentBranch: respect all worktrees 5 years ago
Hariom Verma f8692114db t5509: use a bare repository for test push target 5 years ago
Hariom Verma 45f274fbb1 get_main_worktree(): allow it to be called in the Git directory 5 years ago
Kir Kolyshkin fd0bc17557 completion: add diff --color-moved[-ws] 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
René Scharfe 2b3c430bce quote: use isalnum() to check for alphanumeric characters 5 years ago
Rasmus Jonsson a51d9e8f07 t1050: replace test -f with test_path_is_file 5 years ago
Derrick Stolee 3e96c66805 partial-clone: avoid fetching when looking for objects 5 years ago
Derrick Stolee d0badf8797 partial-clone: demonstrate bugs in partial fetch 5 years ago
Jeff King 539052f42f run-command.h: fix mis-indented struct member 5 years ago
Derrick Stolee 6c11c6a124 sparse-checkout: allow one-character directories in cone mode 5 years ago
Paolo Bonzini aa416b22ea am: support --show-current-patch=diff to retrieve .git/rebase-apply/patch 5 years ago
Paolo Bonzini f3b4822899 am: support --show-current-patch=raw as a synonym for--show-current-patch 5 years ago
Paolo Bonzini e8ef1e8d6e am: convert "resume" variable to a struct 5 years ago
Paolo Bonzini bc8620b440 parse-options: convert "command mode" to a flag 5 years ago
Paolo Bonzini 62e7a6f7a1 parse-options: add testcases for OPT_CMDMODE() 5 years ago
brian m. carlson 46fd7b3900 credential: allow wildcard patterns when matching config 5 years ago
brian m. carlson 82eb249853 credential: use the last matching username in the config 5 years ago
brian m. carlson 588c70e10f t0300: add tests for some additional cases 5 years ago
brian m. carlson 732f934408 t1300: add test for urlmatch with multiple wildcards 5 years ago
brian m. carlson 3fa0e04667 mailmap: add an additional email address for brian m. carlson 5 years ago
Alexandr Miloslavskiy 8a98758a8d stash push: support the --pathspec-from-file option 5 years ago
Alexandr Miloslavskiy 8c3713cede stash: eliminate crude option parsing 5 years ago
Alexandr Miloslavskiy 3f3d8068f5 doc: stash: synchronize <pathspec> description 5 years ago
Alexandr Miloslavskiy b22909144c doc: stash: document more options 5 years ago
Alexandr Miloslavskiy 0093abc286 doc: stash: split options from description (2) 5 years ago
Alexandr Miloslavskiy 2b7460d167 doc: stash: split options from description (1) 5 years ago
Alexandr Miloslavskiy 5f393dc3aa rm: support the --pathspec-from-file option 5 years ago
Elijah Newren fb1c18fc46 merge-recursive: fix the refresh logic in update_file_flags 5 years ago
Elijah Newren 73113c5922 t3433: new rebase testcase documenting a stat-dirty-like failure 5 years ago
Pranit Bauva 6c69f22233 bisect: libify `bisect_next_all` 5 years ago
Pranit Bauva 9ec598e0d5 bisect: libify `handle_bad_merge_base` and its dependents 5 years ago
Pranit Bauva 45b6370812 bisect: libify `check_good_are_ancestors_of_bad` and its dependents 5 years ago
Pranit Bauva cdd4dc2d6a bisect: libify `check_merge_bases` and its dependents 5 years ago
Pranit Bauva e8e3ce6718 bisect: libify `bisect_checkout` 5 years ago
Pranit Bauva ce58b5d8b1 bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its dependents 5 years ago
Pranit Bauva 7613ec594a bisect--helper: return error codes from `cmd_bisect__helper()` 5 years ago
Miriam Rubio 680e8a01e5 bisect: add enum to represent bisect returning codes 5 years ago
Tanushree Tumane bfacfce7d9 bisect--helper: introduce new `decide_next()` function 5 years ago