diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-12-27 00:11:42 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-12-27 00:11:42 -0800 |
commit | 08721a056b0370e0de002162dfc5578548c0c116 (patch) | |
tree | c185a1dbb4a7762543126350c4a55a3cfa16f59b /Documentation | |
parent | Merge branch 'bw/transport-protocol-policy' (diff) | |
parent | t0021: fix flaky test (diff) | |
download | tgif-08721a056b0370e0de002162dfc5578548c0c116.tar.xz |
Merge branch 'ls/filter-process'
Doc update.
* ls/filter-process:
t0021: fix flaky test
docs: warn about possible '=' in clean/smudge filter process values
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gitattributes.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 976243a63e..e0b66c1220 100644 --- a/Documentation/gitattributes.txt +++ b/Documentation/gitattributes.txt @@ -435,7 +435,9 @@ to filter relative to the repository root. Right after the flush packet Git sends the content split in zero or more pkt-line packets and a flush packet to terminate content. Please note, that the filter must not send any response before it received the content and the -final flush packet. +final flush packet. Also note that the "value" of a "key=value" pair +can contain the "=" character whereas the key would never contain +that character. ------------------------ packet: git> command=smudge packet: git> pathname=path/testfile.dat |