Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Newer log format has new filename after original name #11

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Newer log format has new filename after original name #11

merged 1 commit into from
Nov 28, 2016

Conversation

marcojanssen
Copy link
Contributor

@marcojanssen marcojanssen commented Nov 28, 2016

Newer log format is properly supported now, newer filename was displayed after the original name.


$file = new VcsFileInfo($file, $this->getClient()->getHead());
$file->setStatus($x);
if ($number && preg_match('/(.*\s)+(.*)/', $filename, $filenameMatches)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this might fail for filenames with spaces, but it's good enough for now.

@fieg fieg merged commit bfcbd4a into webcreate:master Nov 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants