mirror of
https://github.com/git/git.git
synced 2024-11-17 06:25:13 +01:00
commit
93326071ea
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ THIS_INDEX="$GIT_DIR/index"
|
||||||
NEXT_INDEX="$GIT_DIR/next-index$$"
|
NEXT_INDEX="$GIT_DIR/next-index$$"
|
||||||
rm -f "$NEXT_INDEX"
|
rm -f "$NEXT_INDEX"
|
||||||
save_index () {
|
save_index () {
|
||||||
cp "$THIS_INDEX" "$NEXT_INDEX"
|
cp -p "$THIS_INDEX" "$NEXT_INDEX"
|
||||||
}
|
}
|
||||||
|
|
||||||
report () {
|
report () {
|
||||||
|
|
Loading…
Reference in a new issue