617 Commits (1ac83f42da6437d74098f162fcfa37474c94e223)

Author SHA1 Message Date
Elijah Newren 9a1b7474d6 sequencer: clear state upon dropping a become-empty commit 5 years ago
Elijah Newren c2417d3af7 rebase: drop '-i' from the reflog for interactive-based rebases 5 years ago
Elijah Newren 8a997ed132 rebase, sequencer: remove the broken GIT_QUIET handling 5 years ago
Elijah Newren e98c4269c8 rebase (interactive-backend): fix handling of commits that become empty 5 years ago
Elijah Newren d48e5e21da rebase (interactive-backend): make --keep-empty the default 5 years ago
Jeff King d20bc01a51 avoid computing zero offsets from NULL pointer 5 years ago
Alban Gruin 5a5445d878 rebase-interactive: warn if commit is dropped with `rebase --edit-todo' 5 years ago
Alban Gruin 1da5874c1b sequencer: move check_todo_list_from_file() to rebase-interactive.c 5 years ago
Alban Gruin 767a9c417e rebase -i: stop checking out the tip of the branch to rebase 5 years ago
Johannes Schindelin b6992261de rebase -i: re-fix short SHA-1 collision 5 years ago
Johannes Schindelin d859dcad94 parse_insn_line(): improve error message when parsing failed 5 years ago
Junio C Hamano 4d924528d8 Revert "Merge branch 'ra/rebase-i-more-options'" 5 years ago
Alban Gruin f6b9413baf sequencer: fix a memory leak in sequencer_continue() 5 years ago
Alban Gruin 393adf7a6f sequencer: directly call pick_commits() from complete_action() 5 years ago
Alban Gruin 3f34f2d8a4 sequencer: move the code writing total_nr on the disk to a new function 5 years ago
Alban Gruin 34065541e3 sequencer: update `done_nr' when skipping commands in a todo list 5 years ago
Alban Gruin 8638114e06 sequencer: update `total_nr' when adding an item to a todo list 5 years ago
SZEDER Gábor befd4f6a81 sequencer: don't re-read todo for revert and cherry-pick 5 years ago
Phillip Wood 2d05ef2778 sequencer: fix empty commit check when amending 5 years ago
Doan Tran Cong Danh e02058a729 sequencer: handle rebase-merges for "onto" message 5 years ago
Matthew Rogers cd5522271f rebase -r: let `label` generate safer labels 5 years ago
Johannes Schindelin 867bc1d236 rebase-merges: move labels' whitespace mangling into `label_oid()` 5 years ago
Doan Tran Cong Danh 52f52e5ae4 sequencer: reencode commit message for am/rebase --show-current-patch 5 years ago
Doan Tran Cong Danh 5772b0c745 sequencer: reencode old merge-commit message 5 years ago
Doan Tran Cong Danh b375744274 sequencer: reencode squashing commit's message 5 years ago
Doan Tran Cong Danh 019a9d8362 sequencer: reencode revert/cherry-pick's todo list 5 years ago
Doan Tran Cong Danh 0798d16fe3 sequencer: reencode to utf-8 before arrange rebase's todo list 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Rohit Ashiwal 08187b4cba rebase -i: support --ignore-date 5 years ago
Rohit Ashiwal 0185c683c9 sequencer: rename amend_author to author_to_rename 5 years ago
Rohit Ashiwal cbd8db17ac rebase -i: support --committer-date-is-author-date 5 years ago
Rohit Ashiwal c068bcc59b sequencer: allow callers of read_author_script() to ignore fields 5 years ago
Phillip Wood 4627bc777e sequencer: run post-commit hook 6 years ago
Phillip Wood 49697cb721 move run_commit_hook() to libgit and use it there 6 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 6 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 6 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 6 years ago
Eric Wong 26b455f21e hashmap_put takes "struct hashmap_entry *" 6 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 6 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 6 years ago
Phillip Wood b0a3186140 sequencer: simplify root commit creation 6 years ago
Phillip Wood a47ba3c777 rebase -i: check for updated todo after squash and reword 6 years ago
Phillip Wood 450efe2d53 rebase -i: always update HEAD before rewording 6 years ago
brian m. carlson 4439c7a360 sequencer: convert to use the_hash_algo 6 years ago
Elijah Newren 345480d1ed merge-recursive: don't force external callers to do our logging 6 years ago
Elijah Newren b4db8a2b76 merge-recursive: remove useless parameter in merge_trees() 6 years ago
Johannes Schindelin e1fac531ea rebase -r: do not (re-)generate root commits with `--root` *and* `--onto` 6 years ago
Johannes Schindelin e145d99347 rebase -r: support merge strategies other than `recursive` 6 years ago
Johannes Schindelin 68b54f669d sequencer: the `am` and `rebase--interactive` scripts are gone 6 years ago
Rohit Ashiwal dcb500dc16 cherry-pick/revert: advise using --skip 6 years ago