Commits
- Commit:
f08fa56da9b67c42d726230b936ee664a5ce0e42
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.80
- Commit:
9f435beae4c42a75afabe4ef060025e1a4724e27
- From:
- Omar Polo <op@omarpolo.com>
- Date:
update gotwebd TODOs
- Commit:
c9573d373fdf5b560299a2aa9257fe4b7480e193
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
override realinstall target in gotd's Makefile as we do elsewhere
- Commit:
037fce6676d77f393e33f41ac6bfff013f33945c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
bec0d92a2fd3ce4d070485dd05b811e5561885b2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add gotd regress gotd.conf to CLEANFILES to remove it during 'make clean'
- Commit:
8f46aeb14260544bea936951f2c0193f1aae6412
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add obj/pages.c to CLEANFILES in gotwebd's Makefile
- Commit:
60acb474759c0ec24ee5ac2bd07d9f121b385996
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
license copyright++
- Commit:
719201df7ccfec51cdd1faad72c66e978b4f2ae9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove TODO items related to indexing ref-deltas
- Commit:
cf534ab8a1df5c0b616be2202f471b9eb1ff3092
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix indexing of pack files which contain ref-deltas
ok jamsek
- Commit:
1f3405c91dec0b4eb48df5156751b5ef6add3f37
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
refactor got log -d and tog diffstat to compute diff once
This eliminates the previous performance cost by making 'got log -d' and tog
diff view compute the diffstat while building the diff in a temp file like we
do with 'got diff -d'. Also, keep the current 'got log -d' UI as per stsp's
suggestion.
ok stsp@
- Commit:
4a1a737306fe863c1d6378370d345fae962a2cad
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
fix diff and log diffstat tests broken in 65dedee0a2cd
I failed to update regress when changing the diffstat summary line in the
previous commit to use a singular noun after 1.
ok op@ and stsp@
- Commit:
c18e88e5d11bc9c1d5016a1eb8911858ad2077de
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update gotd TODO items
- Commit:
65dedee0a2cddb92e5184e594424e1d42420e8b0
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
don't use plural noun after 1 in diffstat total
Use singular form when appropriate; for example, turn the top into the bottom:
1 file changed, 1 insertions(+), 1 deletions(-)
1 file changed, 1 insertion(+), 1 deletion(-)
ok op@
- Commit:
d38823945b8782a695c7edc575f2e85a16b53d95
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: delete now unused code
gotweb_escape_html and gotweb_link are now completely unused.
ok jamsek
- Commit:
760079985fc2d63ebd4155a76d4f0d20fbc2f4c5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: inline got_output_file_blob into gotweb_process_request
ok jamsek
- Commit:
8319855fa7affdb1199a46d76f87b9fec409eb81
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: templateify gotweb_render_blame
ok and tweak from jamsek
- Commit:
13e39a526914745e246b70efd87083d3097a31eb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
zap empty line
- Commit:
69525b4e7234cc5d81905e84a67d9b1768606e34
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: templateify gotweb_render_summary
ok jamsek
- Commit:
d60961d296583c78051ab30aeee8171fd9611aac
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: bubble up got_get_repo_tags
This bubbles up the call to got_get_repo_tags from gotweb_render_tags to
its caller, gotweb_process_request and gotweb_render_summary. It helps
simplifying gotweb_render_summary and making it easier to templateify,
but also helps in untangling a bit the code.
At this point gotweb_render_tags becomes just a wrapper to
gotweb_render_tags_tmpl so switch completely to it.
ok jamsek
- Commit:
3ab2c91424750aef75f929402e6a7581a704f36d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: templateify gotweb_render_branches
no functional change intended. Bubble up the allocation of the reflist
from gotweb_render_branches to gotweb_render_summary (its only caller)
and rewrite it as a template.
ok tracey@
- Commit:
5fa52d6cdcc6de872ce3c7f6639cc638fd83eeea
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
got: style(9) and cleanup failure leaks lib/diff.c
Spotted while implementing diffstat plus one introduced with diffstat code.
Don't leak 'change' on got_pathlist_append() error. And don't leak modestr{1,2}
and l{1,2} char pointers in diff_blobs() and got_diff_tree(), respecitvely.
Regarding modestr leaks, rather than free at all error return points, use op's
suggestion to lift modestr vars to function scope.
ok op@
- Commit:
a7331d50e5949de9db777b05789d7180d1082fd4
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
got: set error on asprintf() failure
ok op@
- Commit:
00b3e9ae14f04a45f1ca7445bade6b41a6e8a1c5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
replace malloc+memcpy with strndup. no functional change intended
ok stsp@
- Commit:
bfed0e200a721018cbc04abab4d86e4e700ad741
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1: Add example which lists recently modified branches. I use this a lot.
- Commit:
f7a854cff3b036707a2322ebff8540f29561a8a5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use just one pointer variable to keep track of a client's repo process
ok op@