ostree/src
Yu Qi Zhang f8fcdba0a5 refs: add "ostree refs --create" and unit tests
Added the ability to create a ref (much like a git tag) for an
existing commit through "ostree refs EXISTING --create=NEWREF".
Previously the only way to create a new ref was by creating a new commit,
but refs --create allows multiple refs to point to the same commit.

The command will fail if:
 - None/more than one existing ref is specified
 - The specified EXISTING tag does not exist, or was not specified
 - The specified NEWREF already exists, or is the name of a folder

Add unit tests in tests-ref.sh to verify above functionality

Closes: #340
Approved by: jlebon
2016-06-15 20:42:30 +00:00
..
boot Introducing ostree-grub-generator 2016-04-04 14:19:35 +00:00
libostree lib: Port some manual close() cleanups to be glnx_fd_close 2016-06-13 14:58:55 +00:00
libotutil lib: Port some manual close() cleanups to be glnx_fd_close 2016-06-13 14:58:55 +00:00
ostree refs: add "ostree refs --create" and unit tests 2016-06-15 20:42:30 +00:00
rofiles-fuse rofiles-fuse: Fix permission comparison 2016-03-16 16:30:53 +01:00
switchroot Remove empty new lines at the EOF 2016-04-07 12:25:24 +00:00