diff options
Diffstat (limited to 'debian/patches/git-doc-updates.diff')
-rw-r--r-- | debian/patches/git-doc-updates.diff | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/git-doc-updates.diff b/debian/patches/git-doc-updates.diff new file mode 100644 index 0000000..72c9a86 --- /dev/null +++ b/debian/patches/git-doc-updates.diff @@ -0,0 +1,7 @@ +# DP: updates from the 13 branch upto 20231005 (documentation). + +LANG=C git diff --no-renames --src-prefix=a/src/ --dst-prefix=b/src/ \ + c891d8dc23e1a46ad9f3e757d09e57b500d40044 2ef5adc5f5a7a5046964276e4354e47eedc96620 \ + | awk '/^diff .*\.texi/ {skip=0; print; next} /^diff / {skip=1; next} skip==0' \ + | grep -v -E '^(diff|index)' + |