471 Commits (61bdc7c5d8b1dedc5f9c3af45c5738d14136ae90)

Author SHA1 Message Date
Jeff King 61bdc7c5d8 diff: mark unused parameters in callbacks 2 years ago
Ævar Arnfjörð Bjarmason 07047d6829 cocci: apply "pending" index-compatibility to some "builtin/*.c" 2 years ago
Ævar Arnfjörð Bjarmason dc594180d9 cocci & cache.h: apply variable section of "pending" index-compatibility 2 years ago
Ævar Arnfjörð Bjarmason 031b2033e0 cocci & cache.h: apply a selection of "pending" index-compatibility 2 years ago
Ævar Arnfjörð Bjarmason 9c5f3ee3b3 read-cache API & users: make discard_index() return void 2 years ago
Ævar Arnfjörð Bjarmason fbc1ed629e cocci & cache.h: remove rarely used "the_index" compat macros 2 years ago
René Scharfe 0e90673957 use child_process members "args" and "env" directly 2 years ago
René Scharfe 4120294cbf use child_process member "args" instead of string array variable 2 years ago
Ævar Arnfjörð Bjarmason 9397f3cf7e merge: remove always-the-same "verbose" arguments 2 years ago
Elijah Newren ae15fd4116 merge: small code readability improvement 3 years ago
Elijah Newren 5b1d30cabf merge: cleanup confusing logic for handling successful merges 3 years ago
Elijah Newren d3a9295ada merge: only apply autostash when appropriate 3 years ago
Elijah Newren c23fc075c6 merge: do not exit restore_state() prematurely 3 years ago
Elijah Newren 034195ef92 merge: ensure we can actually restore pre-merge state 3 years ago
Elijah Newren aa77ce88ed merge: make restore_state() restore staged state too 3 years ago
Elijah Newren 1369f1475b merge: fix save_state() to work when there are stat-dirty files 3 years ago
Elijah Newren 8f240b8bbb merge: do not abort early if one strategy fails to handle the merge 3 years ago
Elijah Newren e4cdfe84a0 merge: abort if index does not match HEAD for trivial merges 3 years ago
Ævar Arnfjörð Bjarmason 4f40f6cb73 cocci: add and apply a rule to find "unused" strbufs 3 years ago
Ævar Arnfjörð Bjarmason 2108fe4a19 revisions API users: add straightforward release_revisions() 3 years ago
Ævar Arnfjörð Bjarmason a8cc594333 hooks: fix an obscure TOCTOU "did we just run a hook?" race 3 years ago
Ævar Arnfjörð Bjarmason 9f6e63b966 merge: don't run post-hook logic on --no-verify 3 years ago
Phillip Wood b7de153bd9 create_autostash(): remove unneeded parameter 3 years ago
Elijah Newren 6046f7a91c merge: fix memory leaks in cmd_merge() 3 years ago
Emily Shaffer 67ad630617 merge: convert post-merge to use hook.h 3 years ago
Jean-Noël Avila 12909b6b8a i18n: turn "options are incompatible" into "cannot be used together" 3 years ago
Junio C Hamano bd2bc94252 merge: allow to pretend a merge is made into a different branch 3 years ago
Ævar Arnfjörð Bjarmason 2b7098936c run-command API users: use strvec_pushl(), not argv construction 3 years ago
Ævar Arnfjörð Bjarmason 465028e0e2 merge: add missing strbuf_release() 3 years ago
Elijah Newren 1b5f37334a Remove ignored files by default when they are in the way 4 years ago
Elijah Newren 04988c8d18 unpack-trees: introduce preserve_ignored to unpack_trees_options 4 years ago
Ævar Arnfjörð Bjarmason 07a348e746 hook.c users: use "hook_exists()" instead of "find_hook()" 4 years ago
Ævar Arnfjörð Bjarmason 5e3aba33da hook.[ch]: move find_hook() from run-command.c to hook.c 4 years ago
Derrick Stolee a33806398a merge: make sparse-aware with ORT 4 years ago
Johannes Schindelin 5a22a334cb run_auto_maintenance(): implicitly close the object store 4 years ago
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Carlo Marcelo Arenas Belón 00e302da76 builtin/merge: avoid -Wformat-extra-args from ancient Xcode 4 years ago
Elijah Newren 6a5fb96672 Change default merge backend from recursive to ort 4 years ago
Elijah Newren 81483fe613 Update error message and code comment 4 years ago
Andrzej Hunt 8c05e42c7a builtin/merge: free found_ref when done 4 years ago
Philippe Blain e082631e51 merge: apply autostash if merge strategy fails 4 years ago
Philippe Blain 12510bd5da merge: apply autostash if fast-forward fails 4 years ago
Philippe Blain 9938f30d13 merge: add missing word "strategy" to a message 4 years ago
Alex Henrie 3d5fc24dae pull: abort if --ff-only is given and fast-forwarding is impossible 4 years ago
Alex Henrie a30e43f61a merge: don't translate literal commands 4 years ago
Josh Soref ad9322da03 merge: fix swapped "up to date" message components 4 years ago
Eric Sunshine 80cde95eec merge(s): apply consistent punctuation to "up to date" messages 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Sergey Organov 09322b1da9 diff-merges: new function diff_merges_suppress() 4 years ago