Changeset 782 for git/branches/dmik/advice.h
- Timestamp:
- Jun 23, 2014, 9:45:51 PM (11 years ago)
- Location:
- git/branches/dmik
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
git/branches/dmik ¶
- Property svn:mergeinfo changed
/git/vendor/2.0.0 (added) merged: 777 /git/vendor/current merged: 772,774,776
- Property svn:mergeinfo changed
-
TabularUnified git/branches/dmik/advice.h ¶
r626 r782 4 4 #include "git-compat-util.h" 5 5 6 extern int advice_push_nonfastforward; 6 extern int advice_push_update_rejected; 7 extern int advice_push_non_ff_current; 8 extern int advice_push_non_ff_matching; 9 extern int advice_push_already_exists; 10 extern int advice_push_fetch_first; 11 extern int advice_push_needs_force; 7 12 extern int advice_status_hints; 13 extern int advice_status_u_option; 8 14 extern int advice_commit_before_merge; 9 15 extern int advice_resolve_conflict; 10 16 extern int advice_implicit_identity; 11 17 extern int advice_detached_head; 18 extern int advice_set_upstream_failure; 19 extern int advice_object_name_warning; 20 extern int advice_rm_hints; 12 21 13 22 int git_default_advice_config(const char *var, const char *value); 23 __attribute__((format (printf, 1, 2))) 14 24 void advise(const char *advice, ...); 15 25 int error_resolve_conflict(const char *me); 16 26 extern void NORETURN die_resolve_conflict(const char *me); 27 void detach_advice(const char *new_name); 17 28 18 29 #endif /* ADVICE_H */
Note:
See TracChangeset
for help on using the changeset viewer.