74 Commits (47edb649973cf5cd5f7066b5c936b330f78d687b)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 65b5f9483e Move declaration for alias.c to alias.h 7 years ago
Jeff King be11f7ad60 pager: set COLUMNS to term_columns() 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King df2a6e38b7 pager_in_use: use git_env_bool() 8 years ago
Johannes Schindelin 0654aa57f3 setup: make read_early_config() reusable 8 years ago
Jeff King eed2707202 pager: handle early config 8 years ago
Jeff King 6a1e1bc0a1 pager: use callbacks instead of configset 8 years ago
Jeff King c0c08897c4 pager: make pager_program a file-local static 8 years ago
Jeff King 4babb839aa pager: stop loading git_default_config() 8 years ago
Jeff King 01e7e90359 pager: remove obsolete comment 8 years ago
Eric Wong 995bc22d7f pager: move pager-specific setup into the build 9 years ago
Junio C Hamano 3e3a4a41b0 pager: factor out a helper to prepare a child process to run the pager 9 years ago
Junio C Hamano 43b0190224 pager: lose a separate argv[] 9 years ago
Takashi Iwai 507d7804c0 pager: don't use unsafe functions in signal handlers 9 years ago
Jeff King 9e9de18f1a config: silence warnings for command names with invalid keys 9 years ago
Junio C Hamano 124b51909d pager: do not leak "GIT_PAGER_IN_USE" to the pager 10 years ago
Jeff King d306f3d351 decimal_width: avoid integer overflow 10 years ago
René Scharfe a915459097 use env_array member of struct child_process 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Tanay Abhra 586f414a89 pager.c: replace `git_config()` with `git_config_get_value()` 11 years ago
Matthieu Moy b3275838d9 pager: remove 'S' from $LESS by default 11 years ago
Jörn Engel c0459ca4dc pager: do allow spawning pager recursively 11 years ago
Jonathan Nieder e54c1f2d25 pager: set LV=-c alongside LESS=FRSX 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King ed016612e6 pager: turn on "cat" optimization for DEFAULT_PAGER 11 years ago
Nguyễn Thái Ngọc Duy 4914c9629c Move setup_diff_pager to libgit.a 12 years ago
Jeff King e8320f350f pager: drop "wait for output to run less" hack 13 years ago
Nguyễn Thái Ngọc Duy 88e8f908f2 Stop starting pager recursively 13 years ago
Zbigniew Jędrzejewski-Szmek ec7ff5ba27 make lineno_width() from blame reusable for others 13 years ago
Zbigniew Jędrzejewski-Szmek ad6c3739a3 pager: find out the terminal width before spawning the pager 13 years ago
Jeff King 2e6c012e10 setup_pager: set GIT_PAGER_IN_USE 14 years ago
Jonathan Nieder 64778d24a9 Make 'git var GIT_PAGER' always print the configured pager 15 years ago
Jeff King ac0ba18df0 run-command: convert simple callsites to use_shell 15 years ago
Junio C Hamano a3d023d0a3 Provide a build time default-pager setting 15 years ago
Jonathan Nieder 6361824589 Teach git var about GIT_PAGER 15 years ago
Frank Li 71064e3f86 Test for WIN32 instead of __MINGW32_ 16 years ago
Johannes Sixt 25fc1786ab pager: set LESS=FRSX also on Windows 16 years ago
Jeff King a3da882120 pager: do wait_for_pager on signal death 16 years ago
Junio C Hamano a8335024c2 pager: do not dup2 stderr if it is already redirected 16 years ago
Jeff King ea27a18ce2 spawn pager via run_command interface 17 years ago
Johannes Sixt bfdd9ffd2f Windows: Make the pager work. 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 61b80509e3 sending errors to stdout under $PAGER 17 years ago
Jeff King 6e9af863ee Support GIT_PAGER_IN_USE environment variable 17 years ago
Johannes Sixt 80bbe72b76 Move #include <sys/select.h> and <sys/ioctl.h> to git-compat-util.h. 17 years ago
Junio C Hamano cad3a2056d pager: find out pager setting from configuration 18 years ago
Brian Gernhardt 54adf3706c Add core.pager config variable. 18 years ago
Linus Torvalds 35ce862279 pager: Work around window resizing bug in 'less' 18 years ago
Junio C Hamano 0abc0260fa pager: default to LESS=FRSX not LESS=FRS 18 years ago