Johannes Schindelin
76a1f9abfa
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-05-31 09:49:24 +02:00
..
2019-05-28 10:20:34 -07:00
2019-03-13 11:14:22 +09:00
2019-05-30 10:56:29 -07:00
2019-05-28 10:20:34 -07:00
2019-05-09 00:37:27 +09:00
2019-03-11 18:22:07 +09:00
2019-03-13 11:14:10 +09:00
2019-05-31 09:49:24 +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-04-18 10:53:51 +09:00
2019-03-08 09:12:45 +09:00
2019-03-18 10:24:56 +09:00
2018-05-25 17:16:47 +09:00
2018-06-25 13:22:36 -07:00
2018-09-21 09:28:58 -07:00
2018-10-23 12:23:09 +09:00
2018-04-25 13:28:56 +09:00
2019-05-19 16:45:28 +09:00
2018-05-02 17:03:33 +09:00
2019-02-06 22:05:21 -08:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2017-12-19 10:00:45 -08:00
2019-05-19 16:45:28 +09:00
2019-04-19 12:05:36 +09:00
2019-03-08 09:11:21 +09:00
2019-04-18 10:53:51 +09:00
2018-12-26 15:29:30 -08:00
2018-09-27 15:29:12 -07:00
2019-03-08 10:31:24 +09:00
2019-02-04 10:00:01 -08:00
2019-05-31 09:49:24 +02:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2018-05-25 17:16:47 +09:00
2019-03-13 11:14:22 +09:00
2019-04-08 17:24:51 +09:00
2018-05-02 17:03:33 +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
2018-11-17 18:43:52 +09:00
2019-04-25 16:41:18 +09:00
2018-04-09 14:15:02 +09:00
2019-01-23 11:37:29 -08:00
2019-03-13 11:14:22 +09:00
2018-10-29 10:17:01 +09:00
2018-12-28 10:08:11 -08:00
2019-01-23 11:37:29 -08:00
2019-03-20 15:16:06 +09:00
2019-04-08 17:01:10 +09:00
2019-03-07 09:25:32 +09:00
2019-03-13 11:14:22 +09:00
2019-03-07 09:25:32 +09:00
2018-04-24 10:55:02 +09:00
2018-05-02 17:03:33 +09:00
2018-10-29 10:17:02 +09:00
2018-05-02 17:03:33 +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-01-22 14:16:17 -08: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
2018-10-23 12:23:09 +09:00
2019-03-18 10:24:58 +09:00
2019-05-13 23:11:59 +09:00
2019-05-13 23:11:59 +09:00
2018-04-09 14:15:07 +09:00
2018-09-17 13:49:38 -07:00
2018-05-02 17:03:33 +09:00
2019-03-07 09:25:32 +09:00
2019-01-23 11:37:29 -08:00
2019-01-17 13:44:39 -08:00
2018-05-02 17:03:33 +09:00
2019-05-28 13:22:34 -07:00
2018-11-14 15:27:56 +09: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-05-30 10:50:45 -07:00
2018-05-02 17:03:33 +09: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
2018-06-04 21:39:49 +09:00
2018-09-17 13:53:55 -07:00
2018-04-30 11:12:30 +09:00
2018-05-02 17:03:33 +09:00
2019-04-08 17:23:25 +09:00
2019-04-10 02:14:21 +09:00
2017-11-22 14:11:57 +09:00
2018-05-25 17:16:47 +09:00
2019-04-19 12:05:36 +09:00
2019-01-23 11:37:29 -08:00
2018-05-02 17:03:33 +09:00
2018-05-02 17:03:33 +09:00
2018-04-18 12:49:26 +09:00
2019-04-10 12:05:03 +09:00
2018-05-29 00:28:22 +09:00
2019-01-10 10:29:05 -08:00
2018-05-25 17:16:47 +09:00
2019-03-07 09:41:40 +09: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-01-23 11:37:29 -08:00
2018-08-20 11:33:50 -07:00
2018-11-21 22:58:07 +09:00
2019-01-23 11:37:29 -08:00
2018-05-02 17:03:33 +09:00
2019-03-13 11:14:22 +09:00
2019-03-18 14:45:21 +09:00
2019-05-31 09:49:24 +02:00
2019-04-16 19:28:08 +09:00
2018-05-25 17:16:47 +09:00
2018-09-27 15:24:50 -07:00
2018-12-26 14:59:37 -08:00
2018-06-22 14:26:23 -07:00
2019-04-25 16:41:11 +09:00
2019-03-08 09:12:45 +09: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
2018-08-31 14:04:06 -07:00
2019-05-28 09:42:06 -07:00
2019-04-22 11:14:45 +09:00
2019-03-13 11:14:22 +09:00
2018-06-18 10:18:42 -07:00
2019-04-16 19:28:07 +09:00
2017-12-12 16:49:40 -08:00
2019-05-09 00:37:27 +09:00
2019-04-18 13:49:29 +09:00
2018-05-08 16:19:41 +09:00
2019-03-07 09:59:52 +09:00
2018-09-20 09:40:03 -07:00
2019-04-22 11:14:46 +09:00
2019-05-13 23:50:34 +09:00
2019-03-13 11:14:22 +09: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
2017-12-06 07:32:40 -08:00