From: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Do this by adding nobackup to the modeline. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> --- stgit/stack.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/stgit/stack.py b/stgit/stack.py --- a/stgit/stack.py +++ b/stgit/stack.py @@ -88,7 +88,7 @@ def edit_file(series, string, comment, s git.diff([], series.get_patch(series.get_current()).get_bottom(), None, f) #Vim modeline must be near the end. - print >> f, __comment_prefix, 'vi: set textwidth=75 filetype=diff:' + print >> f, __comment_prefix, 'vi: set textwidth=75 filetype=diff nobackup:' f.close() # the editor - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Thu Oct 27 19:02:01 2005
This archive was generated by hypermail 2.1.8 : 2005-10-27 19:02:05 EST