summaryrefslogtreecommitdiff
path: root/bin/annex-to-annex
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-06 09:42:20 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-06 09:42:20 -0700
commitccf0a346b6d28f03afb4d87ac6da554347a75e37 (patch)
tree24a3071f586aace47183094c01b8c9f97e1ada43 /bin/annex-to-annex
parent3764a4f8ee4858f965e4508c5436f4b44df97d4a (diff)
downloadp5-Git-Annex-ccf0a346b6d28f03afb4d87ac6da554347a75e37.tar.gz
improvements & tweaks to docs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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