Commits
- Commit:
375bde467370a1b00b9d1a41a6700bbbf8e69cac
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: release 0.92
- Commit:
6c8d77541e7fd745bae7bbb3790a7bc3b074d318
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd: fix dist file inclusion
When running 'make dist', include the correct chroot-*.c file.
- Commit:
8dafd5874fb5bfc195ebf7ecae8dd84bd14e852c
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: configure: echo gotd/gitwrapper paths
When --enable-gotd is present, and gotd empty path or gitwrapper's git
libexec path is set, print those out with the other information at the
end of the configure script.
"N/A" is set where no value is present.
Helpful for debugging.
- Commit:
3770e05568dc25b65125358aeb7a51ced8afb221
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: make gitwrapper --enable-gotd aware
There's no point installing gitwrapper outside of enabling gotd, as this
is only used by gotd.
- Commit:
c4b45c8d3dca40d68f65e634db602c3e50ed10b8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gitignore: add gitwrapper
- Commit:
0edd41e7ce0cf33dfe6869bcd9e4ec60a0b9852a
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: README: installation of gitwrapper
Document the installation and packaging of gitwrapper for -portable
- Commit:
adafacd3356d54a893e7181d7fb63363129f7c64
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: configure gitwrapper/gotd paths
Rather than hard-code assumptions into gitwrapper and gotd binaries,
allow for some values to be overriden at compile time.
This should help portability.
- Commit:
e0b6d366f262254dd06e78941adf35836499d723
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: mismerge in serve_write()
- Commit:
1636f5f1250f97681e81b91ecba276e147cbc4ec
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd: re-enable chroot
Reads (git clone) are working but writes (git push) run into an error
- Commit:
5033341e896cb4e7b6f7358e89d9348ba577e823
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: linux: use default git libexec
Define a standard path to where git stores its libexec helpers. This
is always going to be hit-and-miss hard-coded like this, but will
suffice for now.
Tested on ubuntu 22.04
- Commit:
d358e4e42e10437d6f6b3c297497ffe1af072031
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: getprocname: program_invocation_short_name
This is needed for gitwrapper which will fail if its program name
cannot be detected properly.
- Commit:
4efc8dcb177f6c378c12a7d91f51e6ae4e80078b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd/gitwrapper: update for libs
Bring gotd and gitwrapper closer to how libraries are detected.
- Commit:
0f431d34f95c2a40fe20d37abcf23db4731d2a8a
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd: EXTRA_DIST
- Commit:
4abb076fc96525254729e6857dfe218707e82a85
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: got{ctl,sh}: add missing files
- Commit:
febe25b7cf7410d2a34c127b3981acd3b98edc2d
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd: listen
Include listen.c; make it portable.
- Commit:
e24c4959f1105965cf2ae2d245d6f83c6531a43e
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: handle gotd/auth
- Commit:
40de210a716dc3b8dd4116cda482c851eac44d4f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable gotctl (via --enable-gotd)
This builds gotctl, for the moment via --enable-gotd
- Commit:
52daa6ad930882d88e621503559fcb23baad5d7b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: build gotsh when --enable-gotd passed
When building gotd, also build gotsh.
- Commit:
2f1efc186f6bda57e8357f593f19883a7edb7895
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable compiling gotd
This enables gotd -- for now, this is opt-in at compile-time, via:
./configure --enable-gotd
- Commit:
14dab6fc9f9df9c3e79dbea3c282e4585e2aee09
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
bump version number
- Commit:
2ee2b2692ec8807721dfc358a5ce0228dca61382
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
CHANGES for 0.92
- Commit:
2becf66303998fe848514443a3c998e26ea86e8e
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
sync files from diff.git dc306c6bd88271ab911e205539974da98be82d17
This restores the traditional diff -p behaviour in Got.
- Commit:
484d974bd6540464db217df140323b4aab4086c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
prevent overlapping repo and work tree in 'got checkout'
Some people are eager to try to make Got work just like Git by overlaying
the repository and work tree. This causes problems with unveil conflicts
at run-time.
Fail as early as possible during 'got checkout' when users attempt this.
cosmetic tweaks + ok op@
- Commit:
ce775af4ec5a9b9c2ef8353bcc5a14f5ebc29658
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
add a test case which removes a missing locally-added file
Based on a patch by gonzalo@
ok op@
- Commit:
97f9158ff1c6468a2c80a195ed39dd5ee0ae600d
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
fix deletion of missing locally-added files
If a locally added file in A status gets deleted from disk it will
move into missing ! status. If the user then decides to delete the
file we must remove the file index entry immediately rather than
flagging the file for removal during the next commit operation.
The file was never committed and lacks a base-blob and base-commit,
so it cannot be removed during the next commit. As a result the
commit operation was reporting a bogus "out of date" error.
Found while diagnosing a related bug reported by gonzalo@
ok op@