git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* about crlf file-encodings and other options
@ 2009-07-16 13:51 Rustom Mody
  2009-07-16 15:49 ` Peter Harris
  0 siblings, 1 reply; 2+ messages in thread
From: Rustom Mody @ 2009-07-16 13:51 UTC (permalink / raw)
  To: git

I am trying to figure out the best choices regarding file-encodings,
crlf choices etc.
I see some stuff in gitattributes and some in git-config.

So...
1. Is there some place I can find out whats the received wisdom
regarding crlf and file encoding choices
2. is there some one place where all the options for all the git
commands are listed?

For example I find in git-config the following

[branch "devel"]
        remote = origin
        merge = refs/heads/devel

Where does one find out about such options?

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: about crlf file-encodings and other options
  2009-07-16 13:51 about crlf file-encodings and other options Rustom Mody
@ 2009-07-16 15:49 ` Peter Harris
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Harris @ 2009-07-16 15:49 UTC (permalink / raw)
  To: Rustom Mody; +Cc: git

On Thu, Jul 16, 2009 at 9:51 AM, Rustom Mody wrote:
> I am trying to figure out the best choices regarding file-encodings,
> crlf choices etc.
> I see some stuff in gitattributes and some in git-config.
>
> So...
> 1. Is there some place I can find out whats the received wisdom
> regarding crlf and file encoding choices

This comes down to personal taste. I actually set core.autocrlf
differently for different projects.

> 2. is there some one place where all the options for all the git
> commands are listed?
>
> For example I find in git-config the following
>
> [branch "devel"]
>        remote = origin
>        merge = refs/heads/devel
>
> Where does one find out about such options?

"git help config" (those particular ones are under
branch.<name>.remote and branch.<name>.merge).

Peter Harris

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-16 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16 13:51 about crlf file-encodings and other options Rustom Mody
2009-07-16 15:49 ` Peter Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).