diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:11 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-03-02 12:44:11 -0800 |
| commit | 52ebb06f1466a235c643acffdea9c9e484cfdec0 (patch) | |
| tree | b7bfae26f5719b8447ef176f4df4437d1e3fc4a9 /cache.h | |
| parent | 77b30bcecd84225a21a8639c272fde88180f36d9 (diff) | |
| parent | 8c33b4cf67f47ee46fe0984751fd40c4cf7cf392 (diff) | |
| download | git-52ebb06f1466a235c643acffdea9c9e484cfdec0.tar.xz | |
Merge branch 'jn/maint-fix-pager'
* jn/maint-fix-pager:
tests: Fix race condition in t7006-pager
t7006-pager: if stdout is not a terminal, make a new one
tests: Add tests for automatic use of pager
am: Fix launching of pager
git svn: Fix launching of pager
git.1: Clarify the behavior of the --paginate option
Make 'git var GIT_PAGER' always print the configured pager
Fix 'git var' usage synopsis
Diffstat (limited to 'cache.h')
| -rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -775,7 +775,7 @@ extern const char *git_committer_info(int); extern const char *fmt_ident(const char *name, const char *email, const char *date_str, int); extern const char *fmt_name(const char *name, const char *email); extern const char *git_editor(void); -extern const char *git_pager(void); +extern const char *git_pager(int stdout_is_tty); struct checkout { const char *base_dir; |
