785 Commits (2088a0c0cd61ab6c98064e68619e1d931a4619e2)

Author SHA1 Message Date
Junio C Hamano c6da34a610 Revert "Merge branch 'ps/avoid-unnecessary-hook-invocation-with-packed-refs'" 3 years ago
René Scharfe 84792322ed commit, sequencer: turn off break_opt for commit summary 3 years ago
Jayati Shrivastava 5327d8982a sequencer: use reverse_commit_list() helper 3 years ago
Ævar Arnfjörð Bjarmason a8cc594333 hooks: fix an obscure TOCTOU "did we just run a hook?" race 3 years ago
Jean-Noël Avila 1a8aea857e i18n: factorize "invalid value" messages 3 years ago
Ævar Arnfjörð Bjarmason ce14de03db refs API: remove "failure_errno" from refs_resolve_ref_unsafe() 3 years ago
Ævar Arnfjörð Bjarmason 09444e74e3 sequencer: don't use die_errno() on refs_resolve_ref_unsafe() failure 3 years ago
Phillip Wood 38c541ce94 rebase -m: don't fork git checkout 3 years ago
Phillip Wood 6ae8086161 reset_head(): take struct rebase_head_opts 3 years ago
Phillip Wood b7de153bd9 create_autostash(): remove unneeded parameter 3 years ago
Phillip Wood 1946d45844 reset_head(): remove action parameter 3 years ago
Elijah Newren ff5b7913f0 sequencer, stash: fix running from worktree subdir 3 years ago
Patrick Steinhardt fbe73f61cb refs: allow passing flags when beginning transactions 3 years ago
Elijah Newren bc3ae46b42 rebase: do not attempt to remove startup_info->original_cwd 3 years ago
Elijah Newren 434e0636db sequencer: do not export GIT_DIR and GIT_WORK_TREE for 'exec' 3 years ago
Elijah Newren cc9dcdee61 sequencer: avoid adding exec commands for non-commit creating commands 3 years ago
Ævar Arnfjörð Bjarmason 2b7098936c run-command API users: use strvec_pushl(), not argv construction 3 years ago
Phillip Wood 9d6b9df128 rebase -i: fix rewording with --committer-date-is-author-date 3 years ago
Ævar Arnfjörð Bjarmason f1da24ca5e refs API: post-migration API renaming [2/2] 3 years ago
Ævar Arnfjörð Bjarmason ed90f04155 refs API: make resolve_ref_unsafe() not set errno 3 years ago
Ævar Arnfjörð Bjarmason 6e658547d3 sequencer: fix a memory leak in do_reset() 3 years ago
Ævar Arnfjörð Bjarmason 0c52cf8e00 sequencer: add a "goto cleanup" to do_reset() 3 years ago
Elijah Newren 1b5f37334a Remove ignored files by default when they are in the way 3 years ago
Elijah Newren 04988c8d18 unpack-trees: introduce preserve_ignored to unpack_trees_options 3 years ago
Ævar Arnfjörð Bjarmason 07a348e746 hook.c users: use "hook_exists()" instead of "find_hook()" 3 years ago
Ævar Arnfjörð Bjarmason 5e3aba33da hook.[ch]: move find_hook() from run-command.c to hook.c 3 years ago
Phillip Wood 2b88fe0603 rebase: fix todo-list rereading 3 years ago
Phillip Wood dfa8bae5a2 sequencer.c: factor out a function 3 years ago
Derrick Stolee 5d9c9349bd sequencer: ensure full index if not ORT strategy 4 years ago
Johannes Schindelin 17919c3585 sequencer: restrict scope of a formerly public function 4 years ago
Josh Steadmon 767a4ca648 sequencer: advise if skipping cherry-picked commit 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
ZheNing Hu f172556b89 cherry-pick: use better advice message 4 years ago
Phillip Wood f2563c9ef3 rebase -r: fix merge -c with a merge strategy 4 years ago
Phillip Wood baf8ec8d3a rebase -r: don't write .git/MERGE_MSG when fast-forwarding 4 years ago
Phillip Wood 2be6b6f411 rebase -r: make 'merge -c' behave like reword 4 years ago
Phillip Wood e5ee33e855 rebase --continue: remove .git/MERGE_MSG 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
Johannes Schindelin a03b097d63 Use a better name for the function interpolating paths 4 years ago
Ævar Arnfjörð Bjarmason 48ca53cac4 *.c static functions: add missing __attribute__((format)) 4 years ago
Ævar Arnfjörð Bjarmason d4ac305073 sequencer.c: move static function to avoid forward decl 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Ævar Arnfjörð Bjarmason e5b32bffd1 rebase: don't override --no-reschedule-failed-exec with config 4 years ago
Elijah Newren 39edfd5cbc sequencer: fix edit handling for cherry-pick and revert messages 4 years ago
Elijah Newren 5291828df8 merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict 4 years ago
Charvi Mendiratta 6e0e288779 sequencer: export and rename subject_length() 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Charvi Mendiratta 1f9696019a sequencer: rename a few functions 4 years ago
Charvi Mendiratta a25314c1ec sequencer: fixup the datatype of the 'flag' argument 4 years ago