plan9front/sys/src/cmd/git
Ori Bernstein 0741147eab git/serve: add a '\n' after HEAD
Per the docs:

	the sender SHOULD include a LF, but the
	receiver MUST NOT complain if it is not
	present.

I typoed away the SHOULD, and got missed the
MUST NOT.

thanks qbit.
2021-08-25 22:15:34 +00:00
..
add git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
branch git/branch: make '-n' use HEAD when '-b' unspecified 2021-08-13 05:16:50 +00:00
clone git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
commit git/commit: remove trailing 'subst -g' 2021-08-23 00:22:04 +00:00
compat git/compat: add support for ls-remote [-d] 2021-08-25 02:24:15 +00:00
conf.c git/conf: check in /sys/lib/git/config as a fallback to user-wide config 2021-06-08 20:13:57 +00:00
delta.c
diff git/diff: clean up diffs 2021-08-23 01:22:04 +00:00
export git/export: use 'date -f' instead of 'date -m' 2021-08-12 14:42:47 +00:00
fetch.c git/fetch: be more robust 2021-07-27 15:05:45 +00:00
fs.c git/fs: use a better heuristic for permissions. 2021-06-22 23:55:54 +00:00
git.h
import git/{diff,import}: make it easier to handle manually-asembled patch emails 2021-08-22 17:18:35 +00:00
init git: create .git/objects/ on git/init 2021-07-06 16:21:18 +00:00
log.c git/log: handle absolute paths gracefully. 2021-06-20 17:07:33 +00:00
merge git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
mkfile
objset.c
ols.c
pack.c git: fix non-interruptible temporary warning 2021-08-11 15:00:48 +00:00
proto.c git: allow local repository directories as remote uri's 2021-06-04 17:47:26 +02:00
pull git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
push git/push, git/send: get better about erroring out early 2021-06-13 12:48:49 +00:00
query.c git/fs: move mount point to $repo/.git/fs 2021-05-30 17:46:21 -07:00
rebase distproto: sync with hg 2021-06-06 13:21:53 -04:00
ref.c git/send: pick minimal delta set correctly (thanks igor) 2021-05-31 18:02:23 -07:00
repack.c
revert git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
rm
save.c git/save: leave submodules unmangled 2021-08-07 18:01:22 +00:00
send.c git/send: allow the remote to have refs that we don't 2021-06-06 13:07:51 -04:00
serve.c git/serve: add a '\n' after HEAD 2021-08-25 22:15:34 +00:00
util.c git: avoid uninterruptible temporary warning 2021-06-06 23:50:45 +00:00
walk.c git/fs: move mount point to $repo/.git/fs 2021-05-30 17:46:21 -07:00