diff --git a/doc/forum/Git_filters__58___smudgeToFile_and_cleanFromFile.mdwn b/doc/forum/Git_filters__58___smudgeToFile_and_cleanFromFile.mdwn new file mode 100644 index 0000000000..a06fc18f69 --- /dev/null +++ b/doc/forum/Git_filters__58___smudgeToFile_and_cleanFromFile.mdwn @@ -0,0 +1,7 @@ +Hello Joey! + +I found this patch set that you created few years ago: +https://lore.kernel.org/git/1466195481-23209-1-git-send-email-joeyh@joeyh.name/ + +I need the exact same feature :) +What is your take on it? Any interest in collaborating to try to merge this upstream? diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn index dd1cd5a506..890c519596 100644 --- a/doc/git-annex-preferred-content.mdwn +++ b/doc/git-annex-preferred-content.mdwn @@ -293,7 +293,7 @@ The --explain option can be used to understand why a complex preferred content expression matches or fails to match. The expression will be displayed, with each term followed by "[TRUE]" or "[FALSE]" to indicate the value. Irrelevant terms will be ommitted from the explanation, -for example "exclude=* and copies=1"` will be displayed as +for example `"exclude=* and copies=1"` will be displayed as `"exclude=*[FALSE]"` # SEE ALSO