aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-remote-gcrypt b/git-remote-gcrypt
index dc05f18..8dfa4c7 100755
--- a/git-remote-gcrypt
+++ b/git-remote-gcrypt
@@ -733,12 +733,14 @@ EOF
then
PUT "$URL" "$pack_id" "$TmpPack_Encrypted"
fi
- rm -f "$TmpPack_Encrypted"
- rm -f "$TmpObjlist"
# Upload manifest
PUT "$URL" "$Manifestfile" "$TmpManifest_Enc"
+ rm -f "$TmpPack_Encrypted"
+ rm -f "$TmpObjlist"
+ rm -f "$TmpManifest_Enc"
+
# Delete packs
if isnonnull "$pack_delete"; then
REMOVE "$URL" "$(xecho "$pack_delete" | while read packline_
@@ -751,8 +753,6 @@ EOF
PUT_FINAL "$URL"
- rm -f "$TmpManifest_Enc"
-
# ok all updates
xecho "$1" | while read line_
do