8166 Commits (e0020b2f82910f50bc697d86aff70c3796fbdc41)

Author SHA1 Message Date
Derrick Stolee 65edd96aec treewide: rename 'exclude' methods to 'pattern' 6 years ago
Derrick Stolee 4ff89ee52c treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_' 6 years ago
Derrick Stolee caa3d55444 treewide: rename 'struct exclude_list' to 'struct pattern_list' 6 years ago
Derrick Stolee ab8db61390 treewide: rename 'struct exclude' to 'struct path_pattern' 6 years ago
Derrick Stolee 50f26bd035 fetch: add fetch.writeCommitGraph config setting 6 years ago
Thomas Gummerer 8e4c8af058 push: disallow --all and refspecs when remote.<name>.mirror is set 6 years ago
Derrick Stolee 313677627a checkout: add simple check for 'git checkout -b' 6 years ago
Denton Liu 414d924beb rebase: teach rebase --keep-base 6 years ago
Denton Liu 4effc5bc96 rebase: fast-forward --fork-point in more cases 6 years ago
Denton Liu c0efb4c1dd rebase: fast-forward --onto in more cases 6 years ago
Denton Liu 2b318aa6c3 rebase: refactor can_fast_forward into goto tower 6 years ago
René Scharfe fd99c2dd9b grep: use return value of strbuf_detach() 6 years ago
brian m. carlson be8e172e9f builtin/show-index: replace sha1_to_hex 6 years ago
brian m. carlson fc06be3b7f builtin/receive-pack: replace sha1_to_hex 6 years ago
brian m. carlson 69fa337060 builtin/index-pack: replace sha1_to_hex 6 years ago
brian m. carlson e0cb7cdb89 wt-status: convert struct wt_status to object_id 6 years ago
brian m. carlson 8d4d86b0f0 cache: remove null_sha1 6 years ago
brian m. carlson f6ca67d673 builtin/worktree: switch null_sha1 to null_oid 6 years ago
brian m. carlson dd336a5511 builtin/repack: write object IDs of the proper length 6 years ago
brian m. carlson 7962e046ff show-index: switch hard-coded constants to the_hash_algo 6 years ago
brian m. carlson 7e0d029f18 builtin/rev-parse: switch to use the_hash_algo 6 years ago
brian m. carlson 319009642c builtin/blame: switch uses of GIT_SHA1_HEXSZ to the_hash_algo 6 years ago
brian m. carlson fabec2c5c3 builtin/receive-pack: switch to use the_hash_algo 6 years ago
brian m. carlson 36261e42ec patch-id: convert to use the_hash_algo 6 years ago
brian m. carlson 28ba1830d0 builtin/replace: make hash size independent 6 years ago
Corentin BOMPARD 24bc1a1292 pull, fetch: add --set-upstream option 6 years ago
Elijah Newren 724dd767b2 cache-tree: share code between functions writing an index as a tree 6 years ago
Elijah Newren b4db8a2b76 merge-recursive: remove useless parameter in merge_trees() 6 years ago
Elijah Newren 9822175d2b Ensure index matches head before invoking merge machinery, round N 6 years ago
Derrick Stolee 8e01251694 merge-recursive: introduce an enum for detect_directory_renames values 6 years ago
Elijah Newren 65c01c6442 checkout: provide better conflict hunk description with detached HEAD 6 years ago
Elijah Newren acb7da05ac checkout: remove duplicate code 6 years ago
Derrick Stolee ad0fb65999 repo-settings: parse core.untrackedCache 6 years ago
Derrick Stolee 7211b9e753 repo-settings: consolidate some config settings 6 years ago
SZEDER Gábor 507e5470a0 worktree remove: clarify error message on dirty worktree 6 years ago
Jeff King 9827d4c185 packfile: drop release_pack_memory() 6 years ago
Michael J Gruber bc40ce4de6 merge: --no-verify to bypass pre-merge-commit hook 6 years ago
Michael J Gruber 6098817fd7 git-merge: honor pre-merge-commit hook 6 years ago
Michael J Gruber a1f3dd7eb3 merge: do no-verify like commit 6 years ago
Jean-Noël Avila 182f59daf0 l10n: reformat some localized strings for v2.23.0 6 years ago
SZEDER Gábor 7c5c9b9c57 commit-graph: error out on invalid commit oids in 'write --stdin-commits' 6 years ago
SZEDER Gábor 39d8831856 commit-graph: turn a group of write-related macro flags into an enum 6 years ago
Varun Naik ecd72042de checkout.c: unstage empty deleted ita files 6 years ago
Junio C Hamano f3eda90ffc log: really flip the --mailmap default 6 years ago
Jeff King c43ab06259 tree-walk: add a strbuf wrapper for make_traverse_path() 6 years ago
Jeff King b3b3cbcbf2 tree-walk: accept a raw length for traverse_path_len() 6 years ago
Junio C Hamano 7ed20f596b log: flip the --mailmap default unconditionally 6 years ago
Jeff King 9055384710 tree-walk: drop oid from traverse_info 6 years ago
Jeff King 947208b725 setup_traverse_info(): stop copying oid 6 years ago
Jeff King 7ff024e7b3 repack: simplify handling of auto-bitmaps and .keep files 6 years ago