Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-18 Thread Philip Oakley
On 17/03/2019 08:18, Johannes Sixt wrote: Am 16.03.19 um 23:09 schrieb Robert P. J. Day: On Sat, 16 Mar 2019, Johannes Sixt wrote: Am 16.03.19 um 13:22 schrieb Robert P. J. Day: as a working example, i looked at the top-level .gitattributes file in the git source code itself, which opens w

Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-17 Thread Johannes Sixt
Am 16.03.19 um 23:09 schrieb Robert P. J. Day: > On Sat, 16 Mar 2019, Johannes Sixt wrote: > >> Am 16.03.19 um 13:22 schrieb Robert P. J. Day: >>> as a working example, i looked at the top-level .gitattributes file >>> in the git source code itself, which opens with: >>> >>> * whitespace=!inde

Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-16 Thread Robert P. J. Day
On Sat, 16 Mar 2019, Johannes Sixt wrote: > Am 16.03.19 um 13:22 schrieb Robert P. J. Day: > > as a working example, i looked at the top-level .gitattributes file > > in the git source code itself, which opens with: > > > > * whitespace=!indent,trail,space > > *.[ch] whitespace=indent,trail,

Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-16 Thread Johannes Sixt
Am 16.03.19 um 13:22 schrieb Robert P. J. Day: > as a working example, i looked at the top-level .gitattributes file > in the git source code itself, which opens with: > > * whitespace=!indent,trail,space > *.[ch] whitespace=indent,trail,space diff=cpp > *.sh whitespace=indent,trail,space

Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-16 Thread Robert P. J. Day
On Sat, 16 Mar 2019, Ævar Arnfjörð Bjarmason wrote: > > On Sat, Mar 16 2019, Robert P. J. Day wrote: > > > more nitpicking, but i'm working my way through the intricacies of > > attributes and putting together some (allegedly) simple examples for a > > class i'm giving on monday, and i noted a c

Re: "man gitattributes" doesn't explain comma-separated attribute values

2019-03-16 Thread Ævar Arnfjörð Bjarmason
On Sat, Mar 16 2019, Robert P. J. Day wrote: > more nitpicking, but i'm working my way through the intricacies of > attributes and putting together some (allegedly) simple examples for a > class i'm giving on monday, and i noted a couple possible shortcomings > in "man gitattributes". > > as

"man gitattributes" doesn't explain comma-separated attribute values

2019-03-16 Thread Robert P. J. Day
more nitpicking, but i'm working my way through the intricacies of attributes and putting together some (allegedly) simple examples for a class i'm giving on monday, and i noted a couple possible shortcomings in "man gitattributes". as a working example, i looked at the top-level .gitattribu