-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native-rebase-for-creating-initial-git-rebase-todo #7
base: fix/applied-logic
Are you sure you want to change the base?
native-rebase-for-creating-initial-git-rebase-todo #7
Commits on Jun 7, 2022
-
initial setup (broken!) for using regular git rebase to create initia…
…l todo Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 8ffee7c - Browse repository at this point
Copy the full SHA 8ffee7cView commit details -
stop writing custom rebase files
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for a95bb37 - Browse repository at this point
Copy the full SHA a95bb37View commit details -
allow passing in custom git config getter, extract other default options
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 6fdb3b0 - Browse repository at this point
Copy the full SHA 6fdb3b0View commit details -
use native git rebase to both find commits & launch the actual rebase
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 8c6cc7f - Browse repository at this point
Copy the full SHA 8c6cc7fView commit details -
no longer use native rebase to find commits
seems pointless & hacky to launch 2 rebases instead of finding the commits ourselves & then only launching the rebase when appropriate to do the actual rebasing. because of stuff like hooks etc., it just doesn't feel right. i don't know if there's stuff we're missing out on that native rebase is better at, esp. w/ edge cases, but i suppose we'll have to find out. Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for f6381d9 - Browse repository at this point
Copy the full SHA f6381d9View commit details -
fix: fix multiple issues by adding
break
as first cmd to git-rebase……-todo and `--continue`ing after launching rebase Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 54171c6 - Browse repository at this point
Copy the full SHA 54171c6View commit details -
fix: always
markThatNeedsToApply
, until proven otherwise (TBD)Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 6dd3c25 - Browse repository at this point
Copy the full SHA 6dd3c25View commit details -
fix: add grey mark - will eventually need to apply if rebase exits
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
Configuration menu - View commit details
-
Copy full SHA for 0ecff8c - Browse repository at this point
Copy the full SHA 0ecff8cView commit details