8472 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
brian m. carlson 207899137d builtin/pack-objects: make hash agnostic 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
Junio C Hamano ff165f00c1 describe: force long format for a name based on a mislocated tag 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
Junio C Hamano f08132f889 rebase: --fork-point regression fix 5 years ago
Derrick Stolee ef07659926 sparse-checkout: work with Windows paths 5 years ago
Derrick Stolee 2631dc879d sparse-checkout: create 'add' subcommand 5 years ago
Derrick Stolee 4bf0c06c71 sparse-checkout: extract pattern update from 'set' subcommand 5 years ago
Derrick Stolee 6fb705abcb sparse-checkout: extract add_patterns_from_input() 5 years ago
Bert Wesarg b3fd6cbf29 remote rename/remove: gently handle remote.pushDefault config 5 years ago
Bert Wesarg 923d4a5ca4 remote rename/remove: handle branch.<name>.pushRemote config values 5 years ago
Bert Wesarg ceff1a1308 remote: clean-up config callback 5 years ago
Bert Wesarg 1a83068c26 remote: clean-up by returning early to avoid one indentation 5 years ago
Bert Wesarg 88f8576eda pull --rebase/remote rename: document and honor single-letter abbreviations rebase types 5 years ago
Matthew Rogers 145d59f482 config: add '--show-scope' to print the scope of a config value 5 years ago
Matthew Rogers e37efa40e1 config: teach git_config_source to remember its scope 5 years ago