All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce ~/.gitconfig
@ 2006-06-08 11:30 Johannes Schindelin
  2006-06-08 12:02 ` SV: " Sven Ekman
  2006-06-08 14:02 ` Jon Loeliger
  0 siblings, 2 replies; 11+ messages in thread
From: Johannes Schindelin @ 2006-06-08 11:30 UTC (permalink / raw)
  To: git, junkio


These two patches introduce the long awaited global config. Thanks to 
Paksy for pushing and starting it.

The first patch only does the reading part, while the second introduces the
--no-local flag to git-repo-config.

There are three subjects for discussion:

- The name. I personally prefer .gitconfig, since we talk about the repo
  config all the time. But I have no strong feelings there.

- The --no-local flag could be implemented more cleanly, but also less
  elegantly, by introducing git_config_set_multivar_in_file(). I hesitated
  to do that, because there would be even more places replicating the
  global / local path resolution.

- With this, repo-config does no longer merit its name. What do people think
  about making it a builtin named "git config"? (Of course, nothing hinders
  us to keep the synonymous "repo-config" indefinitely...)

Ciao,
Dscho

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

end of thread, other threads:[~2006-06-08 20:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-08 11:30 [PATCH 0/2] Introduce ~/.gitconfig Johannes Schindelin
2006-06-08 12:02 ` SV: " Sven Ekman
2006-06-08 12:06   ` Nikolai Weibull
2006-06-08 12:21     ` Johannes Schindelin
2006-06-08 13:13       ` Nikolai Weibull
2006-06-08 13:35         ` Johannes Schindelin
2006-06-08 14:02 ` Jon Loeliger
2006-06-08 14:49   ` Alex Riesen
2006-06-08 15:19   ` Johannes Schindelin
2006-06-08 18:32   ` Jakub Narebski
2006-06-08 20:15     ` Johannes Schindelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.