Re: Using Format/export-subst Howto.

2012-09-18 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 17.09.2012 22:21: > Michael J Gruber writes: > >> Junio C Hamano venit, vidit, dixit 15.09.2012 00:26: >>> Junio C Hamano writes: >>> Michael J Gruber writes: > you need to "rm file && git checkout file"). If the user has to > update $Id$ to

Re: Using Format/export-subst Howto.

2012-09-17 Thread Junio C Hamano
Michael J Gruber writes: > Junio C Hamano venit, vidit, dixit 15.09.2012 00:26: >> Junio C Hamano writes: >> >>> Michael J Gruber writes: >>> you need to "rm file && git checkout file"). If the user has to update $Id$ to match the current sha1 (by remembering to do a more force

RE: Using Format/export-subst Howto.

2012-09-17 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Michael J Gruber [mailto:g...@drmicha.warpmail.net] > Sent: Monday, September 17, 2012 9:21 AM > To: Mestnik, Michael J - Eagan, MN - Contractor > Cc: Junio C Hamano; Johannes Sixt; git@vger.kernel.org > Subject: Re: Using Format/

RE: Using Format/export-subst Howto.

2012-09-17 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Michael J Gruber [mailto:g...@drmicha.warpmail.net] > Sent: Monday, September 17, 2012 8:45 AM > To: Mestnik, Michael J - Eagan, MN - Contractor > Cc: Junio C Hamano; Johannes Sixt; git@vger.kernel.org > Subject: Re: Using Format/

Re: Using Format/export-subst Howto.

2012-09-17 Thread Michael J Gruber
actor >> Cc: Junio C Hamano; Johannes Sixt; git@vger.kernel.org >> Subject: Re: Using Format/export-subst Howto. >> >> Mestnik, Michael J - Eagan, MN - Contractor venit, vidit, dixit >> 17.09.2012 14:12: >>> >>>> -Original Message- >>>&

Re: Using Format/export-subst Howto.

2012-09-17 Thread Michael J Gruber
t; Mestnik, Michael J - Eagan, MN - >> Contractor; git@vger.kernel.org >> Subject: Re: Using Format/export-subst Howto. >> >> Michael J Gruber writes: >> >>> you need to "rm file && git checkout file"). If the user >> has to update >>&g

RE: Using Format/export-subst Howto.

2012-09-17 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Michael J Gruber [mailto:g...@drmicha.warpmail.net] > Sent: Monday, September 17, 2012 8:17 AM > To: Junio C Hamano > Cc: Johannes Sixt; Mestnik, Michael J - Eagan, MN - > Contractor; git@vger.kernel.org > Subject: Re: Using Form

Re: Using Format/export-subst Howto.

2012-09-17 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 14.09.2012 23:23: > Michael J Gruber writes: > >> you need to "rm file && git checkout file"). If the user has to >> update $Id$ to match the current sha1 (by remembering to do a more >> forceful checkout than checkout -f) then one half of that feature >> is use

RE: Using Format/export-subst Howto.

2012-09-17 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Junio C Hamano [mailto:gits...@pobox.com] > Sent: Friday, September 14, 2012 4:24 PM > To: Michael J Gruber > Cc: Johannes Sixt; Mestnik, Michael J - Eagan, MN - > Contractor; git@vger.kernel.org > Subject: Re: Using Format/export-subst

Re: Using Format/export-subst Howto.

2012-09-14 Thread Junio C Hamano
Junio C Hamano writes: > Michael J Gruber writes: > >> you need to "rm file && git checkout file"). If the user has to update >> $Id$ to match the current sha1 >> (by remembering to do a more forceful checkout than checkout -f) then >> one half of that feature is useless. > > As if there is any

Re: Using Format/export-subst Howto.

2012-09-14 Thread Junio C Hamano
Michael J Gruber writes: > you need to "rm file && git checkout file"). If the user has to update > $Id$ to match the current sha1 > (by remembering to do a more forceful checkout than checkout -f) then > one half of that feature is useless. As if there is any value in "$Id$" _feature_. It's a

Re: Using Format/export-subst Howto.

2012-09-14 Thread Michael J Gruber
On Fri, Sep 14, 2012, at 05:39 PM, Johannes Sixt wrote: > Am 9/14/2012 17:27, schrieb Mestnik, Michael J - Eagan, MN - Contractor: > > > >> -Original Message- From: Johannes Sixt > >> If EOL conversion or a clean filter was applied during 'git add > >> file', is the version in the worktr

RE: Using Format/export-subst Howto.

2012-09-14 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Johannes Sixt [mailto:j.s...@viscovery.net] > Sent: Friday, September 14, 2012 10:40 AM > To: Mestnik, Michael J - Eagan, MN - Contractor > Cc: Michael J Gruber; git@vger.kernel.org > Subject: Re: Using Format/export-subst Howto. >

RE: Using Format/export-subst Howto.

2012-09-14 Thread Mestnik, Michael J - Eagan, MN - Contractor
> -Original Message- > From: Johannes Sixt [mailto:j.s...@viscovery.net] > Sent: Friday, September 14, 2012 10:07 AM > To: Michael J Gruber > Cc: Mestnik, Michael J - Eagan, MN - Contractor; git@vger.kernel.org > Subject: Re: Using Format/export-subst Howto. >

Re: Using Format/export-subst Howto.

2012-09-14 Thread Johannes Sixt
Am 9/14/2012 17:27, schrieb Mestnik, Michael J - Eagan, MN - Contractor: > >> -Original Message- From: Johannes Sixt >> If EOL conversion or a clean filter was applied during 'git add >> file', is the version in the worktree suddenly wrong? Of course, >> not. >> >> I would place $Id$ trea

Re: Using Format/export-subst Howto.

2012-09-14 Thread Johannes Sixt
Am 9/14/2012 15:03, schrieb Michael J Gruber: > "git replaces $Id$... upon checkout. Any byte sequence that begins > with $Id: and ends with $ in the worktree file is replaced with $Id$ > upon check-in." > > Now, the there are two problems after you add $Id$ and check-in > (commit): > > - commit

Re: Using Format/export-subst Howto.

2012-09-14 Thread Michael J Gruber
Mestnik, Michael J - Eagan, MN - Contractor venit, vidit, dixit 14.09.2012 14:20: > I must have missed something reading through the documentation for this. git > version 1.7.11.3 > > $ git check-attr -a -- autorepair.d/AR02_new_rttest.sh > autorepair.d/AR02_new_rttest.sh: ident: set > autorepai

Using Format/export-subst Howto.

2012-09-14 Thread Mestnik, Michael J - Eagan, MN - Contractor
I must have missed something reading through the documentation for this. git version 1.7.11.3 $ git check-attr -a -- autorepair.d/AR02_new_rttest.sh autorepair.d/AR02_new_rttest.sh: ident: set autorepair.d/AR02_new_rttest.sh: export-subst: set echo "0..$_expected_tests" diag 'Script Version