summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-08-16 09:52:04 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-28 18:51:54 (GMT)
commit08ea65ad13faaf24f57732cdc8af3d830d4b367f (patch)
treec1143ed482a92214c09223fd32914292e4db1dd7 /commit.h
parent6a3bbb4db409c5417960ffd3f020f75e0cb36f81 (diff)
downloadgit-08ea65ad13faaf24f57732cdc8af3d830d4b367f.zip
git-08ea65ad13faaf24f57732cdc8af3d830d4b367f.tar.gz
git-08ea65ad13faaf24f57732cdc8af3d830d4b367f.tar.bz2
shallow: add setup_temporary_shallow()
This function is like setup_alternate_shallow() except that it does not lock $GIT_DIR/shallow. It is supposed to be used when a program generates temporary shallow for use by another program, then throw the shallow file away. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index 790e31b..c4d324c 100644
--- a/commit.h
+++ b/commit.h
@@ -201,6 +201,7 @@ extern void set_alternate_shallow_file(const char *path);
extern int write_shallow_commits(struct strbuf *out, int use_pack_protocol);
extern void setup_alternate_shallow(struct lock_file *shallow_lock,
const char **alternate_shallow_file);
+extern char *setup_temporary_shallow(void);
int is_descendant_of(struct commit *, struct commit_list *);
int in_merge_bases(struct commit *, struct commit *);