Commits
- Commit:
a097512813331d3a6c5eac85579b195a9707f114
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'got blame' and 'tog blame' on files added on worktree's current branch
- Commit:
c5996fffdf906ace91b9ec3e51dcb23eb806e187
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
perform the check for an empty histedit commit list earlier
- Commit:
ab20a43a2f9d75f0398a92f4d1f3eda36abb6d15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don not open log message editor if there are no changes during 'histedit -c'
- Commit:
514f2ffeffbb309e061de0bb5232cd9e2dc3318a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
display branch name and first commit to be edited at top of histedit script
- Commit:
829974726320c65bc92c983b50e18de3daf703fb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve wording of hint displayed for the histedit 'fold' command
- Commit:
f43793a4e6eda593d67d4872bc7f03398fbd65d9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix a bug where 'got log PATH' failed to map PATH into the repository
The problem occured inside /usr/src/sys due to the /sys symlink,
where /usr/src was a got work tree. If a work tree is present we
already have the right path so checking the disk is pointless.
- 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:
fb9704afe0e40de783660e26d5498278a47affca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not display unversioned files during 'got revert -R'
- Commit:
b55e96cf8f2e45d9a12689ad41d08d426e9715a5
- From:
- Martin Pieuchot <mpi@grenadille.net>
- Date:
Remove redundant error check after got_object_id_by_path().
An error code is always returned when the oid is NULL.
- Commit:
d1f166363b86f21241be730505c1182508dc9d2c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move got_repo_cmp_tags() to got_ref_cmp_tags()
- Commit:
2ddd470150cfe6f1d3d2d51858b13a0dc40ca601
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
move cmp_tags() into the library
- 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:
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:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
3d5092374a96864fbc4c3d2d2e752f588c63ac39
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify got_commit_graph_open()
- Commit:
ee780d5ce8c335e430804438c35eb48564ec0afb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove GOT_ERR_ITER_NEED_MORE; the commit graph now fetches internally instead
- Commit:
7f47418fd49bc98fe4570c139767c057cd066409
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got checkout' and 'got update' work with read-only repositories
but warn users about the garbage collection problem
- Commit:
c29c428a5f2db009ac7f83085fe96c62bf48ee79
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
both 'got add' and 'got rm' now accept directories; sync usage and man pages