-
Notifications
You must be signed in to change notification settings - Fork 55
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
Implement squash filter for list of commits #948
Merged
christian-schilling
merged 1 commit into
master
from
@changes/master/christian.schilling.de@gmail.com/squash-list
Oct 31, 2022
Merged
Implement squash filter for list of commits #948
christian-schilling
merged 1 commit into
master
from
@changes/master/christian.schilling.de@gmail.com/squash-list
Oct 31, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
8 times, most recently
from
September 28, 2022 06:50
a2e5670
to
a8ad071
Compare
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
from
September 28, 2022 11:59
a8ad071
to
27c103e
Compare
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
2 times, most recently
from
October 5, 2022 11:33
44de337
to
454f1c3
Compare
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
2 times, most recently
from
October 11, 2022 12:21
6ec80cf
to
cf41ad6
Compare
LMG
reviewed
Oct 14, 2022
LMG
reviewed
Oct 14, 2022
@@ -43,7 +43,7 @@ | |||
* add file2 | |||
* add file1 | |||
|
|||
$ josh-filter -s --squash --file file.josh | |||
$ josh-filter -s --single --file file.josh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now that I think about it, it's weird that the result of this is the "initial" commit and not one of the three above...
LMG
reviewed
Oct 14, 2022
LMG
reviewed
Oct 14, 2022
LMG
reviewed
Oct 14, 2022
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
2 times, most recently
from
October 27, 2022 16:37
620288c
to
bc60d3f
Compare
This version of the squash filter will discard all but the listed commits. The `josh-filter` command gets an option to build this list from a pattern of refs. Change: squash-list
christian-schilling
force-pushed
the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
from
October 28, 2022 16:07
bc60d3f
to
9014cc5
Compare
LMG
approved these changes
Oct 31, 2022
christian-schilling
deleted the
@changes/master/christian.schilling.de@gmail.com/squash-list
branch
October 31, 2022 12:51
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This version of the squash filter will discard all but the listed commits.
The
josh-filter
command gets an option to build this list from a pattern ofrefs.