summaryrefslogtreecommitdiff
path: root/pager.c
Commit message (Expand)AuthorAgeFilesLines
* Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-291-0/+34
* pager: drop "wait for output to run less" hackJeff King2012-06-051-18/+0
* Stop starting pager recursivelyNguyễn Thái Ngọc Duy2012-04-271-1/+1
* Merge branch 'zj/decimal-width'Junio C Hamano2012-02-201-0/+12
|\
| * make lineno_width() from blame reusable for otherszj/decimal-widthZbigniew Jędrzejewski-Szmek2012-02-141-0/+12
* | pager: find out the terminal width before spawning the pagerzj/term-columnsZbigniew Jędrzejewski-Szmek2012-02-131-0/+37
|/
* setup_pager: set GIT_PAGER_IN_USEJeff King2011-08-181-7/+1
* Make 'git var GIT_PAGER' always print the configured pagerJonathan Nieder2010-02-141-3/+3
* run-command: convert simple callsites to use_shellJeff King2010-01-051-2/+3
* Provide a build time default-pager settingJunio C Hamano2009-11-131-1/+5
* Teach git var about GIT_PAGERJonathan Nieder2009-11-131-3/+15
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-181-2/+2
* pager: set LESS=FRSX also on WindowsJohannes Sixt2009-09-111-2/+4
* pager: do wait_for_pager on signal deathJeff King2009-01-211-0/+9
* Merge branch 'maint'Junio C Hamano2008-12-151-1/+2
|\
| * pager: do not dup2 stderr if it is already redirectedJunio C Hamano2008-12-151-1/+2
* | spawn pager via run_command interfaceJeff King2008-07-251-44/+11
|/
* Windows: Make the pager work.Johannes Sixt2008-06-261-2/+38
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-1/+1
* sending errors to stdout under $PAGERJunio C Hamano2008-02-171-0/+1
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-111-1/+14
* Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h.Johannes Sixt2007-11-141-2/+0
* pager: find out pager setting from configurationJunio C Hamano2007-08-061-1/+4
* Add core.pager config variable.Brian Gernhardt2007-07-041-0/+2
* pager: Work around window resizing bug in 'less'Linus Torvalds2007-02-051-0/+12
* pager: default to LESS=FRSX not LESS=FRSJunio C Hamano2006-10-221-1/+1
* pager: default to LESS=FRSJunio C Hamano2006-10-201-1/+1
* pager: environment variable GIT_PAGER to override PAGERMatthias Lederhofer2006-07-311-1/+3
* Fix linking for not-so-clever linkers.Johannes Schindelin2006-07-101-2/+0
* "git -p cmd" to page anywhereJunio C Hamano2006-07-091-0/+4
* diff options: add --colorJohannes Schindelin2006-06-171-1/+1
* Merge branch 'fix'Junio C Hamano2006-04-211-0/+2
|\
| * git-log produces no outputLinus Torvalds2006-04-211-0/+2
* | Do not fork PAGER=catJunio C Hamano2006-04-161-1/+1
|/
* pager: do not fork a pager if PAGER is set to empty.Johannes Schindelin2006-04-161-7/+10
* Introduce trivial new pager.c helper infrastructureLinus Torvalds2006-02-281-0/+48