Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | editor: use run_command's shell feature | Jeff King | 2010-01-05 | 1 | -19/+2 |
* | Provide a build time default-editor setting | Jonathan Nieder | 2009-11-13 | 1 | -1/+5 |
* | Teach git var about GIT_EDITOR | Jonathan Nieder | 2009-11-13 | 1 | -2/+12 |
* | Do not use VISUAL editor on dumb terminals | Jonathan Nieder | 2009-11-13 | 1 | -6/+6 |
* | Handle more shell metacharacters in editor names | Jonathan Nieder | 2009-10-30 | 1 | -1/+1 |
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -2/+1 |
* | editor.c: Libify launch_editor() | Stephan Beyer | 2008-07-25 | 1 | -12/+12 |
* | Move launch_editor() from builtin-tag.c to editor.c | Stephan Beyer | 2008-07-25 | 1 | -0/+56 |