Revision abf411e28d9df669b0e690578a1eb95c0bd29847 authored by Junio C Hamano on 15 December 2010, 19:32:57 UTC, committed by Junio C Hamano on 15 December 2010, 19:32:57 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s ad33605 + ec82874
Raw File
advice.h
#ifndef ADVICE_H
#define ADVICE_H

extern int advice_push_nonfastforward;
extern int advice_status_hints;
extern int advice_commit_before_merge;

int git_default_advice_config(const char *var, const char *value);

#endif /* ADVICE_H */
back to top