aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-03 20:14:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-03 20:14:42 +1200
commit9b979bb8f8debf97e7f19e9fea801eed87cc1562 (patch)
tree6d53bdbe9214959be048e36447056a0d16f75586 /man
parentAdd note to cf(1df) (diff)
downloaddotfiles-9b979bb8f8debf97e7f19e9fea801eed87cc1562.tar.gz
dotfiles-9b979bb8f8debf97e7f19e9fea801eed87cc1562.zip
Remove rmrej(1)
Wrong approach to this problem. `git clean -dfx ; git reset --hard` is probably what's actually needed in most cases.
Diffstat (limited to 'man')
-rw-r--r--man/man1/rmrej.1df17
1 files changed, 0 insertions, 17 deletions
diff --git a/man/man1/rmrej.1df b/man/man1/rmrej.1df
deleted file mode 100644
index 9af77837..00000000
--- a/man/man1/rmrej.1df
+++ /dev/null
@@ -1,17 +0,0 @@
-.TH RMREJ 1df "August 2016" "Manual page for rmrej"
-.SH NAME
-.B rmrej
-\- delete all rejected hunks from a failed patch(1)
-.SH SYNOPSIS
-.B rmrej
-.br
-.B rmrej
-dir
-.SH DESCRIPTION
-.B rmrej
-uses find(1) to find rejected patch hunks (.rej) in the given directory
-(defaulting to the current directory), print their names, and delete them.
-.SH SEE ALSO
-patch(1)
-.SH AUTHOR
-Tom Ryder <tom@sanctum.geek.nz>