chiark
/
gitweb
/
~mdw
/
rsync-backup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d254cf0
)
fshash.in: Add missing comma to commentary.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Jun 2024 11:08:57 +0000
(12:08 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Jun 2024 11:10:59 +0000
(12:10 +0100)
fshash.in
patch
|
blob
|
blame
|
history
diff --git
a/fshash.in
b/fshash.in
index dcfd2294801260ccf7c35b03fb1a9175e61fcd5c..14d45b4aa873af20c5627dbd74dda401afe2c683 100644
(file)
--- a/
fshash.in
+++ b/
fshash.in
@@
-135,9
+135,9
@@
def enum_rsync(f, func):
## The format is a little fiddly. Each line consists of PERMS SIZE DATE
## TIME NAME, separated by runs of whitespace, but the NAME starts exactly
## one space character after the TIME and may begin with a space.
## The format is a little fiddly. Each line consists of PERMS SIZE DATE
## TIME NAME, separated by runs of whitespace, but the NAME starts exactly
## one space character after the TIME and may begin with a space.
- ## Sequences of the form `\#OOO' where OOO are three octal digits, stand
- ## for a byte with that value. Newlines and backslashes which would be
- ## ambiguous are converted into this form; all other characters are
+ ## Sequences of the form `\#OOO'
,
where OOO are three octal digits, stand
+ ## for a byte with that value. Newlines
,
and backslashes which would be
+ ## ambiguous
,
are converted into this form; all other characters are
## literal.
##
## We ignore the stat information and retrieve it ourselves, because it's
## literal.
##
## We ignore the stat information and retrieve it ourselves, because it's