1234- / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
1 stars 0 forks source link

similarity index message is not shown with spacing #577

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a repo with files a.txt (optionally with some content)
2. rename a.txt to b.txt
3. commit a.txt and b.txt (will show up as a rename)
4. push changes
5. go to the repository and navigate to commit view.

What is the expected output? What do you see instead?
Excected: similarity index 100% rename from a.txt rename to b.txt
Obtained: similarity index 100%rename from a.txtrename to b.txt

Looks like the line feed is being removed without replacing it with spaces.

Original issue reported on code.google.com by nashp...@gmail.com on 31 Mar 2015 at 8:27

GoogleCodeExporter commented 9 years ago
The diff formatter has been heavily overhauled since the last release and 
things like similarity index have been stripped.

Original comment by James.Mo...@gmail.com on 22 May 2015 at 4:49