From 9ee683a29f53a7a1b0902aec80bfa16d86cd0d6e Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 1 Sep 2013 12:17:54 -0700 Subject: [PATCH] correctness on fetch --- src/js/git/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/git/index.js b/src/js/git/index.js index 49f3c9cc..676a96bf 100644 --- a/src/js/git/index.js +++ b/src/js/git/index.js @@ -937,6 +937,7 @@ GitEngine.prototype.fetch = function(options) { // command simply commits), but we are doing it anyways for correctness commitsToMake = this.getUniqueObjects(commitsToMake); commitsToMake = this.descendSortDepth(commitsToMake); + console.log('ocmmits', commitsToMake); if (commitsToMake.length === 0) { this.command.addWarning(intl.str(