Skip to content

Commit

Permalink
Fix a bunch of bugs, improve the logging support etc.
Browse files Browse the repository at this point in the history
We didn't actually detect some binary pushes due to a whitespace bug
in the parser, i.e. we expected "| Bin" but could get "| Bin" or
whatever.

I improved the docs a bunch and added an example.

Now we support very basic log levels, basically just so I can pipe
TRACE output to the log command but keep the STDERR output at NOTICE,
nothing too advanced.

Due to a brainfart of mine I was doing validation of $from^..$to, but
we just need $from..$to, otherwise we're validating data that's
already been pushed, d'oh!

I also reworded some of the output messages.
  • Loading branch information
avarbkng committed Oct 31, 2014
1 parent e9d7955 commit 71dbc5b
Showing 1 changed file with 200 additions and 102 deletions.
Loading

0 comments on commit 71dbc5b

Please sign in to comment.