diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2014-12-30 11:53:55 -0600 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2014-12-30 11:53:55 -0600 |
| commit | a3ef70bb405a05c16fb533d828da2510ff751224 (patch) | |
| tree | 2f9d31f93a5f873620e37f59c737e56155d056d9 /src/remote.h | |
| parent | c4c47fc2861935d8e373319c0734ea7b2ce34a73 (diff) | |
| parent | 8aba3d47cf96e24e02601175f900f0e851077c1a (diff) | |
| download | libgit2-a3ef70bb405a05c16fb533d828da2510ff751224.tar.gz | |
Merge pull request #2761 from libgit2/cmn/fetch-prune
Remote-tracking branch prunning
Diffstat (limited to 'src/remote.h')
| -rw-r--r-- | src/remote.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.h b/src/remote.h index ba7d6b0d9..a28b565ce 100644 --- a/src/remote.h +++ b/src/remote.h @@ -34,6 +34,7 @@ struct git_remote { unsigned int need_pack; git_remote_autotag_option_t download_tags; int update_fetchhead; + int prune_refs; int passed_refspecs; }; |
