summaryrefslogtreecommitdiff
path: root/editor.c
AgeCommit message (Expand)Author
2013-01-06run-command: encode signal death as a positive integerJeff King
2012-12-02launch_editor: propagate signals from editor to gitJeff King
2012-12-02launch_editor: ignore terminal signals while editor has controlPaul Fox
2012-12-02launch_editor: refactor to use start/finish_commandJeff King
2010-01-06editor: use run_command's shell featureJeff King
2009-11-13Provide a build time default-editor settingJonathan Nieder
2009-11-13Teach git var about GIT_EDITORJonathan Nieder
2009-11-13Do not use VISUAL editor on dumb terminalsJonathan Nieder
2009-10-31Handle more shell metacharacters in editor namesJonathan Nieder
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-26editor.c: Libify launch_editor()Stephan Beyer
2008-07-26Move launch_editor() from builtin-tag.c to editor.cStephan Beyer