Joey Hess
5da7f703b0
comment
2023-05-30 14:30:39 -04:00
jgoerzen
e1fa970010
2023-05-30 12:23:28 +00:00
jgoerzen
4547a467b1
2023-05-30 00:37:10 +00:00
jgoerzen
da99a12f21
2023-05-30 00:35:54 +00:00
Mowgli
5fe8ae8f87
Added a comment: Use locales for that porpose
2023-05-29 22:42:13 +00:00
matthew.cieslak@100d765b497d71318a302445df55bbab4b78f4d5
8dfc5dc16e
2023-05-25 13:44:52 +00:00
Joey Hess
f1cdb79ca4
assist: honor gitignore
...
Sponsored-by: Graham Spencer on Patreon
2023-05-24 14:04:09 -04:00
nobodyinperson
0b9b85f009
2023-05-24 14:59:40 +00:00
Joey Hess
c64436518f
comment
2023-05-23 12:00:01 -04:00
Joey Hess
b46126cd87
comment
2023-05-23 11:45:17 -04:00
Mowgli
b7788c718b
2023-05-23 13:10:45 +00:00
yarikoptic
2616f7f0d3
Added a comment
2023-05-19 19:22:04 +00:00
Joey Hess
0f89d221bd
version: Avoid error message when entire output is not read
...
Sponsored-by: Dartmouth College's Datalad project
2023-05-19 15:00:57 -04:00
yarikoptic
b76a44511b
Added a comment
2023-05-19 18:49:48 +00:00
yarikoptic
b22d49b7f1
Added a comment
2023-05-19 18:49:29 +00:00
yarikoptic
b8a03643e5
Added a comment
2023-05-19 18:47:49 +00:00
Joey Hess
c4ad9b1446
Fix bug in -z handling of trailing NUL in input
...
The obvious way to fix this would be to adapt lines to split on null.
However, it's actually nontrivial to rewrite lines. In particular it has a
weird implementation to avoid a space leak. See:
https://gitlab.haskell.org/ghc/ghc/-/issues/4334
Also, while that is a small amount of code, it's covered by a rather
complex copyright and I'd have to include that copyright in git-annex.
So, I opted to filter out the trailing empty string instead.
Sponsored-by: Dartmouth College's Datalad project
2023-05-19 14:34:02 -04:00
Joey Hess
0184421a4d
comment
2023-05-19 13:53:21 -04:00
yarikoptic
d73467ebf7
dropkey -z not working
2023-05-19 13:53:46 +00:00
Joey Hess
96c372ac85
document how to include= a path with a space in it
...
POSIX character classes allowed in globs was a surprise, but just
happened to fall out of the implementation in a way that seems
to behave correctly.
mdwn2man has to be tweaked to render the example properly.
The line I modified is the one that strips ikiwiki wikilinks out of the
man page.
Sponsored-by: Graham Spencer on Patreon
2023-05-15 16:02:06 -04:00
Joey Hess
0da0e2efcc
add git config debugging
...
(and process cwd debugging)
Sponsored-by: Dartmouth College's Datalad project
2023-05-15 15:35:29 -04:00
aurtzy
4581f11243
Added a comment
2023-05-14 02:52:38 +00:00
yarikoptic
7cffb65de6
original issue -- need more logging
2023-05-12 19:06:50 +00:00
jstritch
005c474a05
2023-05-08 13:52:43 +00:00
Joey Hess
b90c2156a6
forwarded git bug
2023-05-02 13:27:04 -04:00
Joey Hess
72fb1262a3
comment
2023-05-01 17:10:31 -04:00
Joey Hess
460992d2a1
comment
2023-05-01 17:08:44 -04:00
Joey Hess
703014d989
beat my head against this bug for a couple hours
2023-05-01 17:05:51 -04:00
Joey Hess
57c1b4f5e5
initremote: Avoid creating a remote that is not encrypted when gpg is broken
...
checksize was applied lazily, so the exception didn't happen until the
remote was set up.
Sponsored-by: k0ld on Patreon
2023-05-01 13:00:05 -04:00
Joey Hess
0bf983d3ab
fixed related issue
2023-05-01 12:07:20 -04:00
Joey Hess
aff37fc208
avoid annexFileMode special case
...
This makes annexFileMode be just an application of setAnnexPerm',
which avoids having 2 functions that do different versions of the same
thing.
Fixes some buggy behavior for some combinations of core.sharedRepository
and umask.
Sponsored-by: Jack Hill on Patreon
2023-04-27 15:58:37 -04:00
Joey Hess
67f8268b3f
Support core.sharedRepository=0xxx at long last
...
Sponsored-by: Brett Eisenberg on Patreon
2023-04-26 17:03:29 -04:00
Joey Hess
4358545a3e
note
2023-04-25 19:36:23 -04:00
Joey Hess
96cb6d2157
close and followup
2023-04-25 19:32:51 -04:00
Joey Hess
cd05cfc035
comment
2023-04-25 13:19:28 -04:00
Joey Hess
26953ad3a6
comment
2023-04-25 13:18:01 -04:00
BillyIII
38825e089d
removed
2023-04-24 23:22:08 +00:00
BillyIII
c62ca36bf5
Added a comment
2023-04-24 23:18:48 +00:00
yarikoptic
5bc8052d9c
Added a comment
2023-04-24 21:25:09 +00:00
Joey Hess
a127949e65
comment
2023-04-24 16:05:35 -04:00
yarikoptic
57ad9d8da4
Added a comment
2023-04-24 19:23:22 +00:00
Joey Hess
b002199366
comment
2023-04-24 11:53:14 -04:00
nobodyinperson
6b58846d93
2023-04-24 15:07:28 +00:00
aurtzy
51df5cb26e
2023-04-24 03:25:41 +00:00
aurtzy
c70677e31d
2023-04-24 03:16:12 +00:00
yarikoptic
589abdeb5c
initial report on bad escaping
2023-04-22 05:06:01 +00:00
Joey Hess
3545c9f2c1
close
2023-04-21 12:34:20 -04:00
adina.wagner@2a4cac6443aada2bd2a329b8a33f4a7b87cc8eff
a32b0b8659
Added a comment
2023-04-21 07:08:35 +00:00
Joey Hess
e856ae0f35
idea
2023-04-20 14:21:22 -04:00
Joey Hess
2752360708
analysis and followup
2023-04-20 14:11:04 -04:00