summaryrefslogtreecommitdiff
path: root/pager.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Make 'git var GIT_PAGER' always print the configured pagerJonathan Nieder1-3/+3
2010-01-05run-command: convert simple callsites to use_shellJeff King1-2/+3
2009-11-13Provide a build time default-pager settingJunio C Hamano1-1/+5
2009-11-13Teach git var about GIT_PAGERJonathan Nieder1-3/+15
2009-09-18Test for WIN32 instead of __MINGW32_Frank Li1-2/+2
2009-09-11pager: set LESS=FRSX also on WindowsJohannes Sixt1-2/+4
2009-01-21pager: do wait_for_pager on signal deathJeff King1-0/+9
2008-12-15Merge branch 'maint'Junio C Hamano1-1/+2
2008-12-15pager: do not dup2 stderr if it is already redirectedJunio C Hamano1-1/+2
2008-07-25spawn pager via run_command interfaceJeff King1-44/+11
2008-06-26Windows: Make the pager work.Johannes Sixt1-2/+38
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-02-17sending errors to stdout under $PAGERJunio C Hamano1-0/+1
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+14
2007-11-14Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt1-2/+0
2007-08-06pager: find out pager setting from configurationJunio C Hamano1-1/+4
2007-07-04Add core.pager config variable.Brian Gernhardt1-0/+2
2007-02-05pager: Work around window resizing bug in 'less'Linus Torvalds1-0/+12
2006-10-22pager: default to LESS=FRSX not LESS=FRSJunio C Hamano1-1/+1
2006-10-20pager: default to LESS=FRSJunio C Hamano1-1/+1
2006-07-31pager: environment variable GIT_PAGER to override PAGERMatthias Lederhofer1-1/+3
2006-07-10Fix linking for not-so-clever linkers.Johannes Schindelin1-2/+0
2006-07-09"git -p cmd" to page anywhereJunio C Hamano1-0/+4
2006-06-17diff options: add --colorJohannes Schindelin1-1/+1
2006-04-21Merge branch 'fix'Junio C Hamano1-0/+2
2006-04-21git-log produces no outputLinus Torvalds1-0/+2
2006-04-16Do not fork PAGER=catJunio C Hamano1-1/+1
2006-04-16pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin1-7/+10
2006-02-28Introduce trivial new pager.c helper infrastructureLinus Torvalds1-0/+48