Commits


document that 'gotadmin listpack' requires a pack index


ref.sh: fix pastos and report the actual command that was run


make got_repo_match_object_id_prefix() reject overlong input strings suggested by + ok naddy


handle reference arguments which look like short object IDs Match command line arguments against references before matching object IDs. This makes it possible to use reference names that happen to match a short object ID. For example, a branch called "11ac" could not be diffed in OpenBSD src.git which happens to contain commit IDs that begin with hex digits 0x11ac. A bogus error would be reported in this situation: $ got diff master 11ac got: ambiguous object ID ok naddy


pass the callback data instead of hardcoding NULL, ok stsp


remove needless header inclusion; lib/pack.c does not need got_opentemp.h


fix path to the temp file used to accumulate the patch edits ok stsp


use test(1) -eq and -ne to compare integers; ok tb


typos


add `got patch' command for applying unified diffs


fix level of indirection ok stsp


make the URI parser tolerate trailing slashes at the end of the input URI ok naddy


apply time-based rate-limiting to got-send-pack upload progress output


apply time-based rate-limiting to got-fetch-pack download progress output


apply time-based rate-limiting to got-index-pack progress output