]> arthur.barton.de Git - bup.git/commit
git.list_refs: change arg from refnames to patterns
authorRob Browning <rlb@defaultvalue.org>
Sat, 17 Jun 2017 17:36:22 +0000 (12:36 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 18 Jun 2017 20:48:45 +0000 (15:48 -0500)
commit6d12c53dbb08949a14088d283b0aa708829ec164
treee723bb417df441fa3c84555161305ef763b4c8fc
parentb827191ed4100490c65e43dbb2376cd1ac9171ef
git.list_refs: change arg from refnames to patterns

...to make it clearer how they're going to be interpreted, since we
pass them straight to git show-ref.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/prune-older-cmd.py
lib/bup/git.py