Commits
- Commit:
7b0db533fcb3c8284a79a9c3af604ff417d5aee9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
better description of the effects of 'got rebase' in got.1 EXAMPLES
- Commit:
1137e0aea684188aea7444f9a2d2a82a6758c49f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
man page wording tweaks
- Commit:
48c8c60d8b401706b7df49fd50a9d298728e8c7b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got log' show first-parent history by default; remove -f and add -b option
- Commit:
74daf7cb6b83ffc35427a60ecb8a9bd0bb366f0b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix typo in got(1) man page markup
- Commit:
83cd27f841bd6479abfad4c2e3c4bd870dd8ab7e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got and tog accept a --version argument; -V option is a bit obscure
prompted by a question from tedu@
- Commit:
bb51a5b4af467a42569e19cbeeeeccbb44d946f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -E option to 'got checkout' allowing use of a non-empty work tree path
needed by and ok kn@
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
a85446b211f707066c360f637d4f824f8695828d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
explicitly document that rebase requires a work tree reflecting a branch tip
- Commit:
c29c428a5f2db009ac7f83085fe96c62bf48ee79
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
both 'got add' and 'got rm' now accept directories; sync usage and man pages
- Commit:
70e3e7f5a129106c0c31204233b35dfdf0d6a990
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
add -k option to 'got remove' to keep files on disk
ok stsp
- Commit:
f2a9dc41d851ff2d575b08c2766583ff11cdd7af
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
add -R option to 'got remove' for recursive deletion
ok stsp
- Commit:
8b3ec12fa0312f7a9ea2f0c4be0e68d0b0e8aabe
- From:
- Klemens Nanni <kn@openbsd.org>
- Date:
got.1: Fix mdoc(7) linter errors/warnings
mandoc: got.1:573:96: ERROR: skipping end of block that is not open: Oc
mandoc: got.1:1583:2: WARNING: skipping paragraph macro: Pp at the end of Sh
- Commit:
022fae89eee20051d352d3dc2b8c64486bdafe93
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
Introduce -I to cmd_add to disregard ignores when adding recursively. Expand add.sh tests. Update TODO.
- Commit:
c6390436cb9081c47110b2d06e4c6aa85425a82d
- From:
- Klemens Nanni <kn@openbsd.org>
- Date:
got.1: Fix log -s, tweak wording
From stsp
- Commit:
6841bf1343d4d3bbafbc1db614429635309c20d4
- From:
- Klemens Nanni <kn@openbsd.org>
- Date:
log: Implement -s search-pattern
match_logmsg() is copied from tog's match_commit().
- Commit:
4e68cba3de6663791e40fa15f1eecbc4a2bf724c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -R option to 'got add' for recursive addition (patch by Tracey Emery)
- Commit:
a74f7e836f1414f6c06fca610a6231e37c1e68fd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -c option to 'got branch', replacing the optional second argument
- Commit:
5d67f40db0411f97e1a18bb5d5d4c45458ee8c58
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename 'got init' and 'got import' default branch to "main"; patch by kmos@
- Commit:
3a62228f453a74805ca1b8c08a062e331b624ff6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix copy-pasto in man page; patch by landry@
- Commit:
1ebedb77e0d68bff22163a9aafc13db5f3f706df
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
teach 'got commit' to tweak the executable bit of a file
- Commit:
14c25ea21a5249517b484961e2c3b753ffb0454e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a 'got integrate' example to the man page
- Commit:
2822a3526b8c61302ec86e0871e724c07a4b078d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got integrate' command
- Commit:
f16e404405cee25eaeec2bebd3555ed373bb5b73
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
explicitly document that 'got ref' expects absolute reference names
- Commit:
63035f9f4ff2f4ea5b7361830edad916a30e37cd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add -w (ignore whitespace) option to 'got diff'
- Commit:
ba6e0c2d733bde900b8d0f2e0fcbb86090b4d664
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
Fix misleading wording in got.1 about branch options; -r option always works.