]> git.tuebingen.mpg.de Git - paraslash.git/commit
blob.c: Implement pattern matching.
authorAndre Noll <maan@systemlinux.org>
Mon, 24 Sep 2007 16:10:36 +0000 (18:10 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 24 Sep 2007 16:10:36 +0000 (18:10 +0200)
commit60f9b7e82c73870d0fd3c09b5fe1fb61aa38dfd7
tree20c5effedc1b68b065383e333e76b17d36e82aba
parentc15047cf845354f336abf67c270267d016e41167
blob.c: Implement pattern matching.

Most of the blob functions now take a pattern list as arguments,
and the function does the job for all blobs that match any given
pattern in the list.

The only exceptions are addblob and mvblob where a pattern list
does not make sense.
blob.c