Commits


move cmp_tags() into the library


move match_object_id() into the library; supersedes got_repo_resolve_commit_arg


fix 'tog log -c' with tags


bump version number


changes for 0.25


fix suspending and resuming tog with Ctrl-Z and fg; issue reported by naddy@


fix 'tog tree' usage displayed in error case (patch by naddy@)


remove unneeded done jumps


support Git-style "lightweight" tags as arguments for 'got diff'


handle Git-style "lightweight" tags in got tag -l


unbreak got and tog commands by disabling GNU extensions in getopt_long(3)


update usage


make got and tog accept a --version argument; -V option is a bit obscure prompted by a question from tedu@


add -E option to 'got checkout' allowing use of a non-empty work tree path needed by and ok kn@


make 'tog log PATH' fail again when a non-existent path is specified