Navigation Menu

Skip to content

Commit

Permalink
Filter out silly "LRU" lines printed by libgit2
Browse files Browse the repository at this point in the history
I think that must just be a debugging aid that was left in the library by mistake
  • Loading branch information
dabrahams committed Jan 15, 2013
1 parent 9bffd36 commit a4abdf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/update.sh
Expand Up @@ -38,7 +38,8 @@ export LD_LIBRARY_PATH="$SUBCONVERT/prefix/lib"
-B "$DOC/branches.txt" \
-M "$DOC/modules.txt" \
--gc 1000 --skip \
convert /home/svnsync/dump/boost.svndump
convert /home/svnsync/dump/boost.svndump \
| grep -Ev '^LRU$'

git symbolic-ref HEAD refs/heads/trunk
git prune
Expand Down

0 comments on commit a4abdf4

Please sign in to comment.