summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/annex-review-unused8
-rwxr-xr-xbin/annex-to-annex8
-rwxr-xr-xbin/annex-to-annex-dropunused8
-rwxr-xr-xbin/annex-to-annex-reinject8
4 files changed, 8 insertions, 24 deletions
diff --git a/bin/annex-review-unused b/bin/annex-review-unused
index 3cc2671..1d4ae11 100755
--- a/bin/annex-review-unused
+++ b/bin/annex-review-unused
@@ -1,7 +1,7 @@
#!/usr/bin/perl
+# PODNAME: annex-review-unused
+# ABSTRACT: interactively process `git annex unused` output
-# annex-review-unused -- interactively process `git annex unused` output
-#
# Copyright (C) 2019-2020 Sean Whitton <spwhitton@spwhitton.name>
#
# This program is free software: you can redistribute it and/or modify
@@ -17,10 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-=head1 NAME
-
-annex-review-unused - interactively process `git annex unused` output
-
=head1 SYNOPSIS
diff --git a/bin/annex-to-annex b/bin/annex-to-annex
index 0ebd771..8d94ba0 100755
--- a/bin/annex-to-annex
+++ b/bin/annex-to-annex
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-
-# annex-to-annex -- use hardlinks to migrate files between git annex repos
+# PODNAME: annex-to-annex
+# ABSTRACT: use hardlinks to migrate files between git annex repos
# Copyright (C) 2019-2020 Sean Whitton
#
@@ -17,10 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-=head1 NAME
-
-annex-to-annex - use hardlinks to migrate files between git annex repos
-
=head1 SYNOPSIS
diff --git a/bin/annex-to-annex-dropunused b/bin/annex-to-annex-dropunused
index 33ddf03..508b79a 100755
--- a/bin/annex-to-annex-dropunused
+++ b/bin/annex-to-annex-dropunused
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-
-# annex-to-annex-dropunused -- drop old hardlinks migrated by annex-to-annex
+# PODNAME: annex-to-annex-dropunused
+# ABSTRACT: drop old hardlinks migrated by annex-to-annex
# Copyright (C) 2019-2020 Sean Whitton
#
@@ -17,10 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-=head1 NAME
-
-annex-to-annex-dropunused - drop old hardlinks migrated by annex-to-annex
-
=head1 SYNOPSIS
diff --git a/bin/annex-to-annex-reinject b/bin/annex-to-annex-reinject
index d7bab2b..023ebe3 100755
--- a/bin/annex-to-annex-reinject
+++ b/bin/annex-to-annex-reinject
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-
-# annex-to-annex-reinject -- use 'git annex reinject' to redo annex-to-annex
+# PODNAME: annex-to-annex-reinject
+# ABSTRACT: use 'git annex reinject' to redo annex-to-annex
# Copyright (C) 2019-2020 Sean Whitton
#
@@ -17,10 +17,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-=head1 NAME
-
-annex-to-annex-reinject - use 'git annex reinject' to redo annex-to-annex
-
=head1 SYNOPSIS