diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-03 00:50:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-03 00:50:05 -0700 |
commit | b11cf09043f18b368ec0d988f064ea21247c843d (patch) | |
tree | 864a5086870ab9f5e48b3f6e2d5fa1264e9f074a /cache.h | |
parent | ceff8e7adeed51024491deb4933f23db760e5641 (diff) | |
parent | 003b33a8ad686ee4a0d0b36635bfd6aba940b24a (diff) | |
download | git-b11cf09043f18b368ec0d988f064ea21247c843d.tar.gz |
Merge branch 'da/pretty-tempname'
* da/pretty-tempname:
diff: generate pretty filenames in prep_temp_blob()
compat: add a basename() compatibility function
compat: add a mkstemps() compatibility function
Conflicts:
Makefile
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -614,6 +614,8 @@ extern int is_empty_blob_sha1(const unsigned char *sha1); int git_mkstemp(char *path, size_t n, const char *template); +int git_mkstemps(char *path, size_t n, const char *template, int suffix_len); + /* * NOTE NOTE NOTE!! * |