got


Log

Author Commit Date CI Message
Tracey Emery c34ec417 2020-06-22T17:09:05 restructure gotweb parse.y to be like the new got parse.y correct a lot of incorrect error handling adjust copyrights
Tracey Emery fb863fa4 2020-06-22T15:06:23 get a parser in place for the future inclusion of gotconfig to git repos this is for got push and got fetch, primarily ok stsp
Stefan Sperling bcbc2272 2020-05-20T17:40:57 document how to use commit messages prepared in a file; patch by Scott Bennett
Stefan Sperling 0d6c6ee3 2020-05-20T17:37:29 make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target
Stefan Sperling 5d58be12 2020-05-17T09:49:01 fix 'got tree' usage message; the path argument is optional
Stefan Sperling f4d0e3fb 2020-05-15T09:50:33 shorten the "Updated reference" message printed by 'got fetch'
Stefan Sperling 0208f208 2020-05-05T09:53:57 show a list of paths changed in a commit with 'got log -P', and in tog requested by matthieu@
Stefan Sperling 2e8c69d1 2020-05-04T19:37:36 fix "no such entry found in tree" error with got log -p and an added path ok millert@
Stefan Sperling 4343a07f 2020-04-24T16:33:32 filter out "remote/*/HEAD" references in 'got log' output
Stefan Sperling 50f2fada 2020-04-24T16:22:28 fix 'got log -r' loading refs from the wrong repo if invoked in a work tree ok tracey
Stefan Sperling ef9e2ed7 2020-04-19T10:28:06 fix another typo in git-repository.5
Stefan Sperling 9eba2c58 2020-04-19T10:26:29 spelling fix in git-repository.5
Stefan Sperling bd81cfb7 2020-04-19T08:57:07 clarify wording in got.1 related to local changes/commits/branches
Stefan Sperling f79e6490 2020-04-19T08:24:07 move clone/fetch connection progress messages to a more obvious spot
Stefan Sperling 5e9b18fa 2020-04-19T08:13:58 tweak a 'got fetch' progress message for accuracy
Stefan Sperling e54dde05 2020-04-19T08:12:25 tweak a 'got clone' progress message for accuracy
Stefan Sperling 3d0ac559 2020-04-18T22:22:29 wording tweak in got.1
Stefan Sperling 04e9dcf3 2020-04-18T22:20:57 add an example for log -R to got.1
Stefan Sperling dbec59df 2020-04-18T21:24:54 add 'got log' -R option to reverse commit display order
Stefan Sperling 52ab7958 2020-04-18T21:15:07 tweak documentation of 'got log -x' for accuracy
Stefan Sperling 9627c110 2020-04-18T18:40:01 show a summary of conflicts and related problems after updating/merging files ok millert@
Stefan Sperling 5036ab18 2020-04-18T18:40:00 make 'got update' skip conflicted files ok millert@
Stefan Sperling d1fe46f9 2020-04-18T10:28:24 add 'got log' -x option to stop logging when a specific commit was traversed
Stefan Sperling ccecc9fd 2020-04-18T10:28:20 wrap an overlong line
Stefan Sperling b784a72b 2020-04-01T08:11:31 remove a redundant .Pp in got.1 (found by mandoc -T lint)
Stefan Sperling 4f331d3a 2020-04-01T08:11:09 in got.1, clarify how 'got update' deals with local (aka uncommitted) changes
Stefan Sperling fa51e947 2020-03-27T21:00:25 be nice to unaware users who attempt to use got commands with a Git work tree
Stefan Sperling bcf34b0e 2020-03-26T17:10:59 make 'got fetch' restore our copy of the remote HEAD if the copy was deleted
Stefan Sperling 3789fd73 2020-03-26T14:58:16 make 'got fetch -d' delete branches from both refs/heads and refs/remotes
Stefan Sperling f1bcca34 2020-03-25T16:02:28 make 'got fetch' update our copy of the remote HEAD in case it has changed
Stefan Sperling f298ae0f 2020-03-25T15:08:59 make 'got clone' create refs/remotes/origin/HEAD, as 'git clone' does
Tracey Emery 4e0a20a4 2020-03-23T16:51:40 make got tree work on current branch and add tests for this use case ok stsp
Stefan Sperling 775ce909 2020-03-22T14:29:22 wrap overlong line in got.c
Stefan Sperling 907f15e2 2020-03-22T14:28:49 remove redundant \n from errx() calls in got.c
Stefan Sperling b2070a3f 2020-03-22T14:21:07 allow for limiting output of 'got ref -l' to a single ref or a namespace
Stefan Sperling e31abbf2 2020-03-22T14:21:06 add -c option to 'got ref' which now expects just one argument after options
Stefan Sperling eac81709 2020-03-21T23:50:41 add missing .Pp in got.1
Stefan Sperling fc24bb3a 2020-03-21T23:39:56 wording tweak in got.1
Stefan Sperling a18cccf9 2020-03-21T23:37:45 more small man page tweaks for clone and fetch
Stefan Sperling 71f12362 2020-03-21T23:24:06 document that clone and fetch -R options accept reference namespaces
Stefan Sperling 4d482d9d 2020-03-21T23:13:22 in got.1, add the -R option to synopsis of got fetch
Stefan Sperling 88609724 2020-03-21T22:50:29 check tags for equality before complaining about rejected tag updates
Stefan Sperling e8a967e0 2020-03-21T22:44:07 make replacing symrefs actually work in 'got fetch'
Stefan Sperling 9f142382 2020-03-21T22:06:00 properly lock references when 'got fetch' needs to update them
Stefan Sperling 0e4002ca 2020-03-21T21:49:13 add support for fetching arbitrary references to 'got clone' and 'got fetch'
Stefan Sperling 239821eb 2020-03-21T20:03:12 correctness fix in got.1: tags usually point to tag objects
Stefan Sperling 1d4b192f 2020-03-21T20:00:35 in got.1 be explicit about the fact that our branches live in "refs/heads/"
Stefan Sperling 498ef124 2020-03-21T20:00:32 clarify the distinction between mirror and regular repositories
Stefan Sperling db6d8ad8 2020-03-21T19:40:36 prevent existing tags from being overwritten by 'got fetch' by default
Stefan Sperling 6338a6a1 2020-03-21T18:46:16 tweak progress output related to references during clone and fetch
Stefan Sperling 30718c93 2020-03-21T18:27:34 de-duplicate code which prints the HEAD revision during clone
Stefan Sperling 2690194b 2020-03-21T18:17:12 remove GOT_FETCH_DEBUG and toggle fetch debug output with -v option instead
Stefan Sperling 688f11b3 2020-03-21T17:28:29 fix 'got fetch -q' which still produced some unintended output
Stefan Sperling f21ec2f0 2020-03-21T11:20:33 add -d option to 'got fetch' for deleting old branches and tags
Stefan Sperling 13f12b09 2020-03-21T10:43:03 sync usage() for clone and fetch
Stefan Sperling 9c52365f 2020-03-21T10:37:19 properly terminate the ssh process after fetching via SSH
Stefan Sperling 41b0de12 2020-03-21T10:18:15 add support for listing remote branches and tags to 'got clone' and 'got fetch'
Stefan Sperling 1f03b8da 2020-03-20T20:37:55 prevent 'got diff' from needlessly opening a work tree
Stefan Sperling 4ba14133 2020-03-20T20:23:18 add support for fetching specific branches to 'got clone' and 'got fetch'
Stefan Sperling f8ab0c60 2020-03-20T20:23:18 got.1 wording tweak for clarity
Stefan Sperling 2ec30c80 2020-03-20T20:23:18 make 'got fetch' create local branches if they don't exist yet
Stefan Sperling 1510c839 2020-03-20T18:49:54 really make 'got fetch' create/update references correctly in mirror mode (fixes commit fed0b873)
Stefan Sperling 55330abe 2020-03-20T18:09:17 fix error handling bugs in cmd_clone()
Stefan Sperling 10c073e7 2020-03-20T16:53:42 got.1 wording fix
Stefan Sperling 3493b628 2020-03-20T16:53:05 man page wording simplification: target-direcory -> directory
Stefan Sperling 175367bd 2020-03-20T16:48:26 got(1) man page wording tweak
Stefan Sperling 089fc4e0 2020-03-20T16:45:48 trim some redundant wording in git-repository(5)
Stefan Sperling 010f7279 2020-03-20T16:43:21 line to git-repository(5) for details about pack files
Stefan Sperling 89c3c67b 2020-03-20T16:40:24 document what got-index-pack does
Stefan Sperling fed0b873 2020-03-20T16:10:20 fix 'got fetch' to update the correct set of references in mirror mode
Stefan Sperling 8ceee112 2020-03-20T16:04:33 add refspec which git-fetch expects in config file of mirrored repositories
Stefan Sperling 659e7fbd 2020-03-20T15:55:08 fetch only HEAD branch and tags by default; add -a option to fetch everything
Stefan Sperling 09f63084 2020-03-20T15:33:01 use one consistent way to compute the Git URL to write to the config file
Stefan Sperling 62a4c94c 2020-03-20T15:01:15 support non-default port numbers with SSH and tweak URI parser port handling
Stefan Sperling 8170e989 2020-03-20T12:06:54 put a proper SSH URL into cloned repositories, rather than 'scp' style syntax
Stefan Sperling 619eb6dd 2020-03-20T12:03:47 document use of port numbers in URLs
Stefan Sperling bf390dec 2020-03-20T11:46:18 in got.1 EXAMPLES, move the 'got integrate' example further up
Stefan Sperling 469dd726 2020-03-20T11:44:14 add support for repository mirrors to 'got clone' and 'got fetch'
Stefan Sperling 858b0dfb 2020-03-20T11:01:44 re-add chatty mode to got-fetch-pack; it will be useful to diagnose bugs
Stefan Sperling e5083482 2020-03-20T10:48:38 fix bug where 'got fetch' created references in the wrong namespace
Stefan Sperling e69674d8 2020-03-19T18:49:56 restore missing \n in clone and fetch progress output
Stefan Sperling 984065c8 2020-03-19T17:27:20 avoid needless id_str allocation in cmd_fetch()
Stefan Sperling 4aa547db 2020-03-19T17:23:24 create git config file earlier such that interrupted clones can be re-fetched
Stefan Sperling 12d1281e 2020-03-19T17:17:05 don't mix server progress messages with regular fetch progress output
Stefan Sperling e172ba2e 2020-03-19T17:07:22 appending [remote "origin"] section is enough; no need to overwrite the file
Stefan Sperling 90da997c 2020-03-19T17:04:21 remove 'Writing pack index...' message which was sometimes printed redundantly
Stefan Sperling 8a8b05ce 2020-03-19T17:03:03 wrap an overlong line
Stefan Sperling d715f13e 2020-03-19T17:02:12 use a single verbosity level throughout 'got clone' and 'got fetch'
Stefan Sperling 7848a0e1 2020-03-19T16:57:27 implement 'got fetch'
Stefan Sperling d52aaa3d 2020-03-18T17:29:10 display path to cloned repository when 'got clone' is done
Stefan Sperling fd843b58 2020-03-18T17:16:48 improve display of progress message generated by the server during 'got clone'
Stefan Sperling 267fe567 2020-03-18T16:16:39 document 'got cl' alias for 'got clone'
Stefan Sperling 2ab43947 2020-03-18T16:16:39 move clone code and documentation up so it appears before checkout
Stefan Sperling 68999b92 2020-03-18T16:13:48 allow controlling verbosity of 'got clone' with -q and -v options
Stefan Sperling 7132995b 2020-03-18T16:13:48 tweak clone usage output
Stefan Sperling 7ebc0570 2020-03-18T16:13:47 do not forget to create references under remotes/origin during 'got clone'
Stefan Sperling b46f3e71 2020-03-18T16:13:47 create a git config file in newly cloned repositories
Stefan Sperling ee448f5f 2020-03-18T16:13:47 apply unveil(2) to 'got clone'
Stefan Sperling 39c64a6a 2020-03-18T16:13:47 pledge 'got clone'
Stefan Sperling fd039d72 2020-03-18T16:13:47 man page updates for 'got clone'