index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
2021-11-26
1
-1
/
+3
*
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-3
/
+1
*
Merge branch 'jc/save-restore-terminal-revert'
Junio C Hamano
2021-11-23
1
-8
/
+0
|
\
|
*
Revert "editor: save and reset terminal after calling EDITOR"
Junio C Hamano
2021-11-23
1
-8
/
+0
*
|
Merge branch 'cm/save-restore-terminal'
Junio C Hamano
2021-10-19
1
-0
/
+8
|
\
|
|
*
editor: save and reset terminal after calling EDITOR
Carlo Marcelo Arenas Belón
2021-10-06
1
-0
/
+8
*
|
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2021-08-25
1
-1
/
+1
|
/
*
config: fix leaks from git_config_get_string_const()
Jeff King
2020-08-14
1
-1
/
+1
*
real_path: remove unsafe API
Alexandr Miloslavskiy
2020-03-10
1
-2
/
+9
*
pager: add a helper function to clear the last line in the terminal
SZEDER Gábor
2019-06-24
1
-3
/
+3
*
trace2:data: add editor/pager child classification
Jeff Hostetler
2019-02-23
1
-0
/
+1
*
editor: add a function to launch the sequence editor
Alban Gruin
2018-08-10
1
-2
/
+25
*
launch_editor(): indicate that Git waits for user input
Lars Schneider
2017-12-07
1
-0
/
+24
*
refactor "dumb" terminal determination
Lars Schneider
2017-12-04
1
-2
/
+7
*
editor.c: use error_errno()
Nguyễn Thái Ngọc Duy
2016-05-09
1
-2
/
+1
*
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-2
/
+1
*
editor: use canonicalized absolute path
Ramkumar Ramachandra
2013-07-29
1
-1
/
+1
*
run-command: encode signal death as a positive integer
Jeff King
2013-01-06
1
-1
/
+1
*
launch_editor: propagate signals from editor to git
Jeff King
2012-12-02
1
-1
/
+4
*
launch_editor: ignore terminal signals while editor has control
Paul Fox
2012-12-02
1
-1
/
+8
*
launch_editor: refactor to use start/finish_command
Jeff King
2012-12-02
1
-1
/
+9
*
editor: use run_command's shell feature
Jeff King
2010-01-06
1
-19
/
+2
*
Provide a build time default-editor setting
Jonathan Nieder
2009-11-13
1
-1
/
+5
*
Teach git var about GIT_EDITOR
Jonathan Nieder
2009-11-13
1
-2
/
+12
*
Do not use VISUAL editor on dumb terminals
Jonathan Nieder
2009-11-13
1
-6
/
+6
*
Handle more shell metacharacters in editor names
Jonathan Nieder
2009-10-31
1
-1
/
+1
*
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
*
editor.c: Libify launch_editor()
Stephan Beyer
2008-07-26
1
-12
/
+12
*
Move launch_editor() from builtin-tag.c to editor.c
Stephan Beyer
2008-07-26
1
-0
/
+56