meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git:issues [2023/07/11 16:11] niziakgit:issues [2023/07/17 16:02] (current) niziak
Line 1: Line 1:
 ====== Issues ====== ====== Issues ======
- 
-===== safe.directory ===== 
- 
-GIT version changelog: 
-<code> 
-2.31.0:  
-      Two new ways to feed configuration variable-value pairs via 
-      environment variables have been introduced, and the way 
-      GIT_CONFIG_PARAMETERS encodes variable/value pairs has been tweaked 
-      to make it more robust. 
-</code> 
- 
-Related GIT commits: 
-<code> 
-f9dbb64fadf599c588a39d2251bb3f9a2f7d572a  2021-01-12 13:27 +0100 Jeff King config: parse more robust format in GIT_CONFIG_PARAMETERS 
-</code> 
- 
-So old 
- 
-<file c environment.h> 
-#define CONFIG_DATA_ENVIRONMENT "GIT_CONFIG_PARAMETERS" 
-#define CONFIG_COUNT_ENVIRONMENT "GIT_CONFIG_COUNT" 
-</file> 
  
 ====== fsck: dangling commit ===== ====== fsck: dangling commit =====