1 Mar 2006 16:56
Re: [PATCH] Teach git-checkout-index to use file suffixes.
Mark Wooding <mdw <at> distorted.org.uk>
2006-03-01 15:56:41 GMT
2006-03-01 15:56:41 GMT
Shawn Pearce <spearce <at> spearce.org> wrote: > I thought about using instead: > > --stage=all --suffix1=\#1 --suffix2\=#2 --suffix3=\#3 How about something like --suffixes=:#1:#2:#3 uses first character as a delimiter to separate the suffixes. A single --suffix option could plausibly provide the suffix if only one stage is being checked out, and doesn't have the grim delimiter wart. I suppose, though, that if this is going to be wrapped up in a script, it doesn't really matter that much. -- [mdw]
RSS Feed