aboutsummaryrefslogblamecommitdiffstats
path: root/storage/transactional/doc.go
blob: 3a68f5f1df4ee1b52132dad284179e2c3cad35a8 (plain) (tree)
1
2
3
4
5
6
7






                                                                                
// Package transactional is a transactional implementation of git.Storer, it
// demux the write and read operation of two separate storers, allowing to merge
// content calling Storage.Commit.
//
// The API and functionality of this package are considered EXPERIMENTAL and is
// not considered stable nor production ready.
package transactional