Joey Hess
d797f750e4
comment
2017-03-02 17:28:43 -04:00
Joey Hess
1e31a7c93a
show how this is not specific to git-annex at all
2017-03-02 17:24:49 -04:00
mbroadhead
b35a50ccab
2017-03-02 18:51:38 +00:00
Joey Hess
874232f1a6
status: Propigate nonzero exit code from git status.
2017-03-02 14:09:42 -04:00
Joey Hess
1e9e96fa40
followup
2017-03-02 14:00:55 -04:00
Joey Hess
fe28cbcd9e
comment
2017-03-02 13:23:27 -04:00
Joey Hess
8c1eda75b5
title
2017-03-02 13:20:17 -04:00
Joey Hess
995f58a04c
Merge branch 'master' of ssh://git-annex.branchable.com
2017-03-02 13:19:13 -04:00
Joey Hess
e83a2a2691
comment
2017-03-02 13:18:37 -04:00
Michel
6e6a90805d
2017-03-02 09:20:15 +00:00
yarikoptic
bc768d96a9
initial whining
2017-03-01 14:34:35 +00:00
michalrus
5fb21f1260
Added a comment
2017-02-25 18:47:36 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
4a7ae6f9c0
Added a comment
2017-02-24 13:00:10 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
9f9d7ae029
Added a comment
2017-02-22 16:48:04 +00:00
db48x
283aca3dfb
2017-02-22 00:37:22 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
69f7b8af48
Added a comment
2017-02-21 06:20:35 +00:00
Joey Hess
a53daff32c
question
2017-02-20 16:14:43 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
2e2bc1895f
removed
2017-02-20 19:07:55 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
15cf298271
Added a comment
2017-02-20 19:07:22 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
6728330b2c
Added a comment
2017-02-20 19:06:58 +00:00
Joey Hess
3488679a81
comment
2017-02-20 14:49:03 -04:00
Joey Hess
221f62ea5e
comment
2017-02-20 14:37:59 -04:00
Joey Hess
a13c0ce66c
adjust: Fix behavior when used in a repository that contains submodules.
...
Also fixed the LsFiles parser to not assume its output has a fixed width
type field.
2017-02-20 13:44:55 -04:00
Joey Hess
5169f84f22
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-20 13:11:19 -04:00
Joey Hess
6e6a36fd5b
comment
2017-02-20 13:10:48 -04:00
Joey Hess
da207245f1
comment
2017-02-20 12:49:16 -04:00
Joey Hess
c5cf5cf03a
git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite.
...
The p2p code made it always be needed.
This commit was sponsored by Anthony DeRobertis on Patreon.
2017-02-20 12:21:35 -04:00
Joey Hess
74a942382d
comment
2017-02-20 12:07:20 -04:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
76f4cde9cc
2017-02-20 08:12:10 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
27a40a97cd
2017-02-20 07:58:33 +00:00
m@2be305d83b52202ec4364229a836f463a6701336
2a9599c176
2017-02-19 19:03:24 +00:00
Joey Hess
e93d4bfa85
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-17 12:31:47 -04:00
yarikoptic
7fa1329877
initial whining
2017-02-17 15:30:32 +00:00
lasitus
ccdb4bdfa1
Added a comment
2017-02-17 03:23:46 +00:00
Joey Hess
a2b848aba2
cleanup
2017-02-16 16:00:18 -04:00
JohnKozak
fa244ac433
removed
2017-02-16 18:45:41 +00:00
JohnKozak
b15ad04f33
Added a comment
2017-02-16 18:44:36 +00:00
JohnKozak
9d563d6f4c
remove crud from transcript
2017-02-16 17:59:54 +00:00
JohnKozak
81d0eb3567
2017-02-16 13:56:30 +00:00
andy
b36e8e53c3
Added a comment
2017-02-16 06:34:50 +00:00
Joey Hess
f07af03018
Run ssh with -n whenever input is not being piped into it
...
... to avoid it consuming stdin that it shouldn't.
This fixes git-annex-checkpresentkey --batch remote, which didn't output
results for all keys passed into it.
Other git-annex commands that communicate with a remote over ssh may also
have been consuming stdin that they shouldn't have, which could have
impacted using them in eg, shell scripts. For example, a shell script
reading files from stdin and passing them to git annex drop would be
impacted by this bug, whenever git annex drop ran git-annex-shell
checkpresent, it would consume part/all of the stdin that the shell script
was supposed to consume.
Fixed by adding a ConsumeStdin parameter to Annex.Ssh.sshOptions, which
is used throughout git-annex to run ssh (in order for ssh connection
caching to work). Every call site was checked to see if it used
CreatePipe for stdin, and if not was marked NoConsumeStdin.
2017-02-15 15:08:46 -04:00
lasitus
c8f87f1433
Added a comment
2017-02-15 16:01:39 +00:00
CandyAngel
aadd43e81c
2017-02-15 11:13:25 +00:00
lasitus
fb356bd39c
Added a comment
2017-02-15 02:17:25 +00:00
lasitus
aec64ce496
removed
2017-02-15 02:14:05 +00:00
lasitus
5227da6d8a
Added a comment
2017-02-15 02:13:25 +00:00
db48x
1f7b8373cc
Added a comment
2017-02-14 21:10:13 +00:00
lasitus
9d690a18bd
Added a comment
2017-02-14 19:08:38 +00:00
Joey Hess
4e3f4f6e4e
comment
2017-02-14 14:54:53 -04:00
lasitus
2233a50f45
Added a comment
2017-02-14 18:46:22 +00:00
Joey Hess
3b22ad9f47
Work around sqlite's incorrect handling of umask when creating databases.
...
Refactored some common code into initDb.
This only deals with the problem when creating new databases. If a repo
got bad permissions into it, it's up to the user to deal with it.
This commit was sponsored by Ole-Morten Duesund on Patreon.
2017-02-13 17:39:16 -04:00
Joey Hess
47a4b552c0
comment
2017-02-13 16:11:58 -04:00
Joey Hess
952474dabc
comment
2017-02-13 14:43:31 -04:00
Joey Hess
6479bf7158
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-13 12:46:15 -04:00
lasitus
e4218c0369
2017-02-13 03:08:14 +00:00
Edward Betts
0750913136
correct spelling mistakes
2017-02-12 17:30:23 -04:00
Joey Hess
1f43ecdf0e
comment
2017-02-10 14:04:55 -04:00
Joey Hess
e2c98f5788
Added git template directory to Linux standalone tarball and OSX app bundle.
...
Git does not provide a switch to find out where this directory is, and
while the git-init man page says it will always be in
/usr/share/git-core/templates, that's not the case on OSX with git
installed from homebrew. So, I used a hack taking the --man-path and
constructing a path from that. Works on both Debian and OSX at least.
2017-02-10 13:55:54 -04:00
yarikoptic
938db690a8
2017-02-10 02:33:49 +00:00
yarikoptic
c4f1d00a70
Added a comment
2017-02-10 01:38:33 +00:00
benjamin.poldrack@d09ccff6d42dd20277610b59867cf7462927b8e3
16be7b5cc5
Added a comment
2017-02-09 09:05:34 +00:00
dharrison@27b3fc3aa4a83cdc03f8e82ab4a8d4f6455e603d
de77aa6965
New Bug Report
2017-02-08 01:42:30 +00:00
Joey Hess
539784a1f0
close as dup
2017-02-07 15:21:55 -04:00
Joey Hess
d644316c94
respond and close
2017-02-07 15:18:45 -04:00
Joey Hess
7487b4da47
comment
2017-02-07 13:51:23 -04:00
Joey Hess
3439f3cc87
assistant: Make --autostart --foreground wait for the children it starts.
...
Before, the --foreground was ignored when autostarting.
This commit was sponsored by Denis Dzyubenko on Patreon.
2017-02-07 13:31:45 -04:00
Joey Hess
571eca4680
comment
2017-02-07 13:11:02 -04:00
Joey Hess
655f707990
Fix build with aws 0.16. Thanks, aristidb.
2017-02-07 13:01:57 -04:00
Joey Hess
5f873be329
comment
2017-02-07 12:56:13 -04:00
yarikoptic
2f2721c932
Added a comment
2017-02-06 20:46:29 +00:00
yarikoptic
f5f3eb0b31
initial whining
2017-02-06 19:25:47 +00:00
http://xgm.de/oid/
840f3e3624
2017-02-05 18:17:08 +00:00
trenta3
483c3f57aa
Added feature request for local state variables in special remote protocol
2017-02-05 15:52:55 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
411c5d6528
Added a comment
2017-02-05 12:49:22 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
6d85d011d9
Added a comment
2017-02-05 12:29:27 +00:00
aristidb@4551cc1215222a56e271a796b92908680f3941b5
aaf4998462
2017-02-05 12:26:10 +00:00
ilovezfs
8cbcf4cfaa
2017-02-05 12:21:37 +00:00
http://xgm.de/oid/
727aaed630
2017-02-05 10:37:00 +00:00
http://xgm.de/oid/
4bd5daa277
2017-02-05 10:33:37 +00:00
Joey Hess
3fe9d99f24
wormhole pairing appid flag day 2021-12-31
...
Wormhole pairing will start to provide an appid to wormhole on 2021-12-31.
An appid can't be provided now because Debian stable is going to ship a
older version of git-annex that does not provide an appid. Assumption is
that by 2021-12-31, this version of git-annex will be shipped in a Debian
stable release. If that turns out to not be the case, this change will need
to be cherry-picked into the git-annex in Debian stable, or its wormhole
pairing will break.
This commit was sponsored by Thomas Hochstein on Patreon.
2017-02-03 15:06:40 -04:00
yarikoptic
14ed673aba
initial whining
2017-02-03 15:10:41 +00:00
Joey Hess
2d2f72abf0
add missing extra-deps
2017-02-02 14:24:06 -04:00
Joey Hess
66afc38366
Merge branch 'master' of ssh://git-annex.branchable.com
2017-02-02 14:18:45 -04:00
Joey Hess
1590007d6b
comment
2017-02-02 14:18:17 -04:00
hello@d445805275613da28bcccb402c444f2a63e7b7f9
6918f548e0
2017-02-02 08:13:56 +00:00
mschiff
288a529d2a
2017-01-31 22:01:31 +00:00
mschiff
be899558f9
2017-01-31 22:00:58 +00:00
mschiff
3a6a96c1db
2017-01-31 21:58:54 +00:00
Joey Hess
88e7d787e2
fix link
2017-01-31 13:25:37 -04:00
Joey Hess
8ee86a5cad
comment
2017-01-31 13:24:34 -04:00
Joey Hess
ae2ff452a4
comment
...
This commit was sponsored by Brock Spratlen on Patreon.
2017-01-31 13:10:54 -04:00
Joey Hess
cfe3d37dc3
fix formatting of comment
2017-01-31 12:32:03 -04:00
Joey Hess
e5b733ba22
close
2017-01-31 11:25:38 -04:00
Joey Hess
a4192b5612
close old xmpp bug
2017-01-31 11:24:15 -04:00
Joey Hess
280442ca2c
Remove -j short option for --json-progress; that option was already taken for --json.
...
This commit was sponsored by Trenton Cronholm.
2017-01-30 12:46:42 -04:00
Joey Hess
ab867a7af9
responses
2017-01-30 12:42:02 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
b17cdc8fb2
report on initial findings
2017-01-27 14:45:32 +00:00
konubinix
d256907889
Added a comment: Same here
2017-01-26 11:20:32 +00:00
konubinix
87ce119f2f
Added a comment: Same here
2017-01-26 11:20:12 +00:00
konubinix
9046a54841
Added a comment: Same here
2017-01-26 11:19:51 +00:00
konubinix
60ac371fd0
Added a comment: Same here
2017-01-26 11:19:24 +00:00
konubinix
f1ad964ad8
Added a comment: Same here
2017-01-26 11:19:02 +00:00
jaylangseth@fa84aeedaf6dd96a51e93b012339ac09fb4dc135
b957509c39
2017-01-24 18:38:22 +00:00
andrew
7b3b241718
2017-01-22 17:56:07 +00:00
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08
fab38840de
formating
2017-01-22 11:51:03 +00:00
florian-git-annex@90936f45daa5a57ed4b867f7ebc35e23acad1a08
bd1afb1ba3
bug: Errors on Android: referenceTable GDEF length=778, referenceTable GSUB length=6388, referenceTable GPOS length=76868
2017-01-22 11:49:36 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
847d8ed923
Added a comment
2017-01-21 15:08:20 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a518ac7c2b
2017-01-20 15:05:23 +00:00
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56
b34e135580
removed
2017-01-20 10:14:41 +00:00
pa.aronsson@1f04cce52a3649f5485c62c1f97bf157b1d3ba56
7547a8a745
Added a comment: Isn't the ending "." in the host name the problem?
2017-01-20 09:53:56 +00:00
jesrui@51c25da8d6f34e6df8e3e7ed0277335ed7ddf6a6
fb8385c5b3
2017-01-17 01:07:04 +00:00
xloem
ec8aed4db5
Added a comment
2017-01-16 12:48:37 +00:00
xloem
80376cf7d2
Added a comment
2017-01-16 12:47:04 +00:00
xloem
2fc286fe24
2017-01-16 12:06:01 +00:00
Øyvind A. Holm
1ecfefbf96
Add comment at the start of the bug report
...
f83746bc-dbe0-11e6-8cb8-f74d993421b0
2017-01-16 12:41:38 +01:00
sunny256
51d630f3e6
Added a comment: Wrong permissions
2017-01-16 11:17:31 +00:00
sunny256
7ed762e5a7
Added a comment: Found the reason
2017-01-16 11:03:45 +00:00
sunny256
610846f2e6
Add bug report about SQLite error
2017-01-16 10:15:36 +00:00
Asureus
d1a589045b
2017-01-15 14:36:54 +00:00
Asureus
dc2d53e83a
2017-01-15 14:34:40 +00:00
dermungo@19d0cb1f22d4169b48363cfff60c9ede2c14fffa
31857bec77
Added a comment: Work around
2017-01-13 14:54:40 +00:00
https://joelpurra.com/
e0675b9de1
Added a comment: macOS HFS+, core.precomposeUnicode
2017-01-13 14:27:15 +00:00
Joey Hess
a9d9fff33e
close
2017-01-09 23:27:12 -04:00
t.z.mates
bc274b4d24
Added a comment
2017-01-08 06:43:48 +00:00
alpernebbi
5b2cdf0dc6
Bug report: Wrong backend extension in files with multiple dots
2017-01-06 14:24:33 +00:00
johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2
6fe98cc74b
Added a comment: Solution
2017-01-06 12:19:47 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
47fcf06cb9
Added a comment: fresh git annex standalone was uploaded to NeuroDebian
2017-01-03 16:03:53 +00:00
warner-git-annex@bf2d2b8e1ef3378cde054ae2c6d7081646369916
79ea34ff6d
2017-01-03 04:32:25 +00:00
Abdo
9084cf275c
2017-01-02 10:21:02 +00:00
https://itorres.net/
c8eeb17dad
Added a comment: Issue appeared on Android 6.0 (SDK 23)
2016-12-31 14:33:25 +00:00
ghen1
99d7cb07f5
Added a comment: To Reproduce
2016-12-31 14:19:07 +00:00
Joey Hess
8df8733dc3
response
2016-12-30 18:27:28 -04:00
ghen1
f6fb0ec566
2016-12-30 21:25:34 +00:00
ghen1
65b989f406
2016-12-30 21:13:29 +00:00
Joey Hess
93f7d114db
Merge branch 'no-xmpp'
2016-12-28 12:26:16 -04:00
Joey Hess
b701247b06
close; fixed in shakespeare
2016-12-28 12:26:05 -04:00
https://launchpad.net/~felixonmars
1fdbd066b3
Added a comment
2016-12-28 03:04:52 +00:00
Joey Hess
aa6465fdd1
response
2016-12-27 17:26:31 -04:00
Joey Hess
7bce73bf27
Merge branch 'master' into no-xmpp
2016-12-27 16:44:44 -04:00
https://launchpad.net/~felixonmars
d698e440b7
2016-12-27 09:06:45 +00:00
Asureus
c3290d202a
Added a comment: one more thing
2016-12-25 14:46:46 +00:00
Asureus
6af17e66ef
2016-12-25 14:26:02 +00:00
Joey Hess
ab66bbfeb6
Merge branch 'master' into no-xmpp
2016-12-24 15:01:55 -04:00
https://launchpad.net/~r0lf
020c67215f
Added a comment
2016-12-24 17:56:13 +00:00
Joey Hess
f7e81245c4
comment
2016-12-24 12:58:45 -04:00
Joey Hess
3110cedb5b
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-24 12:55:58 -04:00
Joey Hess
fd0b9aaa57
close
2016-12-24 12:07:50 -04:00
Joey Hess
22252e8e4c
Revert "close"
...
This reverts commit 3aaabc906b
.
Commit contained incomplete work.
2016-12-24 12:07:15 -04:00
Joey Hess
3aaabc906b
close
2016-12-22 13:59:21 -04:00
http://svario.it/gioele
458a786c4d
Added a comment: compiled with GHC 8, but LOCPATH is still set
2016-12-21 21:51:09 +00:00
tom@6463e5ce4c0e478cb7583fb37288d6954e17bfc6
babfe5acbb
2016-12-21 04:18:13 +00:00
t.z.mates
a221b3fb1b
Added a comment
2016-12-20 23:08:44 +00:00
Joey Hess
e312ec3750
Fix build with directory-1.3.
...
See https://github.com/haskell/directory/issues/66
2016-12-20 15:23:59 -04:00
ilovezfs
31347df435
2016-12-20 18:28:25 +00:00
m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e98
a58c74b502
Added a comment
2016-12-19 22:33:14 +00:00
Joey Hess
8136c72fa1
further analysis
2016-12-19 18:08:27 -04:00
Joey Hess
95c8b37544
Linux standalone: Improve generation of locale definition files, supporting locales such as, en_GB.UTF-8.
2016-12-19 17:03:52 -04:00
Joey Hess
df5a0059ca
analysis
2016-12-19 16:28:12 -04:00
Joey Hess
a13b789d04
followup
2016-12-19 15:54:47 -04:00
m8r-achx62@7323980ed426b7f78c85dfefe7358672bce44e98
2808d11d95
2016-12-19 01:43:53 +00:00
ddenis
3ae91fbddc
2016-12-18 23:38:30 +00:00
xloem
6402318e85
Added a comment: Coda
2016-12-18 14:56:18 +00:00
moc514@eb7af2cd9147722b29f32b6606feb2b8563dfac8
36f22f7073
Added a comment: Nexus 6p
2016-12-16 02:08:21 +00:00
alpernebbi
d395be5b38
metadata --batch UTF-8 bug
2016-12-14 09:30:10 +00:00
Joey Hess
469bfa7ff3
Make all --batch input, as well as fromkey and registerurl stdin be processed without requiring it to be in the current encoding.
2016-12-13 15:35:04 -04:00
Joey Hess
e0ab4fe748
response
2016-12-13 12:54:28 -04:00
Joey Hess
3bf31075ed
comment
2016-12-13 12:43:20 -04:00
Joey Hess
61944ad12c
close
2016-12-13 12:19:44 -04:00
Joey Hess
3b3d6b63e6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-13 12:16:18 -04:00
Joey Hess
48d9624a2d
Revert ServerAliveInterval
...
Revert ServerAliveInterval change in 6.20161111, which caused problems
with too many old versions of ssh and unusual ssh configurations.
It should have not been needed anyway since ssh is supposted to
have TCPKeepAlive enabled by default.
2016-12-13 12:12:38 -04:00
Joey Hess
1d516069d8
close
2016-12-13 12:00:37 -04:00
Joey Hess
11fd49870c
comment
2016-12-13 11:58:56 -04:00
Joey Hess
59fead6da3
Pass annex.web-options to wget and curl after other options, so that eg --no-show-progress can be set by the user to disable the default --show-progress.
2016-12-13 11:56:23 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
b55d5a216d
Added a comment
2016-12-13 15:52:35 +00:00
Joey Hess
d9490685fd
metadata --batch: Fix bug when conflicting metadata changes were made in the same batch run.
...
1 microsecond delay is ugly.. but, maintaining an queue of a list of timestamps
and taking a new one from the queue each time around, or maintaining a timestamp
counter, would probably be slower.
2016-12-13 11:07:49 -04:00
Joey Hess
f01b4cbf7c
analysis
2016-12-13 10:57:11 -04:00
Joey Hess
e08761288d
analysis
2016-12-13 10:49:39 -04:00
Joey Hess
d35d87d8d8
analysis
2016-12-13 10:46:24 -04:00
Joey Hess
63a49d4df8
comment
2016-12-12 13:31:58 -04:00
Joey Hess
63da8d88bb
Merge branch 'master' of ssh://git-annex.branchable.com
2016-12-12 13:28:50 -04:00
Joey Hess
bb66e098b1
linux standalone builds should have "unable to decommit memory" bug fixed
2016-12-11 15:37:52 -04:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
c3ab3c6682
2016-12-11 17:46:03 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
8283b1c924
Added a comment: Nope a Fluke
2016-12-11 13:26:29 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
f58b13435e
Added a comment: Verification
2016-12-11 00:59:50 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
5fb7b87bf0
Added a comment
2016-12-11 00:26:42 +00:00
Joey Hess
d44694cdd1
followup
2016-12-10 11:31:55 -04:00
Joey Hess
749623df86
fixed
2016-12-10 10:47:16 -04:00
alpernebbi
bbc5e4f4f3
Added a comment: Patch to fix aws head build issue
2016-12-10 13:08:58 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
efa71e70a4
Added a comment: Corrupt Links Produced, Significant Data Loss
2016-12-10 12:31:32 +00:00
alpernebbi
d07a85e74e
Added a comment
2016-12-10 07:36:04 +00:00
Joey Hess
da8c65601f
comment
2016-12-08 17:12:02 -04:00
Joey Hess
43e7044b43
comment
2016-12-08 17:10:24 -04:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
3dc64fe867
2016-12-06 13:56:13 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
89ff5bece0
2016-12-06 13:03:51 +00:00
0xloem@0bd8a79a57e4f0dcade8fc81d162c37eae4d6730
b8e27383fd
2016-12-06 13:01:51 +00:00
alpernebbi
7222ed2b20
2016-12-05 21:55:55 +00:00
alpernebbi
0e1c2ff1a4
Added a comment: UTF-8 problems in some other commands
2016-12-05 20:46:07 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
e0be5b354a
"fixed" by reading --help
2016-12-04 16:20:00 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
8cb409150c
added forgotten author tag
2016-12-04 15:54:32 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
3b7a51ea0e
initial report
2016-12-04 15:52:29 +00:00