index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor.c
Age
Commit message (
Expand
)
Author
2024-04-15
launch_editor: waiting message on error
Rubén Justo
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-11
treewide: remove cache.h inclusion due to pager.h changes
Elijah Newren
2023-04-11
pager.h: move declarations for pager.c functions from cache.h
Elijah Newren
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2022-06-02
run-command API: rename "env_array" to "env"
Ævar Arnfjörð Bjarmason
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-22
Merge branch 'jc/save-restore-terminal-revert'
Junio C Hamano
2021-11-22
Revert "editor: save and reset terminal after calling EDITOR"
Junio C Hamano
2021-10-18
Merge branch 'cm/save-restore-terminal'
Junio C Hamano
2021-10-06
editor: save and reset terminal after calling EDITOR
Carlo Marcelo Arenas Belón
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
2020-08-14
config: fix leaks from git_config_get_string_const()
Jeff King
2020-03-10
real_path: remove unsafe API
Alexandr Miloslavskiy
2019-06-24
pager: add a helper function to clear the last line in the terminal
SZEDER Gábor
2019-02-22
trace2:data: add editor/pager child classification
Jeff Hostetler
2018-08-10
editor: add a function to launch the sequence editor
Alban Gruin
2017-12-07
launch_editor(): indicate that Git waits for user input
Lars Schneider
2017-12-04
refactor "dumb" terminal determination
Lars Schneider
2016-05-09
editor.c: use error_errno()
Nguyễn Thái Ngọc Duy
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2013-07-29
editor: use canonicalized absolute path
Ramkumar Ramachandra
2013-01-06
run-command: encode signal death as a positive integer
Jeff King
2012-12-02
launch_editor: propagate signals from editor to git
Jeff King
2012-12-02
launch_editor: ignore terminal signals while editor has control
Paul Fox
2012-12-02
launch_editor: refactor to use start/finish_command
Jeff King
2010-01-05
editor: use run_command's shell feature
Jeff King
2009-11-13
Provide a build time default-editor setting
Jonathan Nieder
2009-11-13
Teach git var about GIT_EDITOR
Jonathan Nieder
2009-11-13
Do not use VISUAL editor on dumb terminals
Jonathan Nieder
2009-10-30
Handle more shell metacharacters in editor names
Jonathan Nieder
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-07-25
editor.c: Libify launch_editor()
Stephan Beyer
2008-07-25
Move launch_editor() from builtin-tag.c to editor.c
Stephan Beyer