| Commit message (Expand) | Author | Age | Files | Lines |
* | Move setup_diff_pager to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -0/+34 |
* | pager: drop "wait for output to run less" hack | Jeff King | 2012-06-05 | 1 | -18/+0 |
* | Stop starting pager recursively | Nguyễn Thái Ngọc Duy | 2012-04-27 | 1 | -1/+1 |
* | Merge branch 'zj/decimal-width' | Junio C Hamano | 2012-02-20 | 1 | -0/+12 |
|\ |
|
| * | make lineno_width() from blame reusable for otherszj/decimal-width | Zbigniew Jędrzejewski-Szmek | 2012-02-14 | 1 | -0/+12 |
* | | pager: find out the terminal width before spawning the pagerzj/term-columns | Zbigniew Jędrzejewski-Szmek | 2012-02-13 | 1 | -0/+37 |
|/ |
|
* | setup_pager: set GIT_PAGER_IN_USE | Jeff King | 2011-08-18 | 1 | -7/+1 |
* | Make 'git var GIT_PAGER' always print the configured pager | Jonathan Nieder | 2010-02-14 | 1 | -3/+3 |
* | run-command: convert simple callsites to use_shell | Jeff King | 2010-01-05 | 1 | -2/+3 |
* | Provide a build time default-pager setting | Junio C Hamano | 2009-11-13 | 1 | -1/+5 |
* | Teach git var about GIT_PAGER | Jonathan Nieder | 2009-11-13 | 1 | -3/+15 |
* | Test for WIN32 instead of __MINGW32_ | Frank Li | 2009-09-18 | 1 | -2/+2 |
* | pager: set LESS=FRSX also on Windows | Johannes Sixt | 2009-09-11 | 1 | -2/+4 |
* | pager: do wait_for_pager on signal death | Jeff King | 2009-01-21 | 1 | -0/+9 |
* | Merge branch 'maint' | Junio C Hamano | 2008-12-15 | 1 | -1/+2 |
|\ |
|
| * | pager: do not dup2 stderr if it is already redirected | Junio C Hamano | 2008-12-15 | 1 | -1/+2 |
* | | spawn pager via run_command interface | Jeff King | 2008-07-25 | 1 | -44/+11 |
|/ |
|
* | Windows: Make the pager work. | Johannes Sixt | 2008-06-26 | 1 | -2/+38 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -1/+1 |
* | sending errors to stdout under $PAGER | Junio C Hamano | 2008-02-17 | 1 | -0/+1 |
* | Support GIT_PAGER_IN_USE environment variable | Jeff King | 2007-12-11 | 1 | -1/+14 |
* | Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. | Johannes Sixt | 2007-11-14 | 1 | -2/+0 |
* | pager: find out pager setting from configuration | Junio C Hamano | 2007-08-06 | 1 | -1/+4 |
* | Add core.pager config variable. | Brian Gernhardt | 2007-07-04 | 1 | -0/+2 |
* | pager: Work around window resizing bug in 'less' | Linus Torvalds | 2007-02-05 | 1 | -0/+12 |
* | pager: default to LESS=FRSX not LESS=FRS | Junio C Hamano | 2006-10-22 | 1 | -1/+1 |
* | pager: default to LESS=FRS | Junio C Hamano | 2006-10-20 | 1 | -1/+1 |
* | pager: environment variable GIT_PAGER to override PAGER | Matthias Lederhofer | 2006-07-31 | 1 | -1/+3 |
* | Fix linking for not-so-clever linkers. | Johannes Schindelin | 2006-07-10 | 1 | -2/+0 |
* | "git -p cmd" to page anywhere | Junio C Hamano | 2006-07-09 | 1 | -0/+4 |
* | diff options: add --color | Johannes Schindelin | 2006-06-17 | 1 | -1/+1 |
* | Merge branch 'fix' | Junio C Hamano | 2006-04-21 | 1 | -0/+2 |
|\ |
|
| * | git-log produces no output | Linus Torvalds | 2006-04-21 | 1 | -0/+2 |
* | | Do not fork PAGER=cat | Junio C Hamano | 2006-04-16 | 1 | -1/+1 |
|/ |
|
* | pager: do not fork a pager if PAGER is set to empty. | Johannes Schindelin | 2006-04-16 | 1 | -7/+10 |
* | Introduce trivial new pager.c helper infrastructure | Linus Torvalds | 2006-02-28 | 1 | -0/+48 |