-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix_git_rename_oldpath' of 'https://github.com/sduenas/…
- Loading branch information
Showing
5 changed files
with
80 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
releases/unreleased/wrong-filepath-for-movedcopied-files.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: Empty stats for moved/copied files in git | ||
category: fixed | ||
author: Santiago Dueñas <sduenas@bitergia.com> | ||
issue: null | ||
notes: > | ||
Stats about changes on a file were not reported correctly | ||
for files that where moved to a subdirectory. They | ||
were reported as an invalid entry and without | ||
action associated. | ||
For example, the file `dir/filename` was moved to `dir/subdir/filename`, | ||
but it was reported as `dir//filename`. Therefore, | ||
the entry of the file `dir/subdire/filename` didn't | ||
have the stats about added and deleted lines. | ||
This error has been fixed and stats are reported | ||
correctly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
commit 1e6250992e6cddebfaf4e6fdf241171091874523 ff93e98029e7b8356bf87456df0254332f4a6549 | ||
Author: John Smith <jsmith@example.com> | ||
AuthorDate: Tue Nov 22 14:00:06 2016 +0100 | ||
Commit: John Smith <jsmith@example.com> | ||
CommitDate: Tue Nov 22 14:00:06 2016 +0100 | ||
|
||
[backends] Move backends to core sub-package | ||
|
||
:000000 100644 0000000 e69de29 A perceval/backends/core/__init__.py | ||
:100644 100644 232acb3 7923641 R098 perceval/backends/bugzilla.py perceval/backends/core/bugzilla.py | ||
0 0 perceval/backends/core/__init__.py | ||
4 4 perceval/backends/{ => core}/bugzilla.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters