]> git.ipfire.org Git - thirdparty/snapper.git/commit
- moved snapper client to own directory 938/head
authorArvin Schnell <aschnell@suse.de>
Mon, 30 Sep 2024 15:51:56 +0000 (17:51 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 30 Sep 2024 15:51:56 +0000 (17:51 +0200)
commit3388893b94aec6511cd6f53d4c293069b789ebdb
treeaf351b2ad642b13bdcad23c16ee84ed83398d1f0
parentf769b70d1715b87091571ff1b961f149e75669e7
- moved snapper client to own directory
30 files changed:
client/.gitignore
client/Makefile.am
client/snapper/.gitignore [new file with mode: 0644]
client/snapper/GlobalOptions.cc [moved from client/GlobalOptions.cc with 98% similarity]
client/snapper/GlobalOptions.h [moved from client/GlobalOptions.h with 100% similarity]
client/snapper/Makefile.am [new file with mode: 0644]
client/snapper/MyFiles.cc [moved from client/MyFiles.cc with 97% similarity]
client/snapper/MyFiles.h [moved from client/MyFiles.h with 97% similarity]
client/snapper/cmd-cleanup.cc [moved from client/cmd-cleanup.cc with 98% similarity]
client/snapper/cmd-create-config.cc [moved from client/cmd-create-config.cc with 96% similarity]
client/snapper/cmd-create.cc [moved from client/cmd-create.cc with 98% similarity]
client/snapper/cmd-debug.cc [moved from client/cmd-debug.cc with 96% similarity]
client/snapper/cmd-delete-config.cc [moved from client/cmd-delete-config.cc with 96% similarity]
client/snapper/cmd-delete.cc [moved from client/cmd-delete.cc with 97% similarity]
client/snapper/cmd-diff.cc [moved from client/cmd-diff.cc with 96% similarity]
client/snapper/cmd-get-config.cc [moved from client/cmd-get-config.cc with 95% similarity]
client/snapper/cmd-list-configs.cc [moved from client/cmd-list-configs.cc with 95% similarity]
client/snapper/cmd-list.cc [moved from client/cmd-list.cc with 98% similarity]
client/snapper/cmd-modify.cc [moved from client/cmd-modify.cc with 97% similarity]
client/snapper/cmd-mount.cc [moved from client/cmd-mount.cc with 96% similarity]
client/snapper/cmd-rollback.cc [moved from client/cmd-rollback.cc with 98% similarity]
client/snapper/cmd-set-config.cc [moved from client/cmd-set-config.cc with 95% similarity]
client/snapper/cmd-setup-quota.cc [moved from client/cmd-setup-quota.cc with 96% similarity]
client/snapper/cmd-status.cc [moved from client/cmd-status.cc with 97% similarity]
client/snapper/cmd-umount.cc [moved from client/cmd-umount.cc with 96% similarity]
client/snapper/cmd-undochange.cc [moved from client/cmd-undochange.cc with 98% similarity]
client/snapper/cmd-xadiff.cc [moved from client/cmd-xadiff.cc with 98% similarity]
client/snapper/cmd.h [moved from client/cmd.h with 99% similarity]
client/snapper/snapper.cc [moved from client/snapper.cc with 98% similarity]
configure.ac