diff options
author | Shawn Pearce <spearce@spearce.org> | 2015-12-02 21:47:58 -0800 |
---|---|---|
committer | Shawn Pearce <spearce@spearce.org> | 2015-12-02 22:06:06 -0800 |
commit | 3d8e6b1e16092701c31463092e945b8f00886bb7 (patch) | |
tree | d02684d25c4b68bf331ea3c7405df2ad4cac5b86 /org.eclipse.jgit.pgm.test/plugin.properties | |
parent | f109af47d07ecc20767f245a384ebd1dc201b6af (diff) | |
download | jgit-3d8e6b1e16092701c31463092e945b8f00886bb7.tar.gz jgit-3d8e6b1e16092701c31463092e945b8f00886bb7.zip |
Support atomic push in JGit client
This should mirror the behavior of `git push --atomic` where the
client asks the server to apply all-or-nothing. Some JGit servers
already support this based on a custom DFS backend. InMemoryRepository
is extended to support atomic push for unit testing purposes.
Local disk server side support inside of JGit is a more complex animal
due to the excessive amount of file locking required to protect every
reference as a loose reference.
Change-Id: I15083fbe48447678e034afeffb4639572a32f50c
Diffstat (limited to 'org.eclipse.jgit.pgm.test/plugin.properties')
0 files changed, 0 insertions, 0 deletions