reduce git-pack-objects memory usage a little more
[gitweb.git] / git-rebase--interactive.sh
index ac4d559f07ed656ff08f75a00c028bb515f7a8af..d9563ec46fb9ab08a8295031bc6450a4827014de 100755 (executable)
@@ -401,6 +401,9 @@ do
 #  pick = use commit
 #  edit = use commit, but stop for amending
 #  squash = use commit, but meld into previous commit
+#
+# If you remove a line here THAT COMMIT WILL BE LOST.
+#
 EOF
                git rev-list $MERGES_OPTION --pretty=oneline --abbrev-commit \
                        --abbrev=7 --reverse $UPSTREAM..$HEAD | \