Commits
- Commit:
726fb9002b2e7771cda3f3d5cc94684cc6369949
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix 'got fetch' downloading too many objects in some cases
Always announce all local references to the server when fetching changes.
We used to do this only in mirror mode. In regular mode only refs/tags
and refs/remotes/origin were announced, which could result in unnecessary
downloads if relevant objects exist in refs/heads or elsewhere.
- Commit:
b3dc731fefb8046ff69090a0ccdb97bef71aaf65
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
got_sha1_digest_to_str() writes to char *
ok stsp
- Commit:
1a670123c8051c6431567498c037c5df89fbcf51
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix unsigned/signed char mismatch in parse.y
ok stsp
- Commit:
dbaa2362d16467d001f75172d6b67a47da142049
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
match the unsigned char type used by the zlib interface
ok stsp
- Commit:
ae1e948a3179529896cf69272a0c1b45ab8ced1c
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
show commit progress output when 'got merge -c' is used
Otherwise no progress output is shown at all with this command.
Commit progress output will also display any additional changes
which resulted from conflict resolution.
ok millert@
- Commit:
def2f97048d39f24c4938a0ef92b6294480482c2
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: tog: add back _XOPEN_SOURCE_EXTENDED
As with OpenBSD, FreeBSD requires that _XOPEN_SOURCE_EXTENDED is defined
before including <ncurses.h>, otherwise things break.
On other systems (Linux), _XOPEN_SOURCE_EXTENDED is already defined, so
leaving that declared unconditionally throws an error. Keep the
definition, but only include it on !Linux systems.
Issue reported by Christian "naddy" Weisgerber
- Commit:
9066d26dc49e33d9c6540c2a8f7880a98a1bc358
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
gotadmin: fixed GOT_LIBEXECDIR path
libexecdir should be used over bindir.
Noticed by Christian "naddy" Weisgerber
- Commit:
52b140f32d91232a0810444d2cad2d8f59b07266
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
enable gotadmin
Add gotadmin to configure.ac, etc., so it can be built and installed.
OK thomas.adam
- Commit:
ba34626bc13877c93836c8ee873acf1be8429ead
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
implement 'got merge -n' which interrupts before creating a merge commit
- Commit:
768705e331a0ff020ecc806142aecdecdbfb2e89
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
make it possible to merge vendor branches with 'got merge'
- Commit:
2f4dd2c2551a389a9e13498a806657a921679554
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portability: fix typos
Fix some typos.
From Christian "naddy" Weisgerber
- Commit:
3dc1dc04a5ecf97ba3ce3f8c103c73bcfe00e31e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
for portability, handle errno variations upon open(2) failure with O_NOFOLLOW
Problem pointed out by naddy for FreeBSD -portable.
Discussed with millert, thomas adam, and naddy.
- Commit:
ace90326f82adffc32a25213124922899e849771
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
allow bad symlinks to survive a merge
Commands which perform merges will now install bad symlinks as symlinks
in the work tree, instead of creating them as regular files. This means
bad symlinks committed with 'got commit -S' (or Git) will be preserved.
The decision to introduce a bad symlink is done at commit-time and
merges should not forcefully reverse this decision.
The cherrypick and backout commands require a manual commit step, and
a merge result with bad symlinks will require use of 'got commit -S'.
Additional testing by thomas adam
- Commit:
e8256d916369996c214b5f28673d32f910996708
- From:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
Github: add mechanism to autoclose prs
The GitHub repository is read-only and exists so that CI can be run. We
do not want PRs to be issued against the repository, so should someone
do that, the PR is closed with a friendly message pointing them to the
mailing list instead.
- Commit:
c414a013eb17711ab2e1ea447aab4a3a25a09d53
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
match printf specifiers and (cast) types for portability
ok stsp
- Commit:
881327824d65ca303150795897d7f39b5f5370be
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
whitespace fix from Omar Polo
- Commit:
01bb5a15144ece7ca707994fb56e1847c76a1a92
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
fix some integers that had a slightly wrong type; patch by Omar Polo
- Commit:
8f1c06eb7569f957aec944ee5130e28e0cf7c2bd
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
add 'static' qualifier to local functions in got-read-pack; patch by Omar Polo
- Commit:
49d691e8618234a8b0f8d05a1df882c31603644e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
mark some function parameters as 'const', as they should be; patch by Omar Polo
- Commit:
6b78ad28aa9fd55e0c2ae44dea662944bbc279d7
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
libexec: honour libeexec path for helpers
libexec is a common path which is understood by autotools, and
should be honoured.
Patch from Christian "naddy" Weisgerber
- Commit:
326237a6c2a5c369201269e581d6eccd38376efc
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
FreeBSD: tighten UUID check
If UUID libraries are already detected, don't ignore them by then
checking pkg-config, etc.
Noticed by Christian "naddy" Weisgerber.
- Commit:
00ced238c405770dc7df7c18bd32ef055ee03793
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
README: add for Github mirroring purposes
Add a .github/README.md file so that the read-only clone of GoT on
Github, which is used for CI purposes, explains the project.
Also, update the README.portable vesion to patch.
- Commit:
cdf9da3e2fae83e739d1b49c5843b05b813001b7
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
Cirrus-CI: add build YAML file
Cirrus-CI allows for FreeBSD builds as well as Linux.
- Commit:
92a9e85d28a30997176ce0d3c2915e3ea70782c7
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: add FreeBSD support
This adds the capability to compile got-portable on FreeBSD.
- Commit:
e6f4ba3109814ba43d3a9e9c9c9dc55c40149dbc
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix 'got update' of an added + obstructed file
When 'got update' tried to add a new file to the work tree and this
file was obstructed by, say, a directory on disk, the update failed:
$ got update
? new
got: new: Is a directory
$
And the work tree was not updated.
With this commit this situation is properly detected as an obstruction
and the update succeeds:
$ got update
~ new
Updated to refs/heads/master: c1f85b4938dc4c668a88f13df2b98a520fc077cc
File paths obstructed by a non-regular file: 1
$
Extend a corresponding test case to cover this issue.
ok tracey