aboutsummaryrefslogtreecommitdiffstats
path: root/editor.c
AgeCommit message (Expand)AuthorFilesLines
14 dayslaunch_editor: waiting message on errorRubén Justo1-4/+3
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren1-1/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren1-0/+30
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason1-1/+1
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason1-1/+3
2021-11-25run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason1-3/+1
2021-11-22Merge branch 'jc/save-restore-terminal-revert'Junio C Hamano1-8/+0
2021-11-22Revert "editor: save and reset terminal after calling EDITOR"Junio C Hamano1-8/+0
2021-10-18Merge branch 'cm/save-restore-terminal'Junio C Hamano1-0/+8
2021-10-06editor: save and reset terminal after calling EDITORCarlo Marcelo Arenas Belón1-0/+8
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King1-1/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy1-2/+9
2019-06-24pager: add a helper function to clear the last line in the terminalSZEDER Gábor1-3/+3
2019-02-22trace2:data: add editor/pager child classificationJeff Hostetler1-0/+1
2018-08-10editor: add a function to launch the sequence editorAlban Gruin1-2/+25
2017-12-07launch_editor(): indicate that Git waits for user inputLars Schneider1-0/+24
2017-12-04refactor "dumb" terminal determinationLars Schneider1-2/+7
2016-05-09editor.c: use error_errno()Nguyễn Thái Ngọc Duy1-2/+1
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2013-07-29editor: use canonicalized absolute pathRamkumar Ramachandra1-1/+1
2013-01-06run-command: encode signal death as a positive integerJeff King1-1/+1
2012-12-02launch_editor: propagate signals from editor to gitJeff King1-1/+4
2012-12-02launch_editor: ignore terminal signals while editor has controlPaul Fox1-1/+8
2012-12-02launch_editor: refactor to use start/finish_commandJeff King1-1/+9
2010-01-05editor: use run_command's shell featureJeff King1-19/+2
2009-11-13Provide a build time default-editor settingJonathan Nieder1-1/+5
2009-11-13Teach git var about GIT_EDITORJonathan Nieder1-2/+12
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder1-6/+6
2009-10-30Handle more shell metacharacters in editor namesJonathan Nieder1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-07-25editor.c: Libify launch_editor()Stephan Beyer1-12/+12
2008-07-25Move launch_editor() from builtin-tag.c to editor.cStephan Beyer1-0/+56