plan9fox/sys/src/cmd/git
Ori Bernstein da085a2d4c git/branch: make '-n' use HEAD when '-b' unspecified
This brings the behavior in line with the manual page,
and makes things less surprising for users.
2021-08-13 05:16:50 +00:00
..
add git/add: clear qid cache as side effect 2021-06-12 14:57:58 +00:00
branch git/branch: make '-n' use HEAD when '-b' unspecified 2021-08-13 05:16:50 +00:00
clone
commit git/branch: merge correct set of files 2021-06-05 18:50:20 +00:00
compat
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/branch: merge correct set of files 2021-06-05 18:50:20 +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/import: handle mails with line wrapping and mime 2021-06-15 21:29:22 +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
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
push git/push, git/send: get better about erroring out early 2021-06-13 12:48:49 +00:00
query.c
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/revert: revert 2021-06-29 20:03:26 +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: remove undocumented -n namespace option and -r /usr/git default 2021-06-04 17:44:29 +02:00
util.c git: avoid uninterruptible temporary warning 2021-06-06 23:50:45 +00:00
walk.c