Revision 427c6d0caf0caee5ad2c4925910a6b8ebcf95408 authored by Junio C Hamano on 07 February 2013, 23:14:22 UTC, committed by Junio C Hamano on 07 February 2013, 23:14:22 UTC
Rebasing the history of superproject with change in the submodule
has been broken since v1.7.12.

* jc/fake-ancestor-with-non-blobs:
  apply: diagnose incomplete submodule object name better
  apply: simplify build_fake_ancestor()
  git-am: record full index line in the patch used while rebasing
2 parent s 45bb6cb + e28efb1
Raw File
terminal.h
#ifndef COMPAT_TERMINAL_H
#define COMPAT_TERMINAL_H

char *git_terminal_prompt(const char *prompt, int echo);

#endif /* COMPAT_TERMINAL_H */
back to top