196 Commits (5588dbffbd61e4906e453808c6ad32f792fea521)

Author SHA1 Message Date
Johannes Schindelin 5da4966f28 sequencer (rebase -i): write out the final message 8 years ago
Johannes Schindelin ef80069a03 sequencer (rebase -i): write the progress into files 8 years ago
Johannes Schindelin 968492e44c sequencer (rebase -i): show the progress 8 years ago
Johannes Schindelin 27fdbb96aa sequencer (rebase -i): suggest --edit-todo upon unknown command 8 years ago
Johannes Schindelin 62fdb6529a sequencer (rebase -i): show only failed cherry-picks' output 8 years ago
Johannes Schindelin 9a757c4970 sequencer (rebase -i): show only failed `git commit`'s output 8 years ago
Johannes Schindelin 07d968ef14 sequencer: use run_command() directly 8 years ago
Johannes Schindelin a2a20b0d5c sequencer: update reading author-script 8 years ago
Johannes Schindelin ac191470c7 sequencer (rebase -i): differentiate between comments and 'noop' 8 years ago
Johannes Schindelin b3fdd581ae sequencer (rebase -i): implement the 'drop' command 8 years ago
Johannes Schindelin 9d7bf3cf99 sequencer (rebase -i): allow rescheduling commands 8 years ago
Johannes Schindelin ca6c6b45dd sequencer (rebase -i): respect strategy/strategy_opts settings 8 years ago
Johannes Schindelin 796c7972c7 sequencer (rebase -i): respect the rebase.autostash setting 8 years ago
Johannes Schindelin 795160457d sequencer (rebase -i): run the post-rewrite hook, if needed 8 years ago
Johannes Schindelin ca98c6d487 sequencer (rebase -i): record interrupted commits in rewritten, too 8 years ago
Johannes Schindelin 25cb8df97c sequencer (rebase -i): copy commit notes at end 8 years ago
Johannes Schindelin 8ab37ef21f sequencer (rebase -i): set the reflog message consistently 8 years ago
Johannes Schindelin 96e832a5fd sequencer (rebase -i): refactor setting the reflog message 8 years ago
Johannes Schindelin bcbb68be2e sequencer (rebase -i): allow fast-forwarding for edit/reword 8 years ago
Johannes Schindelin 04efc8b57c sequencer (rebase -i): implement the 'reword' command 8 years ago
Johannes Schindelin 4a5146f9d2 sequencer (rebase -i): leave a patch upon error 8 years ago
Johannes Schindelin 4b83ce9f67 sequencer (rebase -i): update refs after a successful rebase 8 years ago
Johannes Schindelin 52865279ee sequencer (rebase -i): the todo can be empty when continuing 8 years ago
Johannes Schindelin 4258a6da90 sequencer (rebase -i): skip some revert/cherry-pick specific code path 8 years ago
Johannes Schindelin 5263220967 sequencer (rebase -i): remove CHERRY_PICK_HEAD when no longer needed 8 years ago
Johannes Schindelin 9d93ccd1d2 sequencer (rebase -i): allow continuing with staged changes 8 years ago
Johannes Schindelin 0473f28ad7 sequencer (rebase -i): write an author-script file 8 years ago
Johannes Schindelin 414697a9d8 sequencer (rebase -i): implement the short commands 8 years ago
Johannes Schindelin 6e98de72c0 sequencer (rebase -i): add support for the 'fixup' and 'squash' commands 8 years ago
Johannes Schindelin 1df6df0c18 sequencer (rebase -i): write the 'done' file 8 years ago
Johannes Schindelin 556907f1e1 sequencer (rebase -i): learn about the 'verbose' mode 8 years ago
Johannes Schindelin 311af5266b sequencer (rebase -i): implement the 'exec' command 8 years ago
Johannes Schindelin 56dc3ab04b sequencer (rebase -i): implement the 'edit' command 8 years ago
Johannes Schindelin 25c4366782 sequencer (rebase -i): implement the 'noop' command 8 years ago
Johannes Schindelin 845839575d sequencer: support a new action: 'interactive rebase' 8 years ago
Johannes Schindelin 23aa51420c sequencer: use a helper to find the commit message 8 years ago
Johannes Schindelin a70d8f8067 sequencer: move "else" keyword onto the same line as preceding brace 8 years ago
Johannes Schindelin 637666c822 sequencer: avoid unnecessary curly braces 8 years ago
Junio C Hamano ce73bb22d8 Revert "sequencer: remove useless get_dir() function" 8 years ago
Stephan Beyer 39784cd362 sequencer: remove useless get_dir() function 8 years ago
Stephan Beyer 1e41229d96 sequencer: make sequencer abort safer 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Jonathan Tan 967dfd4d56 sequencer: use trailer's trailer layout 8 years ago
Jiang Xin 358718064b i18n: fix unmatched single quote in error message 8 years ago
Jeff King 2ae38f2a65 sequencer: silence -Wtautological-constant-out-of-range-compare 8 years ago
Nguyễn Thái Ngọc Duy 018ec3c820 commit: fix empty commit creation when there's no changes but ita entries 8 years ago
Johannes Schindelin 791eb8708f sequencer: mark all error messages for translation 8 years ago
Johannes Schindelin 93b3df6f14 sequencer: start error messages consistently with lower case 8 years ago
Johannes Schindelin f7ed1953d8 sequencer: quote filenames in error messages 8 years ago
Johannes Schindelin c28cbc5ea6 sequencer: mark action_name() for translation 8 years ago