Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
push: document the future default change for push.default (matching -> simple)
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 5bf59ff5c33919ac42ee79dea7911a773c1f698d..b60d49085e26ac543e810278b4066dfb33651c2e 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-624,6
+624,7
@@
enum rebase_setup_type {
enum push_default_type {
PUSH_DEFAULT_NOTHING = 0,
PUSH_DEFAULT_MATCHING,
+ PUSH_DEFAULT_SIMPLE,
PUSH_DEFAULT_UPSTREAM,
PUSH_DEFAULT_CURRENT,
PUSH_DEFAULT_UNSPECIFIED