mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
correctness on fetch
This commit is contained in:
parent
9840a5e6b4
commit
9ee683a29f
1 changed files with 1 additions and 0 deletions
|
@ -937,6 +937,7 @@ GitEngine.prototype.fetch = function(options) {
|
||||||
// command simply commits), but we are doing it anyways for correctness
|
// command simply commits), but we are doing it anyways for correctness
|
||||||
commitsToMake = this.getUniqueObjects(commitsToMake);
|
commitsToMake = this.getUniqueObjects(commitsToMake);
|
||||||
commitsToMake = this.descendSortDepth(commitsToMake);
|
commitsToMake = this.descendSortDepth(commitsToMake);
|
||||||
|
console.log('ocmmits', commitsToMake);
|
||||||
|
|
||||||
if (commitsToMake.length === 0) {
|
if (commitsToMake.length === 0) {
|
||||||
this.command.addWarning(intl.str(
|
this.command.addWarning(intl.str(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue