diff options
| -rwxr-xr-x | bitbake/bin/git-make-shallow | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/git-make-shallow b/bitbake/bin/git-make-shallow index 8ad704fae5..e6c180b4d6 100755 --- a/bitbake/bin/git-make-shallow +++ b/bitbake/bin/git-make-shallow | |||
| @@ -116,7 +116,7 @@ def filter_refs(refs): | |||
| 116 | to_remove = set(all_refs) - set(refs) | 116 | to_remove = set(all_refs) - set(refs) |
| 117 | if to_remove: | 117 | if to_remove: |
| 118 | check_output(git_cmd + ['update-ref', '--no-deref', '--stdin', '-z'], | 118 | check_output(git_cmd + ['update-ref', '--no-deref', '--stdin', '-z'], |
| 119 | input=''.join('delete ' + l + '\0\0' for l in to_remove) + 'commit\0') | 119 | input=''.join('delete ' + l + '\0\0' for l in to_remove)) |
| 120 | 120 | ||
| 121 | 121 | ||
| 122 | def follow_history_intersections(revisions, refs): | 122 | def follow_history_intersections(revisions, refs): |
