summaryrefslogtreecommitdiffstats
path: root/pager.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/command-list'Junio C Hamano2018-06-011-0/+1
|\
| * Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
* | pager: set COLUMNS to term_columns()Jeff King2018-05-131-3/+8
|/
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-1/+1
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-1/+1
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jk/pager-in-use'Junio C Hamano2017-03-281-3/+1
|\ \
| * | pager_in_use: use git_env_bool()Jeff King2017-03-241-3/+1
| |/
* / setup: make read_early_config() reusableJohannes Schindelin2017-03-141-31/+0
|/
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-211-20/+73
|\
| * pager: handle early configJeff King2016-09-131-2/+33
| * pager: use callbacks instead of configsetJeff King2016-09-131-14/+33
| * pager: make pager_program a file-local staticJeff King2016-09-131-0/+1
| * pager: stop loading git_default_config()Jeff King2016-09-131-1/+8
| * pager: remove obsolete commentJeff King2016-09-131-5/+0
* | pager: move pager-specific setup into the buildEric Wong2016-08-041-4/+28
|/
* Merge branch 'jc/am-i-v-fix'Junio C Hamano2016-02-241-8/+11
|\
| * pager: factor out a helper to prepare a child process to run the pagerJunio C Hamano2016-02-171-6/+11
| * pager: lose a separate argv[]Junio C Hamano2016-02-161-3/+1
* | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano2015-10-071-6/+16
|\ \
| * | pager: don't use unsafe functions in signal handlersTakashi Iwai2015-09-041-6/+16
| |/
* | Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano2015-08-311-1/+2
|\ \ | |/ |/|
| * config: silence warnings for command names with invalid keysJeff King2015-08-241-1/+2
* | Merge branch 'jc/unexport-git-pager-in-use-in-pager'Junio C Hamano2015-07-131-0/+1
|\ \
| * | pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano2015-07-031-0/+1
| |/
* | Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano2015-02-181-4/+4
|\ \ | |/ |/|
| * decimal_width: avoid integer overflowJeff King2015-02-051-4/+4
* | use env_array member of struct child_processRené Scharfe2014-10-191-11/+4
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-111-1/+1
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-1/+1
* | | pager.c: replace `git_config()` with `git_config_get_value()`Tanay Abhra2014-08-071-27/+13
|/ /
* | Merge branch 'je/pager-do-not-recurse'Junio C Hamano2014-06-061-1/+1
|\ \
| * | pager: do allow spawning pager recursivelyJörn Engel2014-04-281-1/+1
* | | pager: remove 'S' from $LESS by defaultMatthieu Moy2014-05-071-1/+1
|/ /
* | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-131-2/+9
|\ \
| * | pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-2/+9
| |/
* / replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
|/
* pager: turn on "cat" optimization for DEFAULT_PAGERJeff King2013-09-031-1/+1
* 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 othersZbigniew Jędrzejewski-Szmek2012-02-141-0/+12
* | pager: find out the terminal width before spawning the pagerZbigniew 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