aboutsummaryrefslogtreecommitdiff
path: root/editor.c
Commit message (Expand)AuthorAge
* launch_editor(): indicate that Git waits for user inputLars Schneider2017-12-07
* refactor "dumb" terminal determinationLars Schneider2017-12-04
* editor.c: use error_errno()Nguyễn Thái Ngọc Duy2016-05-09
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
* editor: use canonicalized absolute pathRamkumar Ramachandra2013-07-29
* run-command: encode signal death as a positive integerJeff King2013-01-06
* launch_editor: propagate signals from editor to gitJeff King2012-12-02
* launch_editor: ignore terminal signals while editor has controlPaul Fox2012-12-02
* launch_editor: refactor to use start/finish_commandJeff King2012-12-02
* editor: use run_command's shell featureJeff King2010-01-05
* Provide a build time default-editor settingJonathan Nieder2009-11-13
* Teach git var about GIT_EDITORJonathan Nieder2009-11-13
* Do not use VISUAL editor on dumb terminalsJonathan Nieder2009-11-13
* Handle more shell metacharacters in editor namesJonathan Nieder2009-10-30
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* editor.c: Libify launch_editor()Stephan Beyer2008-07-25
* Move launch_editor() from builtin-tag.c to editor.cStephan Beyer2008-07-25