summaryrefslogtreecommitdiff
path: root/pager.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-111-1/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+3
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* config: mark unused callback parametersJeff King2022-08-191-1/+2
* run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-2/+2
* pager: fix crash when pager program doesn't existEnzo Matsumiya2021-11-241-1/+3
* pager: avoid setting COLUMNS when we're guessing its valueJohannes Schindelin2021-06-281-3/+13
* pager: refactor wait_for_pager() functionÆvar Arnfjörð Bjarmason2021-02-011-11/+7
* strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-4/+4
* pager: add a helper function to clear the last line in the terminalSZEDER Gábor2019-06-241-0/+20
* trace2:data: add editor/pager child classificationJeff Hostetler2019-02-221-0/+1
* 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()jk/pager-in-useJeff 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 buildew/build-time-pager-tweaksEric 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 handlersti/glibc-stdio-mutex-from-signal-handlerTakashi 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 keysjk/fix-alias-pager-config-key-warningsJeff 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 pagerjc/unexport-git-pager-in-use-in-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 overflowjk/decimal-width-for-uintmaxJeff King2015-02-051-4/+4
* | use env_array member of struct child_processrs/run-command-env-arrayRené 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 recursivelyjn/pager-do-not-recurseje/pager-do-not-recurseJörn Engel2014-04-281-1/+1
* | | pager: remove 'S' from $LESS by defaultmm/pager-less-sans-SMatthieu 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()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
|/
* pager: turn on "cat" optimization for DEFAULT_PAGERjk/pager-bypass-cat-for-default-pagerJeff King2013-09-031-1/+1