mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
fixed a little rebase bug
This commit is contained in:
parent
9249ef0604
commit
bde5681573
6 changed files with 261 additions and 15 deletions
|
@ -57,6 +57,7 @@ var InteractiveRebaseView = ContainedBase.extend({
|
|||
toRebase.unshift(this.rebaseMap[id]);
|
||||
}
|
||||
}, this);
|
||||
toRebase.reverse();
|
||||
|
||||
this.deferred.resolve(toRebase);
|
||||
// garbage collection will get us
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue