aboutsummaryrefslogtreecommitdiffstats
path: root/editor.c
AgeCommit message (Expand)AuthorFilesLines
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