[
https://issues.apache.org/jira/browse/BUILDR-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexis Midon updated BUILDR-313:
--------------------------------
Description:
The output of 'git status' is slightly different since git 1.4.3 [1]. Tabs are
used instead of spaces, which brakes the regex of Git.uncommitted_files.
So the list of uncommitted files is empty when it should not.
The side effect is that release does not fail on a dirty repo.
[1] the commit introducing the change
http://git.kernel.org/?p=git/git.git;a=commit;h=c91f0d92
was:
The output of 'git status' is slightly different since git 1.4.3 [1]. Tabs are
used instead of spaces, which brakes the regex of Git.uncommitted_files.
So the list of uncommitted files is empty when it should not.
[1] the commit introducing the change
http://git.kernel.org/?p=git/git.git;a=commit;h=c91f0d92
Summary: wrong list of uncommitted_files with Git 1.4.3 or higher
(was: release does not fail on a dirty repo for Git 1.4.3 or higher)
> wrong list of uncommitted_files with Git 1.4.3 or higher
> --------------------------------------------------------
>
> Key: BUILDR-313
> URL: https://issues.apache.org/jira/browse/BUILDR-313
> Project: Buildr
> Issue Type: Bug
> Affects Versions: 1.3, 1.3.1, 1.3.2, 1.3.3, 1.3.4
> Reporter: Alexis Midon
>
> The output of 'git status' is slightly different since git 1.4.3 [1]. Tabs
> are used instead of spaces, which brakes the regex of Git.uncommitted_files.
> So the list of uncommitted files is empty when it should not.
> The side effect is that release does not fail on a dirty repo.
> [1] the commit introducing the change
> http://git.kernel.org/?p=git/git.git;a=commit;h=c91f0d92
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.