Revision b7380fa7a9adb52860eef7e8885fb8bc179beae1 authored by Junio C Hamano on 07 March 2010, 22:53:53 UTC, committed by Junio C Hamano on 07 March 2010, 22:53:53 UTC
* gf/maint-sh-setup-nongit-ok:
  require_work_tree broken with NONGIT_OK
2 parent s cb16bcc + ab62677
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