diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-24 22:26:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-24 22:26:57 -0700 |
commit | 36932eab772dc621e79d615fda425ecf87e6d74e (patch) | |
tree | e7dd08e6f3c231a40df41712bae42ec3c4d83b21 /config.c | |
parent | Merge branch 'ar/chmod-series' (diff) | |
parent | Document the configuration file (diff) | |
download | tgif-36932eab772dc621e79d615fda425ecf87e6d74e.tar.xz |
Merge branch 'fix'
* fix:
Document the configuration file
Document git-var -l listing also configuration variables
rev-parse: better error message for ambiguous arguments
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ int git_default_config(const char *var, const char *value) return 0; } - /* Add other config variables here.. */ + /* Add other config variables here and to Documentation/config.txt. */ return 0; } |