summaryrefslogtreecommitdiff
path: root/getht.c
AgeCommit message (Collapse)Author
2007-03-11Removed unnecessary command-line warningNick White
Removed warning message about unknown option - get(long)opt already gives that for us. git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-17
2007-03-07various checks & cleanups, default usage, hook scriptNick White
Add file valid checks to update Add file checks to parse contents Remove empty files which don't download Automatically attempt to update contents if they cannot be opened Add default showopts if no options are passed Remove show struct mention in usage Move order of usage Add alternative media toc file option Added commit hook script git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-6
2007-03-05Add long option supportNick White
Added long option support using getopt_long Separated usage to separate function git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-5
2007-03-04Fixed bug causing segfault if -a -n/m were passed togetherNick White
Issue structure was passed incorrectly to parsemedia Fixed fill correct issue(s) if it already exists Added default no_of_media to -1 git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--patch-4
2007-02-28Initial importmaster--base-0Nick White
git-archimport-id: getht@sv.gnu.org/getht--mainline--0.1--base-0