[
https://issues.apache.org/jira/browse/SCM-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962437#comment-17962437
]
ASF GitHub Bot commented on SCM-642:
------------------------------------
jira-importer opened a new issue, #865:
URL: https://github.com/apache/maven-scm/issues/865
**[Bertrand
Paquet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bpaquet)**
opened
**[SCM-642](https://issues.apache.org/jira/browse/SCM-642?redirect=false)** and
commented
Take a git reposistory.
Delete a file with git rm.
Launche GitStatusCommand : the deleted file will not be reported by the
GitStatusConsumer
Bug is located around line 139 in GitStatusConsumer.java, the file cannot
exists if status == ScmFileStatus.DELETED
Patch attached
---
**Affects:** 1.5
**Attachments:**
- [patch](https://issues.apache.org/jira/secure/attachment/12718561/patch)
(_6.77 kB_)
> GitSatusConsumer does not report deleted file
> ---------------------------------------------
>
> Key: SCM-642
> URL: https://issues.apache.org/jira/browse/SCM-642
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-gitexe
> Affects Versions: 1.5
> Reporter: Bertrand Paquet
> Assignee: Olivier Lamy
> Priority: Minor
> Fix For: 1.6
>
> Attachments: patch
>
>
> Take a git reposistory.
> Delete a file with git rm.
> Launche GitStatusCommand : the deleted file will not be reported by the
> GitStatusConsumer
> Bug is located around line 139 in GitStatusConsumer.java, the file cannot
> exists if status == ScmFileStatus.DELETED
> Patch attached
--
This message was sent by Atlassian Jira
(v8.20.10#820010)