Commits
- Commit:
af206a198055a86eba0f4d54303cb456001ff133
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix previous; as Paul points out this section talks about the repository path
I didn't take the time to read the surrounding lines, sorry.
- Commit:
8fb73a156d9d9722e806d5d403972b40a8723f11
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix documentation of the default unix socket path used by gotwebd
spotted by Paul W. Rankin / rnkn via IRC
- Commit:
4f73a04b6396087a85fe0bc181e1e04b0c0d674f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Remove unnecessary sched_yield(2).
Re-applies commit 6b8a2b8fcd99c4365b1aa9513c0f0149beac2491 which was
reverted in commit 82954512f323c8a2d4f89d51be1e6b0f707b6c3a because
at the time the change broke the 'search' feature.
Quick testing suggests search is now working fine, so let's try again.
- Commit:
bf16ce9567e383f40f76bdd7468c72bf921fc1bf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak previous: when using so many words, might as well mention fetch
- Commit:
6a8e5dbbeb3644d733e5e6acb0f5d19280d1c647
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak the error message shown by 'got send' when ancestry has diverged
The previous message steered users towards rebase; nowadays we also have
a merge command and send -f. It's tricky to explain all possibilities of
what to do next in a single line, but this is probably better than nothing.
- Commit:
557db725c8ba1e1ed1efd51febd91476b965647b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show a more useful error when a reference name collides with another
If a reference cannot be created because a file is present where a
directory would need to be created to accomodate the new ref's name,
report a name collision rather than an obscure mkstemps ENOTDIR error.
issue found by Lucas
- Commit:
9ae4c4eaf05d8dfead422805fa0f902e196b73d3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix histedit -e bug where reverting all changes causes histedit -c cycles
ok op@
- Commit:
41873b17dbf689280a2f59f9e7187205a5b358f2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
adjust some SIZE_MAX checks; ok millert@
- Commit:
58578a1a5cba826572864b8a62787325b5120b1e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim down the somewhat confused one-line description of gotwebd.8
- Commit:
2988b3decce36ec7b18dd3391ddfba5c9e58eadb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
ddb4fae82208a38441169b7c37fd5da36c00e01c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
CHANGES for 0.100
- Commit:
d7438101de9b4b5380ac35e50ad7b04ede66b1f7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync dist file list
- Commit:
0d34b85f76c5c85c25257f023e4fc89e248e32ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotadmin sits in section 1, not 8
- Commit:
f0e09e7dfdbb343ff305d9f64c1808bbe5b5dcfa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got.1 point out all the companion tools for easy discovery by new users
- Commit:
433eb77d4f00be3e4a69641f7a61b4e5c6935a15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reintroduce the 'got init' command as an alternative to 'gotadmin init'
New users trying out Got for the first time have reported trouble with
finding a way to create a new repository, based on their assumption that
Got works like Git which provides a 'git init' command.
It doesn't cost us much effort to keep this command available in both
programs to make discovery a bit easier for new users coming from Git.
- Commit:
2b1d417da7256f4a2ca5a1e7d20a9ba901dec893
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix pack file transfers which do not use sidebands
Found while running 'got clone' against a git9 server, after an
unrelated issue was reported by Lucas on IRC, thanks!
ok op@
- Commit:
f9723081c18b7e34cbf6bb15792c3965670deaab
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
plug 'got diff obj1 obj2' line metadata memory leak
Despite API callers not requesting it, we collect line metadata due to NULL
pointer checks missing a level of indirection. Reported by Kyle Ackerman.
ok op and stsp
- Commit:
f57c91b34d24c53c184e2840aa0f616a96d4f764
- From:
- Omar Polo <op@omarpolo.com>
- Date:
plug a leak in a few cmds: forgot to free(cwd) at the end
spotted while investigating for another leak spotted by Kyle Ackerman.
ok stsp@ and jamsek
- Commit:
c2f5b3e63df878c687928a616ef24e87131a795e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: avoid unnecessary strcmp in gotweb_assign_querystring()
- Commit:
1552435e8b0c7c7d4bcbb29087e912debeed3388
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: lower the level of the qs ptr-to-ptr
- Commit:
d5c153d0d827ef4993f41fca5a6eff8736e85a76
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: remove previd and prevset query string parameter
They're no longer used.
- Commit:
9ba23f168f80cb5a70c47b1a937de20515bfc118
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: delete dead code
at this point we can't know if the client has disconnected, we just
finished parsing the fcgi parameters and started handling the reply.
We'll know whether the client disconnected only later, while trying
to send the page content.
- Commit:
913884630c0a521173d2d370912867d3010d5f66
- From:
- Omar Polo <op@omarpolo.com>
- Date:
gotwebd: use the last matching fastcgi parameter
in case of multiple parameters with the same name, use the last
matching one.
- Commit:
addd8d40708de74e3dcbfb6962a12f29189e674e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix confusing error message from 'got commit' upon uncommitable paths
- Commit:
c89c70b628c1825024e333214392011409d71184
- From:
- Omar Polo <op@omarpolo.com>
- Date:
got{web,}d: handle multiple -v
only fatal*() and log_warn*() are now logged by default. log_info()
is hidden behind a -v and log_debug behind -vv. Makes gotd and
gotwebd way less chatty.
ok stsp@