Fossil SCM
Accidentally removed a newline with vi's shift-j. No change in functionality.
Commit
ef27b0059a0af7fe568dbc8ee51e3860c07413bf
Parent
c2d748ae2cbc03d…
1 file changed
+2
-1
+2
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -230,11 +230,12 @@ | ||
| 230 | 230 | file_wd_setexe(zNPath, isExec); |
| 231 | 231 | }else if( isRemoved ){ |
| 232 | 232 | fossil_print("DELETE %s\n", zOrig); |
| 233 | 233 | file_delete(zOPath); |
| 234 | 234 | }else{ |
| 235 | - Blob a, b, out, disk; int isNewLink = file_wd_islink(zOPath); | |
| 235 | + Blob a, b, out, disk; | |
| 236 | + int isNewLink = file_wd_islink(zOPath); | |
| 236 | 237 | db_ephemeral_blob(&q, 6, &delta); |
| 237 | 238 | if( isNewLink ){ |
| 238 | 239 | blob_read_link(&disk, zOPath); |
| 239 | 240 | }else{ |
| 240 | 241 | blob_read_from_file(&disk, zOPath); |
| 241 | 242 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -230,11 +230,12 @@ | |
| 230 | file_wd_setexe(zNPath, isExec); |
| 231 | }else if( isRemoved ){ |
| 232 | fossil_print("DELETE %s\n", zOrig); |
| 233 | file_delete(zOPath); |
| 234 | }else{ |
| 235 | Blob a, b, out, disk; int isNewLink = file_wd_islink(zOPath); |
| 236 | db_ephemeral_blob(&q, 6, &delta); |
| 237 | if( isNewLink ){ |
| 238 | blob_read_link(&disk, zOPath); |
| 239 | }else{ |
| 240 | blob_read_from_file(&disk, zOPath); |
| 241 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -230,11 +230,12 @@ | |
| 230 | file_wd_setexe(zNPath, isExec); |
| 231 | }else if( isRemoved ){ |
| 232 | fossil_print("DELETE %s\n", zOrig); |
| 233 | file_delete(zOPath); |
| 234 | }else{ |
| 235 | Blob a, b, out, disk; |
| 236 | int isNewLink = file_wd_islink(zOPath); |
| 237 | db_ephemeral_blob(&q, 6, &delta); |
| 238 | if( isNewLink ){ |
| 239 | blob_read_link(&disk, zOPath); |
| 240 | }else{ |
| 241 | blob_read_from_file(&disk, zOPath); |
| 242 |