8331 Commits (a64d2aae5a593f4fb8b2020dc39556b256d1846e)

Author SHA1 Message Date
Jiang Xin 937d143630 i18n: unmark a message in rebase.c 5 years ago
Junio C Hamano 0106b1d4be Revert "gpg-interface: prefer check_signature() for GPG verification" 5 years ago
Benno Evers 30b1c7ad9d describe: don't abort too early when searching tags 5 years ago
Alban Gruin 240fc04f81 builtin/rebase: remove a call to get_oid() on `options.switch_to' 5 years ago
Emily Shaffer 132f600b06 clone: pass --single-branch during --recurse-submodules 5 years ago
Emily Shaffer 47319576f1 submodule--helper: use C99 named initializer 5 years ago
Eric Sunshine bb69b3b009 worktree: don't allow "add" validation to be fooled by suffix matching 5 years ago
Jeff King b99b6bcc57 packed_object_info(): use object_id for returning delta base 5 years ago
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 b5cabb4a96 rebase: refuse to switch to branch already checked out elsewhere 5 years ago
Hariom Verma 4ef346482d receive.denyCurrentBranch: respect all worktrees 5 years ago
René Scharfe 2ce6d075fa use strpbrk(3) to search for characters from a given set 5 years ago
Derrick Stolee 3e96c66805 partial-clone: avoid fetching when looking for objects 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
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 5f393dc3aa rm: support the --pathspec-from-file option 5 years ago
Pranit Bauva 45b6370812 bisect: libify `check_good_are_ancestors_of_bad` and its dependents 5 years ago
Pranit Bauva 7613ec594a bisect--helper: return error codes from `cmd_bisect__helper()` 5 years ago
Tanushree Tumane bfacfce7d9 bisect--helper: introduce new `decide_next()` function 5 years ago
Tanushree Tumane 292731c4c2 bisect--helper: change `retval` to `res` 5 years ago
Miriam Rubio 16538bfd2c bisect--helper: convert `vocab_*` char pointers to char arrays 5 years ago
Elijah Newren 7ec8125fba check-ignore: fix documentation and implementation to match 5 years ago
Junio C Hamano 20a5fd881a rev-list --count: comment on the use of count_right++ 5 years ago
Elijah Newren 10cdb9f38a rebase: rename the two primary rebase backends 5 years ago
Elijah Newren 2ac0d6273f rebase: change the default backend from "am" to "merge" 5 years ago
Elijah Newren 8295ed690b rebase: make the backend configurable via config setting 5 years ago
Elijah Newren c2417d3af7 rebase: drop '-i' from the reflog for interactive-based rebases 5 years ago
Elijah Newren 52eb738d6b rebase: add an --am option 5 years ago
Elijah Newren 8af14f0859 rebase: move incompatibility checks between backend options a bit earlier 5 years ago
Elijah Newren befb89ce7c rebase: allow more types of rebases to fast-forward 5 years ago
Elijah Newren 93122c985a rebase: fix handling of restrict_revision 5 years ago
Elijah Newren 55d2b6d785 rebase: make sure to pass along the quiet flag to the sequencer 5 years ago
Elijah Newren 8a997ed132 rebase, sequencer: remove the broken GIT_QUIET handling 5 years ago
Elijah Newren e98c4269c8 rebase (interactive-backend): fix handling of commits that become empty 5 years ago
Elijah Newren d48e5e21da rebase (interactive-backend): make --keep-empty the default 5 years ago
Jeff King 3ab3185f99 pack-objects: support filters with bitmaps 5 years ago
Jeff King 2aaeb9ac41 rev-list: use bitmap filters for traversal 5 years ago
Jeff King 6663ae0a08 pack-bitmap: basic noop bitmap filter infrastructure 5 years ago
Jeff King 4eb707ebd6 rev-list: allow commit-only bitmap traversals 5 years ago
Jeff King 608d9c9365 rev-list: allow bitmaps when counting objects 5 years ago
Jeff King 55cb10f9b5 rev-list: make --count work with --objects 5 years ago
Jeff King 792f811998 rev-list: factor out bitmap-optimized routines 5 years ago
Jeff King d90fe06ea7 pack-bitmap: refuse to do a bitmap traversal with pathspecs 5 years ago
Jeff King e03f928e2a rev-list: fallback to non-bitmap traversal when filtering 5 years ago