summaryrefslogtreecommitdiff
path: root/editor.c
Commit message (Expand)AuthorAgeFilesLines
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-111-1/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+30
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-1/+1
* run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason2021-11-251-1/+3
* run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-3/+1
* Merge branch 'jc/save-restore-terminal-revert'Junio C Hamano2021-11-221-8/+0
|\
| * Revert "editor: save and reset terminal after calling EDITOR"Junio C Hamano2021-11-221-8/+0
* | Merge branch 'cm/save-restore-terminal'Junio C Hamano2021-10-181-0/+8
|\ \ | |/
| * editor: save and reset terminal after calling EDITORCarlo Marcelo Arenas Belón2021-10-061-0/+8
* | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-1/+1
|/
* config: fix leaks from git_config_get_string_const()Jeff King2020-08-141-1/+1
* real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-2/+9
* pager: add a helper function to clear the last line in the terminalSZEDER Gábor2019-06-241-3/+3
* trace2:data: add editor/pager child classificationJeff Hostetler2019-02-221-0/+1
* editor: add a function to launch the sequence editorAlban Gruin2018-08-101-2/+25
* launch_editor(): indicate that Git waits for user inputls/editor-waiting-messageLars Schneider2017-12-071-0/+24
* refactor "dumb" terminal determinationLars Schneider2017-12-041-2/+7
* editor.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-091-2/+1
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
* editor: use canonicalized absolute pathrr/feed-real-path-to-editorRamkumar Ramachandra2013-07-291-1/+1
* run-command: encode signal death as a positive integerJeff King2013-01-061-1/+1
* launch_editor: propagate signals from editor to gitJeff King2012-12-021-1/+4
* launch_editor: ignore terminal signals while editor has controlPaul Fox2012-12-021-1/+8
* launch_editor: refactor to use start/finish_commandJeff King2012-12-021-1/+9
* editor: use run_command's shell featureJeff King2010-01-051-19/+2
* Provide a build time default-editor settingJonathan Nieder2009-11-131-1/+5
* Teach git var about GIT_EDITORJonathan Nieder2009-11-131-2/+12
* Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-131-6/+6
* Handle more shell metacharacters in editor namesJonathan Nieder2009-10-301-1/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* editor.c: Libify launch_editor()Stephan Beyer2008-07-251-12/+12
* Move launch_editor() from builtin-tag.c to editor.cStephan Beyer2008-07-251-0/+56