Skip to content

Commit

Permalink
Merge branch 'jc/test-3402'
Browse files Browse the repository at this point in the history
* jc/test-3402:
  Racy GIT (part #3)
  • Loading branch information
Junio C Hamano committed Jun 30, 2006
2 parents 51d1e83 + cc7d5bc commit 9332607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ THIS_INDEX="$GIT_DIR/index"
NEXT_INDEX="$GIT_DIR/next-index$$"
rm -f "$NEXT_INDEX"
save_index () {
cp "$THIS_INDEX" "$NEXT_INDEX"
cp -p "$THIS_INDEX" "$NEXT_INDEX"
}

report () {
Expand Down

0 comments on commit 9332607

Please sign in to comment.