index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pager.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2022-06-02
1
-2
/
+2
*
pager: fix crash when pager program doesn't exist
Enzo Matsumiya
2021-11-25
1
-1
/
+3
*
pager: avoid setting COLUMNS when we're guessing its value
Johannes Schindelin
2021-06-28
1
-3
/
+13
*
pager: refactor wait_for_pager() function
Ævar Arnfjörð Bjarmason
2021-02-02
1
-11
/
+7
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-4
/
+4
*
pager: add a helper function to clear the last line in the terminal
SZEDER Gábor
2019-06-24
1
-0
/
+20
*
trace2:data: add editor/pager child classification
Jeff Hostetler
2019-02-23
1
-0
/
+1
*
Merge branch 'nd/command-list'
Junio C Hamano
2018-06-01
1
-0
/
+1
|
\
|
*
Move declaration for alias.c to alias.h
Nguyễn Thái Ngọc Duy
2018-05-21
1
-0
/
+1
*
|
pager: set COLUMNS to term_columns()
Jeff King
2018-05-13
1
-3
/
+8
|
/
*
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
2017-08-22
1
-1
/
+1
|
\
|
*
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
2017-08-07
1
-1
/
+1
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
Merge branch 'jk/pager-in-use'
Junio C Hamano
2017-03-28
1
-3
/
+1
|
\
\
|
*
|
pager_in_use: use git_env_bool()
Jeff King
2017-03-24
1
-3
/
+1
|
|
/
*
/
setup: make read_early_config() reusable
Johannes Schindelin
2017-03-14
1
-31
/
+0
|
/
*
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-22
1
-20
/
+73
|
\
|
*
pager: handle early config
Jeff King
2016-09-14
1
-2
/
+33
|
*
pager: use callbacks instead of configset
Jeff King
2016-09-14
1
-14
/
+33
|
*
pager: make pager_program a file-local static
Jeff King
2016-09-14
1
-0
/
+1
|
*
pager: stop loading git_default_config()
Jeff King
2016-09-14
1
-1
/
+8
|
*
pager: remove obsolete comment
Jeff King
2016-09-14
1
-5
/
+0
*
|
pager: move pager-specific setup into the build
Eric Wong
2016-08-04
1
-4
/
+28
|
/
*
Merge branch 'jc/am-i-v-fix'
Junio C Hamano
2016-02-24
1
-8
/
+11
|
\
|
*
pager: factor out a helper to prepare a child process to run the pager
Junio C Hamano
2016-02-17
1
-6
/
+11
|
*
pager: lose a separate argv[]
Junio C Hamano
2016-02-16
1
-3
/
+1
*
|
Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'
Junio C Hamano
2015-10-07
1
-6
/
+16
|
\
\
|
*
|
pager: don't use unsafe functions in signal handlers
Takashi Iwai
2015-09-04
1
-6
/
+16
|
|
/
*
|
Merge branch 'jk/fix-alias-pager-config-key-warnings'
Junio C Hamano
2015-09-01
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
config: silence warnings for command names with invalid keys
Jeff King
2015-08-24
1
-1
/
+2
*
|
Merge branch 'jc/unexport-git-pager-in-use-in-pager'
Junio C Hamano
2015-07-13
1
-0
/
+1
|
\
\
|
*
|
pager: do not leak "GIT_PAGER_IN_USE" to the pager
Junio C Hamano
2015-07-04
1
-0
/
+1
|
|
/
*
|
Merge branch 'jk/decimal-width-for-uintmax'
Junio C Hamano
2015-02-18
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
decimal_width: avoid integer overflow
Jeff King
2015-02-05
1
-4
/
+4
*
|
use env_array member of struct child_process
René Scharfe
2014-10-20
1
-11
/
+4
*
|
Merge branch 'rs/child-process-init'
Junio C Hamano
2014-09-11
1
-1
/
+1
|
\
\
|
*
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-1
/
+1
*
|
|
pager.c: replace `git_config()` with `git_config_get_value()`
Tanay Abhra
2014-08-07
1
-27
/
+13
|
/
/
*
|
Merge branch 'je/pager-do-not-recurse'
Junio C Hamano
2014-06-06
1
-1
/
+1
|
\
\
|
*
|
pager: do allow spawning pager recursively
Jörn Engel
2014-04-29
1
-1
/
+1
*
|
|
pager: remove 'S' from $LESS by default
Matthieu Moy
2014-05-07
1
-1
/
+1
|
/
/
*
|
Merge branch 'jn/pager-lv-default-env'
Junio C Hamano
2014-01-13
1
-2
/
+9
|
\
\
|
*
|
pager: set LV=-c alongside LESS=FRSX
Jonathan Nieder
2014-01-07
1
-2
/
+9
|
|
/
*
/
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-1
/
+1
|
/
*
pager: turn on "cat" optimization for DEFAULT_PAGER
Jeff King
2013-09-03
1
-1
/
+1
*
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 others
Zbigniew Jędrzejewski-Szmek
2012-02-15
1
-0
/
+12
[next]