shithub: git9

RSS feed

9482bf07 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/12 19:03
show each modification on its own line.

46db46f7 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/11 23:07
zero out new directory entries before reading from them.

0491a616 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/10 21:24
move symlink check to where it belongs

ee1a32c4 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/10 00:34
show parent commits in preamble.

bd4c1bbc – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/10 00:19
each merge commit goes on its own line.

77f14aa8 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/10 00:10
add http support

22383ae5 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/08 13:07
fix symlinks

2856dd8f – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/07 23:40
fix symlink walks with '..'s

0e48e4b5 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/07 18:30
update documentation.

ba7fc391 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/07 18:30
suppress error output from grep

45426d65 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/07 18:25
add support for symlinks.

22a4ca0f – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/07 12:57
removing tracked should implicitly untrack them.

9bcfa173 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/03 16:53
add mention of relevant files

9cf449a1 – Ori Bernstein <ori@eigenstate.org> authored on 2020/02/03 15:54
split gitfs documentation to its own manpage

a1a84bb6 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/30 18:15
use the current branch for clone

eca3cfd8 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/29 14:37
error out early instead of clobbering the current branch

8745d3a9 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/28 16:00
handle subdirectories correctly in revert

1a5dbff6 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/26 22:13
better naming

fe6beae4 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/26 22:11
we had one enum with a typedef. now we dont.

73439317 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/27 20:56
improve error messages

9a457b55 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/27 18:06
fix git/query add/remove.

be346b3f – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/27 14:00
fix usage of git/branch

aa70f9b6 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/26 12:38
add '~' as alias for '^' for fewer rc conflicts

8e273a31 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/26 12:01
make accidental clobbers harder

972518e4 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/26 12:01
improve error messages

71093e5b – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/20 18:39
clear error if we're reusing: make rc -e happy

752836e6 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/20 18:22
fix inverted condition

2ac9a21d – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/19 13:30
reuse git/fs if an appropriate run is mounted in the ns.

07c99249 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/18 22:51
fix typo

cec38a6e – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/18 22:49
clean up handling of branch names and push -a

60d952cc – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/18 22:04
trim spaces from branch names

2dac6ab0 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/18 17:39
add chatty logging to sending packs

3c2c5286 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/17 12:10
remove debug print

ee85c858 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/15 17:52
use upstream url if configured

0225afc4 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/15 12:43
Support virtual hosts for git:// protocol.

b943f4ef – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/07 09:37
add notes on running on 9legacy.

b45074a1 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/07 09:36
update readme and manpage for commit (thanks alban)

a24870e9 – Ori Bernstein <ori@eigenstate.org> authored on 2020/01/03 23:44
clean up junk repo on clone failure

b4721715 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/31 00:10
show new head after commit

25198107 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/31 00:06
don't double-print up to date.

8c6caa84 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/30 15:24
fix operator precedence

559e5899 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/28 14:41
add appropriate bounds checks

504dc0cb – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/08 19:46
munge carriage returns in git/pull, same as git/clone.

611d84fc – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/08 19:33
fix crash.

ef4d73c4 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/08 19:23
fix obscure error in query.

0aebaa8f – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/08 19:05
remove stray \

b7113d28 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/08 19:04
use correct update index in readours()

65703309 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/07 18:35
allow diff from outside root directory

434d6871 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/07 17:20
Allow committing and addign from a subdirectory.

ec707628 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/07 01:58
add '-s' option to git/diff, for summarizing status.

7cea6be9 – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/07 01:52
walk args to git/add: allows adding directories.

298786ef – Ori Bernstein <ori@eigenstate.org> authored on 2019/12/07 01:46
fix typo