forked from abhishekbh/egit
-
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
Use the new setter for progress monitors in JGit #1
Open
mcartaud
wants to merge
1
commit into
collaborative-modeling:master
Choose a base branch
from
mcartaud:wip/progressBar
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Only the class MergeOperation use this new setter for now. Other operations should use it too in order to have a progress monitor accessible for custom commands Signed-off-by: mcartaud <[email protected]>
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
January 20, 2016 11:01
a70a2b1
to
1d59523
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
January 27, 2016 09:54
c37d805
to
be31e7a
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
February 2, 2016 10:46
915da0d
to
75b543e
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
5 times, most recently
from
February 12, 2016 05:23
45d2a27
to
b064edf
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
2 times, most recently
from
February 20, 2016 05:24
512439b
to
d318e27
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
from
February 25, 2016 09:55
d318e27
to
055b42b
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
5 times, most recently
from
March 21, 2016 04:25
94723b0
to
2f6171c
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
2 times, most recently
from
March 29, 2016 08:49
cdca2d6
to
68d2fd9
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
from
April 1, 2016 04:26
68d2fd9
to
4d94085
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
4 times, most recently
from
April 12, 2016 07:11
269e907
to
fe70338
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
5 times, most recently
from
February 7, 2017 05:29
b34eba0
to
3388246
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
4 times, most recently
from
February 16, 2017 05:28
cf775d3
to
1f8d87c
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
4 times, most recently
from
February 25, 2017 05:28
bdd52f0
to
e57843c
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
4 times, most recently
from
March 8, 2017 05:28
3dd284e
to
1732180
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
March 16, 2017 04:29
bad56b4
to
b5fd270
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
from
April 6, 2017 04:34
b5fd270
to
09393eb
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
April 20, 2017 04:29
64da85c
to
f066134
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
2 times, most recently
from
April 23, 2017 04:26
590b0bb
to
6fe6696
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
3 times, most recently
from
May 6, 2017 04:28
384e7de
to
ece276c
Compare
collaborative-modeling-bot
force-pushed
the
master
branch
from
July 14, 2017 07:55
ece276c
to
500d12d
Compare
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.
Only the class MergeOperation use this new setter for now. Other
operations should use it too in order to have a progress monitor
accessible for custom commands
Signed-off-by: mcartaud [email protected]