index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
/
terminal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hashmap: use expected signatures for comparison functions
Jeff King
2023-08-20
1
-4
/
+6
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
hashmap: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
terminal: restore settings on SIGTSTP
Phillip Wood
2022-03-16
1
-3
/
+129
*
terminal: work around macos poll() bug
Phillip Wood
2022-03-16
1
-6
/
+36
*
terminal: don't assume stdin is /dev/tty
Phillip Wood
2022-03-16
1
-9
/
+20
*
terminal: use flags for save_term()
Phillip Wood
2022-03-16
1
-20
/
+21
*
terminal: set VMIN and VTIME in non-canonical mode
Phillip Wood
2022-02-23
1
-1
/
+9
*
terminal: pop signal handler when terminal is restored
Phillip Wood
2022-02-23
1
-4
/
+13
*
terminal: always reset terminal when reading without echo
Phillip Wood
2022-02-23
1
-1
/
+1
*
terminal: teach git how to save/restore its terminal settings
Carlo Marcelo Arenas Belón
2021-10-06
1
-15
/
+60
*
strvec: convert more callers away from argv_array name
Jeff King
2020-07-29
1
-9
/
+9
*
built-in add -p: handle Escape sequences more efficiently
Johannes Schindelin
2020-01-15
1
-1
/
+72
*
built-in add -p: handle Escape sequences in interactive.singlekey mode
Johannes Schindelin
2020-01-15
1
-1
/
+55
*
terminal: add a new function to read a single keystroke
Johannes Schindelin
2020-01-15
1
-0
/
+55
*
terminal: accommodate Git for Windows' default terminal
Johannes Schindelin
2020-01-15
1
-0
/
+50
*
terminal: make the code of disable_echo() reusable
Johannes Schindelin
2020-01-15
1
-4
/
+15
*
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
Jonathan Nieder
2013-05-08
1
-2
/
+2
*
mingw: reuse tty-version of git_terminal_prompt
Erik Faye-Lund
2012-12-04
1
-9
/
+60
*
compat/terminal: separate input and output handles
Erik Faye-Lund
2012-12-04
1
-11
/
+18
*
compat/terminal: factor out echo-disabling
Erik Faye-Lund
2012-12-04
1
-18
/
+25
*
terminal: seek when switching between reading and writing
Jeff King
2012-08-07
1
-0
/
+1
*
add generic terminal prompt function
Jeff King
2011-12-13
1
-0
/
+81