mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Fix list items
This commit is contained in:
@@ -51,15 +51,16 @@ import java.util.TreeMap;
|
|||||||
*
|
*
|
||||||
* The folowing modifications are applied when using the git format
|
* The folowing modifications are applied when using the git format
|
||||||
* <ul>
|
* <ul>
|
||||||
* <il>
|
* <li>
|
||||||
* remove the svn header
|
* remove the svn header
|
||||||
* </il>
|
* </li>
|
||||||
* <il>
|
* <li>
|
||||||
* use the git diff code 100644 on the new file and deleted file actions
|
* use the git diff code 100644 on new file and deleted file actions
|
||||||
* </il>
|
* </li>
|
||||||
* <il>
|
* <li>
|
||||||
* remove the labels in the added and deleted file headers eg. [+++ a/a.txt (revision 4)] will replaced with [+++ a/a.txt]
|
* remove the labels in the added and deleted file headers, eg. <code>[+++ a/a.txt (revision 4)]</code> is
|
||||||
* </il>
|
* replaced with <code>[+++ a/a.txt]</code>
|
||||||
|
* </li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("all")
|
@SuppressWarnings("all")
|
||||||
|
|||||||
Reference in New Issue
Block a user