htdocs/js/main.js in git-object-browser-0.0.4 vs htdocs/js/main.js in git-object-browser-0.0.6
- old
+ new
@@ -155,19 +155,18 @@
'size',
'sha1',
'assume_valid_flag',
'extended_flag',
'stage',
- 'path'
+ 'name_length'
]
-
- if (version == 3) {
+ if (version > 2) {
keys = keys.concat([
'skip_worktree',
'intent_to_add',
]);
}
- keys.push('name_length');
+ keys.push('path')
return keys;
};
$scope.resourceLoaded = function(json) {