summaryrefslogtreecommitdiffstats
path: root/pager.c (follow)
Commit message (Expand)AuthorAgeLines
* pager: fix crash when pager program doesn't existEnzo Matsumiya2021-11-24-1/+3
* pager: avoid setting COLUMNS when we're guessing its valueJohannes Schindelin2021-06-28-3/+13
* pager: refactor wait_for_pager() functionÆvar Arnfjörð Bjarmason2021-02-01-11/+7
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-28-4/+4
* pager: add a helper function to clear the last line in the terminalSZEDER Gábor2019-06-24-0/+20
* trace2:data: add editor/pager child classificationJeff Hostetler2019-02-22-0/+1
* Merge branch 'nd/command-list'Junio C Hamano2018-06-01-0/+1
|\
| * Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-21-0/+1
* | pager: set COLUMNS to term_columns()Jeff King2018-05-13-3/+8
|/
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22-1/+1
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07-1/+1
* | config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
* | Merge branch 'jk/pager-in-use'Junio C Hamano2017-03-28-3/+1
|\ \
| * | pager_in_use: use git_env_bool()Jeff King2017-03-24-3/+1
| |/
* / setup: make read_early_config() reusableJohannes Schindelin2017-03-14-31/+0
|/
* Merge branch 'jk/setup-sequence-update'Junio C Hamano2016-09-21-20/+73
|\
| * pager: handle early configJeff King2016-09-13-2/+33
| * pager: use callbacks instead of configsetJeff King2016-09-13-14/+33
| * pager: make pager_program a file-local staticJeff King2016-09-13-0/+1
| * pager: stop loading git_default_config()Jeff King2016-09-13-1/+8
| * pager: remove obsolete commentJeff King2016-09-13-5/+0
* | pager: move pager-specific setup into the buildEric Wong2016-08-04-4/+28
|/
* Merge branch 'jc/am-i-v-fix'Junio C Hamano2016-02-24-8/+11
|\
| * pager: factor out a helper to prepare a child process to run the pagerJunio C Hamano2016-02-17-6/+11
| * pager: lose a separate argv[]Junio C Hamano2016-02-16-3/+1
* | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano2015-10-07-6/+16
|\ \
| * | pager: don't use unsafe functions in signal handlersTakashi Iwai2015-09-04-6/+16
| |/
* | Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano2015-08-31-1/+2
|\ \ | |/ |/|
| * config: silence warnings for command names with invalid keysJeff King2015-08-24-1/+2
* | Merge branch 'jc/unexport-git-pager-in-use-in-pager'Junio C Hamano2015-07-13-0/+1
|\ \
| * | pager: do not leak "GIT_PAGER_IN_USE" to the pagerJunio C Hamano2015-07-03-0/+1
| |/
* | Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano2015-02-18-4/+4
|\ \ | |/ |/|
| * decimal_width: avoid integer overflowJeff King2015-02-05-4/+4
* | use env_array member of struct child_processRené Scharfe2014-10-19-11/+4
* | Merge branch 'rs/child-process-init'Junio C Hamano2014-09-11-1/+1
|\ \
| * | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20-1/+1
* | | pager.c: replace `git_config()` with `git_config_get_value()`Tanay Abhra2014-08-07-27/+13
|/ /
* | Merge branch 'je/pager-do-not-recurse'Junio C Hamano2014-06-06-1/+1
|\ \
| * | pager: do allow spawning pager recursivelyJörn Engel2014-04-28-1/+1
* | | pager: remove 'S' from $LESS by defaultMatthieu Moy2014-05-07-1/+1
|/ /
* | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-13-2/+9
|\ \
| * | pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-07-2/+9
| |/
* / replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05-1/+1
|/
* pager: turn on "cat" optimization for DEFAULT_PAGERJeff King2013-09-03-1/+1
* Move setup_diff_pager to libgit.aNguyễn Thái Ngọc Duy2012-10-29-0/+34
* pager: drop "wait for output to run less" hackJeff King2012-06-05-18/+0
* Stop starting pager recursivelyNguyễn Thái Ngọc Duy2012-04-27-1/+1
* Merge branch 'zj/decimal-width'Junio C Hamano2012-02-20-0/+12
|\
| * make lineno_width() from blame reusable for othersZbigniew Jędrzejewski-Szmek2012-02-14-0/+12
* | pager: find out the terminal width before spawning the pagerZbigniew Jędrzejewski-Szmek2012-02-13-0/+37
|/