diff options
| author | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:47:18 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2013-12-17 11:47:18 -0800 |
| commit | 14a9c5f261bcc436b80700076257f02af0beec68 (patch) | |
| tree | 43f071ef531aaecba55cf73753711f89565aeb05 /wt-status.h | |
| parent | 433a30d0ba6e6d258be099859fa98d0205b25634 (diff) | |
| parent | 1a72cfd7fa88e5a6c2b94568ac2fe69dfbd87f87 (diff) | |
| download | git-14a9c5f261bcc436b80700076257f02af0beec68.tar.gz | |
Merge branch 'jl/commit-v-strip-marker'
"git commit -v" appends the patch to the log message before
editing, and then removes the patch when the editor returned
control. However, the patch was not stripped correctly when the
first modified path was a submodule.
* jl/commit-v-strip-marker:
commit -v: strip diffs and submodule shortlogs from the commit message
Diffstat (limited to 'wt-status.h')
| -rw-r--r-- | wt-status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wt-status.h b/wt-status.h index 6c29e6f5e5..30a4812583 100644 --- a/wt-status.h +++ b/wt-status.h @@ -91,6 +91,7 @@ struct wt_status_state { unsigned char cherry_pick_head_sha1[20]; }; +void wt_status_truncate_message_at_cut_line(struct strbuf *); void wt_status_prepare(struct wt_status *s); void wt_status_print(struct wt_status *s); void wt_status_collect(struct wt_status *s); |
