🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.1
/
editor.c
tag
9c98e72e0329036735d6b873b88d0d840f5d8214
tagger
Junio C Hamano <gitster@pobox.com>
Fri Feb 09 00:22:52 2024
object
3526e67d917bcd03f317a058208fa02737654637
Git 2.43.1
da9502f
treewide: remove unnecessary includes for wrapper.h
by Calvin Wan
· 2 years, 5 months ago
d1cbe1e
hash-ll.h: split out of hash.h to remove dependency on repository.h
by Elijah Newren
· 2 years, 8 months ago
77f091e
treewide: remove cache.h inclusion due to pager.h changes
by Elijah Newren
· 2 years, 8 months ago
ca4eed7
pager.h: move declarations for pager.c functions from cache.h
by Elijah Newren
· 2 years, 8 months ago
4e12082
editor: move editor-related functions and declarations into common file
by Elijah Newren
· 2 years, 8 months ago
6c6ddf9
treewide: be explicit about dependence on advice.h
by Elijah Newren
· 2 years, 8 months ago
32a8f51
environment.h: move declarations for environment.c functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
0b027f6
abspath.h: move absolute path functions from cache.h
by Elijah Newren
· 2 years, 9 months ago
f394e09
treewide: be explicit about dependence on gettext.h
by Elijah Newren
· 2 years, 9 months ago
29fda24
run-command API: rename "env_array" to "env"
by Ævar Arnfjörð Bjarmason
· 3 years, 7 months ago
c7c4bde
run-command API: remove "env" member, always use "env_array"
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
2b70989
run-command API users: use strvec_pushl(), not argv construction
by Ævar Arnfjörð Bjarmason
· 4 years, 1 month ago
4150a16
Merge branch 'jc/save-restore-terminal-revert'
by Junio C Hamano
· 4 years, 1 month ago
e3f7e01
Revert "editor: save and reset terminal after calling EDITOR"
by Junio C Hamano
· 4 years, 1 month ago
853ec9a
Merge branch 'cm/save-restore-terminal'
by Junio C Hamano
· 4 years, 2 months ago
3d411af
editor: save and reset terminal after calling EDITOR
by Carlo Marcelo Arenas Belón
· 4 years, 2 months ago
ed9bff0
advice: remove read uses of most global `advice_` variables
by Ben Boeckel
· 4 years, 4 months ago
f1de981
config: fix leaks from git_config_get_string_const()
by Jeff King
· 5 years ago
3d7747e
real_path: remove unsafe API
by Alexandr Miloslavskiy
· 6 years ago
cd1096b
pager: add a helper function to clear the last line in the terminal
by SZEDER Gábor
· 6 years ago
eee73d1
trace2:data: add editor/pager child classification
by Jeff Hostetler
· 7 years ago
2aed018
editor: add a function to launch the sequence editor
by Alban Gruin
· 7 years ago
abfb04d
launch_editor(): indicate that Git waits for user input
by Lars Schneider
· 8 years ago
a64f213
refactor "dumb" terminal determination
by Lars Schneider
· 8 years ago
9f9a522
editor.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 10 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
09c5ae5
editor: use canonicalized absolute path
by Ramkumar Ramachandra
· 12 years ago
709ca73
run-command: encode signal death as a positive integer
by Jeff King
· 13 years ago
1250857
launch_editor: propagate signals from editor to git
by Jeff King
· 13 years ago
913ef36
launch_editor: ignore terminal signals while editor has control
by Paul Fox
· 13 years ago
f42ca31
launch_editor: refactor to use start/finish_command
by Jeff King
· 13 years ago
bac8037
editor: use run_command's shell feature
by Jeff King
· 16 years ago
8f4b576
Provide a build time default-editor setting
by Jonathan Nieder
· 16 years ago
44fcb49
Teach git var about GIT_EDITOR
by Jonathan Nieder
· 16 years ago
d33738d
Do not use VISUAL editor on dumb terminals
by Jonathan Nieder
· 16 years ago
eab58f1
Handle more shell metacharacters in editor names
by Jonathan Nieder
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 17 years ago
7198203
editor.c: Libify launch_editor()
by Stephan Beyer
· 17 years ago
d82f33e
Move launch_editor() from builtin-tag.c to editor.c
by Stephan Beyer
· 17 years ago