Commits
- Commit:
4dfb2f0f5fc9cda1a29a92fc304c67d15e269014
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention bare repos in git-repository(5), not got(1)
- Commit:
fb2921d0ffe234621eb5577cada1a99fa6b777a6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
wording tweak in got(1) man page
- Commit:
ae73e26f451fd81bf5a4f419d3494885f03a6a55
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mark-up tweak in got(1) man page
- Commit:
5531f75d2704cd5468e3f90f48c6f84e4f4e1efa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove mission statement from got(1) man page
- Commit:
6cd959e6da8061ac857a36c0a472845979aca829
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typo in got(1) man page
- Commit:
079890a9ef8cbc99ed224651c9bb509d4306e006
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document the new A and D status codes for 'got status'
- Commit:
2ec1f75bbb4d6fb8f39613e5012392bae851aa8b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a basic implementation of 'got rm'
- Commit:
d00136be1116f6f2147a0984ac8461a1b19d11f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement a basic 'got add' command
- Commit:
d0eebce407bebae4a055cc39f9d54695533b4265
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got ref' subcommand; no support for symbolic refs yet
- Commit:
927df6b74a3358d1eaa0f2482cac2204a4f8f9fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow restricting 'got diff' and 'got status' to a path in work tree
- Commit:
db0c2996dacea3880640c2f20651b6d7a16d30ec
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document trailing annotations shown by 'got tree'
- Commit:
a378724ff7c52fed47ca10ec7bb827ad4955ce57
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' restore missing files
- Commit:
7f838b36bf8c0d39dd81201613e45646c1579ef0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document status codes displayed by 'got update'
- Commit:
c844a238861c088f2a6c8d5a6a2821f082cd77f7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
man page tweaks
- Commit:
b72f483a5d3d0699d6ff221cd44f8853eded0a32
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got diff' show local changes in work tree
- Commit:
0c06baacc4024bfc6a443cf285c1b5aae765738e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got blame' function in a work tree
- Commit:
e9cf2e3070c62465d6fdf7e81326d6dd2a6e539f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document 'got log' behaviour inside a work tree
- Commit:
0c849583a3aa9345d2e1a1a41d3fbfd5af0228c7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve documentation of 'got tree'
- Commit:
0dbc22715b295b0b4fd65dfdc2ea1cd9c16083a7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got status' detect obstructed files
- Commit:
6bad629b50d093da48f6347e1dd806d56bf05a1e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got status' command
- Commit:
0032ca7199dad2b8f41cd8e30ce889dfe3575fa6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
In got.1, clarify that 'got update' operates on current branch only.
- Commit:
5d56da8198435fa1d0e717f60d562f4a28e2e4e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
happy new copyright year
- Commit:
8069f63672650a2836d923d8f3889829ac63b04c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement -c option for 'got checkout'
- Commit:
c1669e2e5fb4f6007afe46318e82a4e0de689390
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement recursive mode for 'got tree'
- Commit:
507dc3bb1293e483406626bf03199db0bc17dc5c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a basic 'got update' command; does not merge files yet