]> git.proxmox.com Git - libgit2.git/commit
Throw first error in chain, not rethrow.
authorRussell Belfer <arrbee@arrbee.com>
Thu, 5 Jan 2012 23:03:42 +0000 (15:03 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Thu, 5 Jan 2012 23:03:42 +0000 (15:03 -0800)
commit2d8405025d2037ab5d474b5bb5fbff7b346adce2
tree28731e042c5c45b956a631551326b79d2dcf03e1
parent948431aa013b010ccf6b7f6811da9209d784c1a0
Throw first error in chain, not rethrow.

This is the first time this error is throw, so use git__throw instead
of git__rethrow.
src/config.c