Joey Hess
d0cf4b2dd4
let bash completion complete files
2015-07-09 02:01:27 -04:00
Joey Hess
bd9ed413ce
few more subcommand --help improvements
2015-07-09 01:53:15 -04:00
Joey Hess
d8d1499229
finalOpt is the same as optional
2015-07-09 01:02:27 -04:00
Joey Hess
1090a3dcd7
Merge branch 'master' of ssh://git-annex.branchable.com
2015-07-08 20:25:10 -04:00
dave@2ab82f485adf7e2ce787066e35f5f9789bff430b
4eab9f7909
Added a comment: apt-get build-dep fails
2015-07-09 00:07:32 +00:00
Joey Hess
ad8194d1df
devblog
2015-07-08 19:40:49 -04:00
Joey Hess
463709ab2a
improve autocorrection code so that --bash-completion-script etc will work
...
git-annex --bash-completion-script git-annex will now work; before
the command autocorrection would screw it up
2015-07-08 19:38:56 -04:00
sfowijowa
b25a819dc6
2015-07-08 23:28:50 +00:00
Joey Hess
3332df2c52
improve --help display for commands
2015-07-08 18:31:44 -04:00
Joey Hess
60806dd191
wip
2015-07-08 17:59:06 -04:00
Joey Hess
6a88c7c101
converted fsck's options to optparse-applicative
...
Global options and seeking and key options are still to be done.
2015-07-08 16:58:54 -04:00
Joey Hess
b59b8be737
generalize parseDuration so it can be used in the ReadM monad
2015-07-08 16:08:26 -04:00
Joey Hess
7d9072d1db
remove git-annex help options display
...
Common options will be displayed in the --help for a command by
optparse-applicative.
2015-07-08 15:41:54 -04:00
Joey Hess
92d8f80bff
support cmdnorepo actions, also using getopt-applicative there
2015-07-08 15:39:05 -04:00
konubinix
c98135f39f
Added a comment: Thank you for your answer
2015-07-08 19:33:35 +00:00
Joey Hess
6e5c1f8db3
convert all commands to work with optparse-applicative
...
Still no options though.
2015-07-08 15:08:02 -04:00
Joey Hess
3125da54f6
display cmdparamdesc in optparse-applicative usage messages
...
Since optparse-applicative display "FOO" as "[FOO]", the paramOptional
modifier which wrapped it in square brackets was removed from most places.
2015-07-08 13:39:11 -04:00
Joey Hess
a2ba701056
started converting to use optparse-applicative
...
This is a work in progress. It compiles and is able to do basic command
dispatch, including git autocorrection, while using optparse-applicative
for the core commandline parsing.
* Many commands are temporarily disabled before conversion.
* Options are not wired in yet.
* cmdnorepo actions don't work yet.
Also, removed the [Command] list, which was only used in one place.
2015-07-08 13:36:25 -04:00
dirk.schmidt@045f26624b94d351628bbb315f94150d627fb18b
894415228b
Added a comment: Webapp don open
2015-07-08 12:49:02 +00:00
Joey Hess
4018e5f6f1
better method for running tasty's optparse as a subcommand
2015-07-08 00:39:19 -04:00
ghen1
da61ec46f0
Added a comment
2015-07-08 04:08:28 +00:00
Joey Hess
0a3541a8d5
refactor
2015-07-08 00:03:28 -04:00
ghen1
6bc3771b66
2015-07-08 03:58:25 +00:00
Joey Hess
aea694ed3f
Removed support for optparse-applicative versions older than 0.10.
...
Debian stable has 0.10.0.
2015-07-07 23:54:46 -04:00
acous
b5ccfa7023
Added a comment
2015-07-07 22:25:40 +00:00
Joey Hess
38215b7463
devblog
2015-07-07 17:38:02 -04:00
Joey Hess
24800b1bf1
Only look at reflogs for relevant branches, not for git-annex branches
...
This speeds it up quite a bit.. May still be too slow in large repos.
2015-07-07 17:36:30 -04:00
Joey Hess
600717417f
update comment
2015-07-07 17:23:02 -04:00
Joey Hess
b11d2f5a8a
unused: --used-refspec can now be configured to look at refs in the reflog. This provides a way to not consider old versions of files to be unused after they have reached a specified age, when the old refs in the reflog expire.
...
May be slow.
2015-07-07 17:13:50 -04:00
Joey Hess
a51b98cdd5
sync: When annex.autocommit=false, avoid making any commit of local changes, while still merging with remote to the extent possible.
2015-07-07 16:36:11 -04:00
Joey Hess
81ad277a85
add: Stage symlinks the same as git add would, even if they are not a link to annexed content.
2015-07-07 16:15:30 -04:00
Joey Hess
772dd88ae9
close; use receive.denyCurrentBranch=updateInstead
2015-07-07 16:00:25 -04:00
Joey Hess
60fc25e9d3
merge: Avoid creating the synced/master branch.
...
The branch needs to be created when merging from the remote in sync,
since we diff between it and the remote's sync branch. But git annex merge
should not be creating sync branches.
2015-07-07 15:53:27 -04:00
Joey Hess
76bc0ce2a2
comment
2015-07-07 15:31:24 -04:00
Joey Hess
c6210902c0
merge 2 bugs
2015-07-07 15:12:03 -04:00
Joey Hess
1970c323c1
belated followup
2015-07-07 14:58:38 -04:00
Joey Hess
202f9bf06a
comments
2015-07-07 14:50:47 -04:00
Joey Hess
625303226d
import: Fix failure of cross-device import on Windows.
...
As well as import, 2 other places ran "mv" manually, so changed them to use
moveFile as well.
2015-07-07 14:48:23 -04:00
Joey Hess
99a99b3f65
followup
2015-07-07 14:08:30 -04:00
Joey Hess
0964628818
clarify
2015-07-07 13:49:58 -04:00
Joey Hess
53d1259df6
comment
2015-07-07 13:37:05 -04:00
Joey Hess
f8bc2d159e
clarify
2015-07-07 13:20:57 -04:00
Joey Hess
751f9c40ce
On linux, pass --as-needed to linker to avoid linking with unused shared libraries including libyaml.
2015-07-07 13:19:13 -04:00
Joey Hess
a59185da5f
moreinfo
2015-07-07 13:00:58 -04:00
Joey Hess
78d60eef27
Merge branch 'master' of ssh://git-annex.branchable.com
2015-07-07 11:53:33 -04:00
etesial@f4797a6d725e971a2d41f3cbcf174991da178c29
91461f26b7
Added a comment
2015-07-07 14:45:32 +00:00
robduff
cc869b0047
2015-07-07 12:56:32 +00:00
Joey Hess
f8a11a6ce8
add cjdns and tor also
2015-07-07 01:01:57 -04:00
Joey Hess
99362230bb
update; mention snow and generalize the design some
2015-07-07 00:43:45 -04:00
sunny256
5436e10a96
Added a comment
2015-07-06 22:33:48 +00:00