summaryrefslogtreecommitdiff
path: root/sys/src/cmd/git
AgeCommit message (Collapse)Author
2021-05-30git/branch: ...all the debug prints.Ori Bernstein
2021-05-30git/branch: remove debug printsOri Bernstein
2021-05-30git/branch: reduce execs to sync working dirOri Bernstein
We were execing a lot to copy the data -- do less of it.
2021-05-30git/fs: move mount point to $repo/.git/fsOri Bernstein
Moving the mount point to within the repo directory means that we can have multiple git repos mounted at once with no conflict.
2021-05-16git: got git?Ori Bernstein
Add a snapshot of git9 to 9front.