plan9fox/sys/src/cmd/git
Ori Bernstein dd8a2d3964 git/log: only count the messages we show when limiting counts
when logging with `git/log -c count', we would count all messages
that we inspected, rather than just the ones that got printed.
This isn't what we should have done.

While we're in here, refactor show() to only show the message,
rather than filtering and then showing.
2022-07-19 03:56:00 +00:00
..
add git: better handling of absolute paths, regex metachars 2021-08-17 04:31:15 +00:00
branch git/merge: preserve exec bit correctly 2022-04-16 23:53:19 +00:00
clone git: rename internal 'git/fetch' plumbing to 'git/get' 2022-04-17 17:03:47 +00:00
commit git/commit: squelch error when run outside repository 2022-01-09 17:37:29 +00:00
compat git/compat: expand to cover go bootstrap 2022-07-03 04:25:08 +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 git: performance enhancements 2022-05-28 16:38:07 +00:00
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
fs.c git/merge: preserve exec bit correctly 2022-04-16 23:53:19 +00:00
get.c git/get: keep sending what we have until we get an ack 2022-06-11 16:36:45 +00:00
git.h git/get: keep sending what we have until we get an ack 2022-06-11 16:36:45 +00:00
import git/import: use patch(1) 2022-06-04 23:35:49 +00:00
init git: create .git/objects/ on git/init 2021-07-06 16:21:18 +00:00
log.c git/log: only count the messages we show when limiting counts 2022-07-19 03:56:00 +00:00
merge git: separate author and committer 2021-09-03 02:47:18 +00:00
mkfile git: rename internal 'git/fetch' plumbing to 'git/get' 2022-04-17 17:03:47 +00:00
objset.c git: got git? 2021-05-16 18:49:45 -07:00
ols.c git: got git? 2021-05-16 18:49:45 -07:00
pack.c git/pack: add support for skipping ssh signatures 2022-06-11 17:48:20 +00:00
proto.c git/get: keep sending what we have until we get an ack 2022-06-11 16:36:45 +00:00
pull git/pull: remove '-b' and '-a' option 2022-04-28 03:35:54 +00:00
push git/push, git/send: get better about erroring out early 2021-06-13 12:48:49 +00:00
query.c git/query: fix spurious merge requests 2021-09-11 17:46:26 +00:00
rebase distproto: sync with hg 2021-06-06 13:21:53 -04:00
ref.c git/query: refactor graph painting algorithm (findtwixt, lca) 2022-03-16 21:41:59 +00:00
repack.c git: got git? 2021-05-16 18:49:45 -07:00
revert git/revert: update modification time on revert 2022-02-27 04:27:56 +00:00
rm git: got git? 2021-05-16 18:49:45 -07:00
save.c git: separate author and committer 2021-09-03 02:47:18 +00:00
send.c git/send: fill in 'theirs' object, even if we miss it 2022-04-17 01:19:10 +00:00
serve.c git/get: keep sending what we have until we get an ack 2022-06-11 16:36:45 +00:00
util.c git: performance enhancements 2022-05-28 16:38:07 +00:00
walk.c git/fs: move mount point to $repo/.git/fs 2021-05-30 17:46:21 -07:00