summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-18 02:27:17 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-18 02:27:17 (GMT)
commitbdf17a02fd3224c5308c6451a6965476626f0578 (patch)
treefdb8c10d374076eb5612b67b8101a624f615e06c /cache.h
parent9057695012daec51980eed19947a848f93f91503 (diff)
parentdc81c58cd6b791a3db23f1d1acb5f7d38d1ff086 (diff)
downloadgit-bdf17a02fd3224c5308c6451a6965476626f0578.zip
git-bdf17a02fd3224c5308c6451a6965476626f0578.tar.gz
git-bdf17a02fd3224c5308c6451a6965476626f0578.tar.bz2
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 b540292..8ad5920 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)