All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Create a shared config file
@ 2010-11-27 15:00 Nathan W. Panike
  2010-11-25 17:21 ` [PATCH 1/2] Add support for " Nathan W. Panike
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nathan W. Panike @ 2010-11-27 15:00 UTC (permalink / raw)
  To: git

Configuration should normally be on a per-repository or per-user basis.  There
are cases where it would be helpful to have a project share configuration
across repositories and between developers.  Normally this happens only via
e-mail or IRC or by word-of-mouth.  The solution implemented by these patches
is to have a .gitconfig file in the toplevel of the repository.

This is not a finished implementation, as I have no tests written.  Instead,
this is ``one way to do it.''

Nathan W. Panike (2):
  Add support for a shared config file
  Document toplevel .gitconfig file

 Documentation/config.txt |   11 ++++++++++
 builtin/config.c         |    9 +++++++-
 config.c                 |   49 +++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 67 insertions(+), 2 deletions(-)

-- 
1.7.3.2.347.gd33a62

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

end of thread, other threads:[~2010-11-27 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 15:00 [PATCH 0/2] Create a shared config file Nathan W. Panike
2010-11-25 17:21 ` [PATCH 1/2] Add support for " Nathan W. Panike
2010-11-27 16:29   ` Thiago Farina
2010-11-25 20:01 ` [PATCH 2/2] Document toplevel gitconfig file Nathan W. Panike
2010-11-27 15:52   ` Jonathan Nieder
2010-11-27 16:04 ` [PATCH 0/2] Create a shared config file Nguyen Thai Ngoc Duy

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.