]> git.tuebingen.mpg.de Git - paraslash.git/commit
addblob: Overwrite existing blobs.
authorAndre Noll <maan@systemlinux.org>
Wed, 26 Sep 2007 09:29:07 +0000 (11:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 26 Sep 2007 09:29:07 +0000 (11:29 +0200)
commitaf27b1b1828cc3c9d9157905771fb38f4a929110
tree102db5d06513df6080adf6b6679d3dc7ceb4faa8
parent5abf556a8fa8d974bf908672470f7bf09742309a
addblob: Overwrite existing blobs.

Previously, an attempt to add a blob with a name of an already
existing blob failed (siltenly). Just replace the existing blob
with the new contents instead.
blob.c