/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
git repack: keep commits hidden by a graft
[git/git.git]
/
git-repack.sh
diff --git
a/git-repack.sh
b/git-repack.sh
index
0868734
..
be0c843
100755
(executable)
--- a/
git-repack.sh
+++ b/
git-repack.sh
@@
-81,7
+81,7
@@
case ",$all_into_one," in
esac
args="$args $local $quiet $no_reuse$extra"
esac
args="$args $local $quiet $no_reuse$extra"
-names=$(git pack-objects --honor-pack-keep --non-empty --all --reflog $args </dev/null "$PACKTMP") ||
+names=$(git pack-objects --
keep-true-parents --
honor-pack-keep --non-empty --all --reflog $args </dev/null "$PACKTMP") ||
exit 1
if [ -z "$names" ]; then
if test -z "$quiet"; then
exit 1
if [ -z "$names" ]; then
if test -z "$quiet"; then