RSS feed
423e875b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/10/12 02:12
Git/query now merges args into one query.
f8bf36dc
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/10/12 02:12
Update docs for query.
b460630c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/10/12 02:11
Remove spare newline in error.
26b0b7a8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/10/12 02:11
Allow querying for tree changes between revisions.
ee592df0
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/09/24 14:41
Don't leak filesystems: rfork n in git/diff
42a4ed8c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/09/24 14:15
Check if merges are necessary before pulling.
3f850076
– glenda <glenda@9front.local>
authored
on 2019/09/06 14:12
Remove dead file.
fd199525
– glenda <glenda@9front.local>
authored
on 2019/09/02 20:40
Update docs.
406e3085
– glenda <glenda@9front.local>
authored
on 2019/09/02 20:33
Import git/import.
e2232a8c
– glenda <glenda@9front.local>
authored
on 2019/08/28 21:26
Implement 'git/export' to export commits.
511f4066
– glenda <glenda@9front.local>
authored
on 2019/08/22 22:49
Exit nil on querying.
abcaf09f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/08/20 21:09
Fix some rc bugs (thanks BurnZeZ)
4748f215
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/08/09 01:33
Change to root of repo before starting merge.
6888b49d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/25 14:10
Don't clobber existing git dirs.
7ad316d4
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/16 14:33
Parse ':'-separated SSH urls.
4e3f7e06
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/11 18:44
Update README
c0dd3e3f
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/08 17:13
Improve error messages with failing clones.
040e524a
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/08 05:49
Save the merge parents when merging.
899c43e8
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/08 04:39
Hash all index contents.
ea99345b
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/08 03:01
Correctly compute the CRC when indexing packs.
e362152c
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/05 16:38
Improve experience with new repositories.
0b683730
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/07/02 20:20
Improve and simplify our breadcrumb trail when walking the file tree.
8fec5d15
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/06/30 11:43
Allow filtering logging by file name.
e90fb039
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/06/30 00:48
We have fewer TODOs. Update readme to match.
fa02b11f
– glenda <glenda@9front.local>
authored
on 2019/06/29 22:20
Implement checking for force pushes
d025a11e
– glenda <glenda@9front.local>
authored
on 2019/06/29 21:42
Use 'upstream' instead of 'remote url' for update
76a97a83
– glenda <glenda@9front.local>
authored
on 2019/06/29 21:33
Improve the way that push works.
ec28e68d
– Ori Bernstein <ori@eigenstate.org>
authored
on 2019/06/28 22:18
Import git9 from mercurial repository