402 Commits (271cb303a507c8e37fa894c36569c18c6d134510)

Author SHA1 Message Date
Sergey Organov 09322b1da9 diff-merges: new function diff_merges_suppress() 4 years ago
Elijah Newren 14c4586c2d merge,rebase,revert: select ort or recursive by config or environment 4 years ago
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Derrick Stolee a95ce12430 maintenance: replace run_auto_gc() 5 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 5 years ago
Han-Wen Nienhuys c8e4159efd sequencer: treat CHERRY_PICK_HEAD as a pseudo ref 5 years ago
Elijah Newren 8d552258f4 merge: make merge.renormalize work for all uses of merge machinery 5 years ago
Andrew Ng 8777616e4d merge: optimization to skip evaluate_result for single strategy 5 years ago
Junio C Hamano 7c3e9e8cfb auto-gc: pass --quiet down from am, commit, merge and rebase 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Derrick Stolee b23ea9790d tests: write commit-graph with Bloom filters 5 years ago
Martin Ågren 9881b451f3 merge: use skip_prefix to parse config key 5 years ago
Denton Liu a03b55530a merge: teach --autostash option 5 years ago
Hans Jerry Illikainen 54887b4689 gpg-interface: add minTrustLevel as a configuration option 5 years ago
Thomas Gummerer e080b34540 merge: use refresh_and_write_cache 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
Edmundo Carmona Antoranz f00abe6ae0 builtin/merge.c - cleanup of code in for-cycle that tests strategies 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Vishal Verma 1d14d0c994 merge: refuse --commit with --squash 6 years ago
Nguyễn Thái Ngọc Duy f3f8311ec7 merge: add --quit 6 years ago
Nguyễn Thái Ngọc Duy b64335554a merge: remove drop_save() in favor of remove_merge_branch_state() 6 years ago
Denton Liu 1a2b985fb3 cherry-pick/revert: add scissors line on merge conflict 6 years ago
Denton Liu 1055997e2f merge: add scissors line on merge conflict 6 years ago
Denton Liu d540b70c85 merge: cleanup messages like commit 6 years ago
Nguyễn Thái Ngọc Duy 3ebbe28989 parse-options: allow ll_callback with OPTION_CALLBACK 6 years ago
Nguyễn Thái Ngọc Duy f41179f16b parse-options: avoid magic return codes 6 years ago
Nguyễn Thái Ngọc Duy bf3ff338a2 parse-options: stop abusing 'callback' for lowlevel callbacks 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 0d6caa2d08 merge-recursive.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy f11c958054 sequencer.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 9440b831ad parse-options: replace opterror() with optname() 6 years ago
Nguyễn Thái Ngọc Duy a7412ae134 alias.c: mark split_cmdline_strerror() strings for translation 6 years ago
Jeff King 7488ba3eea merge: handle --verify-signatures for unborn branch 6 years ago
Jeff King edc4d47d54 merge: extract verify_merge_signature() helper 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Nguyễn Thái Ngọc Duy 2abf350385 revision.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 35843b1123 rerere.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 7e196c3a28 merge.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy e675765235 diff.c: remove implicit dependency on the_index 7 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Derrick Stolee 6404355657 commit.h: remove method declarations 7 years ago
brian m. carlson ab47df2d9a builtin/merge: switch to use the_hash_algo 7 years ago
Johannes Schindelin 920f22e6bc merge: allow reading the merge commit message from a file 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Derrick Stolee 7adf526670 merge: check config before loading commits 7 years ago
Nguyễn Thái Ngọc Duy e2e5ac2303 merge: use commit-slab in merge remote desc instead of commit->util 7 years ago