Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-29 | unposted: vcs_info: Add Vim modelines | Daniel Shahaf | 1 | -0/+2 | |
... for consistency with all other vcs_info function files. | |||||
2019-12-22 | 45114: vcs_info quilt: Improve support for svn-style patch headers. | Daniel Shahaf | 1 | -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-22 | 41565: vcs_info patch2subject: Support `svn log -r N --diff` output. | Daniel Shahaf | 1 | -2/+9 | |
2017-01-25 | 40392: vcs_info patch2subject: Support `git show` output. | Daniel Shahaf | 1 | -0/+17 | |
2016-12-01 | unposted: vcs_info: Break out VCS_INFO_quilt-patch2subject into ↵ | Daniel Shahaf | 1 | -0/+50 | |
VCS_INFO_patch2subject ... so other places can use it; compare 40030 in the 39990 thread. |