Making things work with libgit2 at 2dc49ea #54

Closed
meatballhat wants to merge 8 commits from working-with-libgit2-at-2dc49ea into master

8 Commits

Author SHA1 Message Date
Dan Buch 4b19276685 Supporting SubmoduleRecurseReset since I noticed it
and for all I know it was intentionally left out.  Whoopsie!
2014-02-19 22:59:46 -05:00
Dan Buch fe04f0f0eb Merge remote-tracking branch 'anulman/catchupTo66af84' into working-with-libgit2-at-2dc49ea
Conflicts:
	git.go
	reference.go
	reference_test.go
	repository.go
	submodule.go
2014-02-19 22:55:33 -05:00
Dan Buch 0e50e091f3 Making things work with libgit2 at 2dc49ea
plus running `gofmt`.
2014-02-19 22:33:54 -05:00
Carlos Martín Nieto 66e1c47619 Merge pull request #41 from libgit2/cmn/threading
Lock the OS thread when acessing errors
2013-12-18 07:19:02 -08:00
Carlos Martín Nieto a40bdfd420 Lock the OS thread when acessing errors
The library stores error information in thread-local storage, which
means we need to make sure that the Go runtime doesn't switch OS
threads between the time we call a function and th time we attempt to
retrieve the error information.
2013-12-18 16:18:32 +01:00
Vicent Martí 625ffd022e Merge pull request #47 from kron4eg/tree_builder_mem_leak
Fix memleak, TreeBuilder, Config and Parent commit
2013-11-18 07:24:37 -08:00
Artiom Di 5e30c192e9 Fix memleak for Config and parent commit objects 2013-11-14 15:24:43 +02:00
Artiom Di 295ec8894c Fix memleak, free TreeBuilder 2013-11-14 13:08:34 +02:00