Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-18 05:27:17 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-18 05:27:17 +0300
commitbdf17a02fd3224c5308c6451a6965476626f0578 (patch)
treefdb8c10d374076eb5612b67b8101a624f615e06c /cache.h
parent9057695012daec51980eed19947a848f93f91503 (diff)
parentdc81c58cd6b791a3db23f1d1acb5f7d38d1ff086 (diff)
Merge branch 'js/branch-config'
* js/branch-config: git-branch: rename config vars branch.<branch>.*, too add a function to rename sections in the config
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index b540292d66..8ad5920d2b 100644
--- a/cache.h
+++ b/cache.h
@@ -405,6 +405,7 @@ extern int git_config_int(const char *, const char *);
extern int git_config_bool(const char *, const char *);
extern int git_config_set(const char *, const char *);
extern int git_config_set_multivar(const char *, const char *, const char *, int);
+extern int git_config_rename_section(const char *, const char *);
extern int check_repository_format_version(const char *var, const char *value);
#define MAX_GITNAME (1000)