summaryrefslogtreecommitdiff
path: root/Functions/VCS_Info/VCS_INFO_patch2subject
AgeCommit message (Collapse)AuthorFilesLines
2022-01-29unposted: vcs_info: Add Vim modelinesDaniel Shahaf1-0/+2
... for consistency with all other vcs_info function files.
2019-12-2245114: vcs_info quilt: Improve support for svn-style patch headers.Daniel Shahaf1-7/+13
Additional lines between the |-separated header line and the actual log message, as generated by 'svn log -v' and 'svn log -g', are now supported. This change affects you if you have quilt patches with 'svn log'-style information in their headers, regardless of whether you use quilt standalone, quilt over svn, or quilt over some other VCS.
2017-08-2241565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf1-2/+9
2017-01-2540392: vcs_info patch2subject: Support `git show` output.Daniel Shahaf1-0/+17
2016-12-01unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into ↵Daniel Shahaf1-0/+50
VCS_INFO_patch2subject ... so other places can use it; compare 40030 in the 39990 thread.