Johannes Schindelin
bcbbb4f89f
Windows: add support for a Windows-wide configuration
...
Between the libgit2 and the Git for Windows project, there has been a
discussion how we could share Git configuration to avoid duplication (or
worse: skew).
Earlier, libgit2 was nice enough to just re-use Git for Windows'
C:\Program Files (x86)\Git\etc\gitconfig
but with the upcoming Git for Windows 2.x, there would be more paths to
search, as we will have 64-bit and 32-bit versions, and the
corresponding config files will be in %PROGRAMFILES%\Git\mingw64\etc and
...\mingw32\etc, respectively.
Worse: there are portable Git for Windows versions out there which live
in totally unrelated directories, still.
Therefore we came to a consensus to use `%PROGRAMDATA%\Git\config` as the
location for shared Git settings that are of wider interest than just Git
for Windows.
Of course, the configuration in `%PROGRAMDATA%\Git\config` has the
widest reach, therefore it must take the lowest precedence, i.e. Git for
Windows can still override settings in its `etc/gitconfig` file.
Helped-by: Andreas Heiduk <asheiduk@gmail.com >
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2019-08-17 00:12:06 +02:00
..
2019-08-11 17:40:07 -07:00
2019-03-13 11:14:22 +09:00
2019-08-11 17:41:39 -07:00
2019-08-11 17:40:07 -07:00
2019-05-09 00:37:27 +09:00
2019-03-11 18:22:07 +09:00
2019-05-16 11:36:23 +09:00
2019-07-29 12:38:23 -07:00
2019-08-17 00:12:06 +02:00
2019-02-07 20:15:25 -08:00
2019-02-07 20:15:25 -08:00
2019-04-16 19:28:03 +09:00
2019-03-18 15:54:17 +09:00
2019-07-09 15:25:46 -07:00
2019-03-08 09:12:45 +09:00
2019-03-18 10:24:56 +09:00
2018-10-23 12:23:09 +09:00
2019-05-16 11:36:23 +09:00
2019-07-29 12:38:16 -07:00
2019-02-06 22:05:21 -08:00
2019-04-02 13:57:00 +09:00
2019-07-09 15:25:44 -07:00
2019-07-02 12:08:08 -07:00
2019-07-09 15:25:44 -07:00
2019-07-11 15:16:48 -07:00
2018-12-26 15:29:30 -08:00
2019-06-19 20:46:26 -07:00
2019-03-08 10:31:24 +09:00
2019-05-07 13:04:48 +09:00
2019-08-17 00:12:06 +02:00
2019-08-05 10:05:24 -07:00
2019-03-13 11:14:22 +09:00
2019-04-08 17:24:51 +09:00
2019-04-01 15:17:47 +09:00
2019-01-23 11:37:29 -08:00
2019-05-13 23:11:59 +09:00
2019-08-11 17:40:07 -07:00
2019-08-11 17:40:07 -07:00
2019-08-05 10:05:24 -07:00
2019-03-13 11:14:22 +09:00
2018-10-29 10:17:01 +09:00
2019-05-07 13:45:53 +09:00
2019-07-09 15:25:44 -07:00
2019-07-29 10:41:18 -07:00
2019-04-08 17:01:10 +09:00
2019-03-07 09:25:32 +09:00
2019-05-28 10:47:42 -07:00
2019-03-13 11:14:22 +09:00
2019-03-07 09:25:32 +09:00
2018-10-29 10:17:02 +09:00
2019-02-06 22:05:21 -08:00
2019-01-28 10:57:44 -08:00
2019-04-01 15:49:47 +09:00
2019-07-15 11:44:26 -07:00
2019-04-23 10:25:04 +09:00
2019-03-07 09:25:32 +09:00
2019-03-13 11:14:22 +09:00
2019-04-02 13:57:00 +09:00
2019-07-09 15:25:44 -07:00
2019-05-13 23:11:59 +09:00
2019-05-13 23:11:59 +09:00
2019-06-11 10:34:40 -07:00
2019-03-07 09:25:32 +09:00
2019-01-23 11:37:29 -08:00
2019-08-11 17:40:07 -07:00
2019-08-05 10:05:24 -07:00
2019-08-11 17:40:07 -07:00
2019-01-07 15:29:34 -08:00
2018-11-12 12:05:38 +09:00
2019-04-25 16:41:14 +09:00
2019-07-09 15:25:44 -07:00
2018-10-22 13:32:54 +09:00
2019-04-22 11:14:46 +09:00
2019-04-01 14:00:53 +09:00
2019-04-01 14:00:53 +09:00
2019-04-02 13:57:00 +09:00
2019-08-11 17:40:07 -07:00
2019-07-09 15:25:44 -07:00
2019-07-09 15:25:44 -07:00
2019-08-05 12:39:39 -07:00
2019-06-20 13:13:04 -07:00
2019-07-19 11:30:21 -07:00
2019-06-21 11:24:10 -07:00
2019-04-10 12:05:03 +09:00
2019-01-10 10:29:05 -08:00
2019-07-09 15:25:44 -07:00
2019-04-01 17:46:26 +09:00
2019-04-25 16:41:18 +09:00
2019-05-09 00:37:23 +09:00
2019-05-07 13:04:48 +09:00
2019-06-05 14:39:28 -07:00
2018-11-21 22:58:07 +09:00
2019-05-15 14:07:37 +09:00
2019-01-23 11:37:29 -08:00
2019-03-13 11:14:22 +09:00
2019-03-18 14:45:21 +09:00
2019-08-17 00:12:06 +02:00
2019-07-09 15:25:44 -07:00
2019-05-07 13:04:48 +09:00
2019-04-02 13:57:00 +09:00
2018-12-26 14:59:37 -08:00
2019-05-07 13:04:48 +09:00
2019-07-09 15:25:44 -07:00
2019-07-25 14:27:13 -07:00
2019-03-13 11:14:22 +09:00
2019-03-13 11:14:22 +09:00
2019-04-22 11:14:46 +09:00
2019-03-13 11:14:22 +09:00
2019-05-28 09:42:06 -07:00
2019-05-07 13:04:48 +09:00
2019-05-07 13:04:48 +09:00
2019-04-22 11:14:45 +09:00
2019-06-24 12:37:21 -07:00
2019-04-02 13:57:00 +09:00
2019-08-05 10:05:24 -07:00
2019-06-17 10:15:19 -07:00
2019-07-25 14:27:10 -07:00
2019-06-24 10:55:38 -07:00
2019-03-07 09:59:52 +09:00
2019-07-19 11:30:21 -07:00
2019-07-09 15:25:44 -07:00
2019-07-02 12:08:08 -07:00
2019-03-13 11:14:22 +09:00
2019-04-16 13:37:07 +09:00
2019-04-01 14:00:53 +09:00
2019-05-07 13:04:48 +09:00