summaryrefslogtreecommitdiff
path: root/bin/annex-to-annex
diff options
context:
space:
mode:
Diffstat (limited to 'bin/annex-to-annex')
-rwxr-xr-xbin/annex-to-annex8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/annex-to-annex b/bin/annex-to-annex
index 517bdcd..ee16f05 100755
--- a/bin/annex-to-annex
+++ b/bin/annex-to-annex
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# PODNAME: annex-to-annex
# ABSTRACT: use hardlinks to migrate files between git annex repos
-
+#
# Copyright (C) 2019-2020 Sean Whitton
#
# This program is free software: you can redistribute it and/or modify
@@ -24,8 +24,8 @@ B<annex-to-annex> [B<--commit>] I<source> ... I<destination>
=head1 DESCRIPTION
This script moves files and directories from one or more git annexes
-into a destination git annex, using hardlinks rather than copying
-files where possible.
+into a destination git annex, where possible using hardlinks instead
+of copying files.
It is useful for splitting and consolidating git annexes. For
example, at the end of the semester I use this script to move files
@@ -48,7 +48,7 @@ changes are merely added to the index.
=head1 SEE ALSO
-git-annex(1)
+git-annex(1), annex-to-annex-dropunused(1), annex-to-annex-reinject(1)
=cut