Commits
- Commit:
71a276322e39e17baf5697b5daac8e8fe6ad2ae1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move match_object_id() into the library; supersedes got_repo_resolve_commit_arg
- Commit:
7a1d6b72b6b0e351fb46965a7f46bc58b18e7cc8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'tog log -c' with tags
- Commit:
2e46a2dc1fcab5711c876941add0863d3ec145b0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
2eea88b2aecb62a862646284ff88c352890d7282
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.25
- Commit:
6126692377ed3cb9c1d41a17143835553f676a92
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix suspending and resuming tog with Ctrl-Z and fg; issue reported by naddy@
- Commit:
f13374f454ced0d17abbf1d7a4586ccc242ea652
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'tog tree' usage displayed in error case (patch by naddy@)
- Commit:
89a6c02f07041d4deb48c8556203105e8f2d5504
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
remove unneeded done jumps
- Commit:
562580bce8d701d318471fe7601bc614a00c94ef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
support Git-style "lightweight" tags as arguments for 'got diff'
- Commit:
d4efa91b5a0b6d8d90ff1f847518ff59c17682e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle Git-style "lightweight" tags in got tag -l
- Commit:
6586ea880db352b50506623a050aa8690c46d804
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unbreak got and tog commands by disabling GNU extensions in getopt_long(3)
- Commit:
e801a56632211d38c174e5511212d9310fa541b7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
update usage
- 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:
c5b7833452086e7e8e0866b16a5932430cfe9a79
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'tog log PATH' fail again when a non-existent path is specified
- Commit:
455de7fa2c4ca7bb8c24c144e14c235f8d757503
- From:
- Theo Buehler <tb@openbsd.org>
- Date:
Avoid out of bounds access if path is "/".
From Martin <openbsd () academicsolutions ! ch> with tweaks by me.
ok stsp
- Commit:
33cbf02b9777cd078e8a37db5ae068465219301c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix switching to tog's tree view when logging a path; reported by naddy@
- Commit:
6a91d28331c6c2bf720d27325d5655cfbc8b9248
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
bump version number
- Commit:
c66188055147462b194245db2d44da8ca52b28bf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
changes for 0.24
- Commit:
87c1ed2b2f3cd42280054f037b5a32c8fe6b7013
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't bother swapping the first pack index cache pointer, and improve comment
- Commit:
f73df793baa4ec89bcbfb0fddb9765c4187defc8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
increase tag cache size; makes tog more responsive when many tags exist
- Commit:
e1a68182da13b954790863084cfae4ab655e2bff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix pack index cache; don't open/close pack index files needlessly
- Commit:
38e2e6c79d3a671ab007574e496c15b5751b7479
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
delta caching is done; remove related item from TODO list
- Commit:
ca6e02acaa175cf833a3424ff1c4842445c0109f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for first-parent history traversal to got-read-pack
- Commit:
33147df7bc894e4498cffb3b04fd04080132c5ce
- From:
- Sebastien marie <semarie@openbsd.org>
- Date:
.PHONY is a target
ok stsp@
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020