Skip to content

Commit

Permalink
Tab separates name from date.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Arbash Meinel committed Feb 13, 2010
1 parent d6383ab commit ed11599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bzr.cpp
Expand Up @@ -17,7 +17,7 @@

#include "bzr.h"

Regex bzr_commit_regex("^ *([0-9]+) (.*)([0-9][0-9][0-9][0-9])-([0-9]+)-([0-9]+).*$");
Regex bzr_commit_regex("^ *([0-9]+) (.*)\t([0-9][0-9][0-9][0-9])-([0-9]+)-([0-9]+).*$");
Regex bzr_file_regex(" *([AMDR]) (.*)$");

// parse Bazaar log entries (using the gource.style template)
Expand Down

0 comments on commit ed11599

Please sign in to comment.