Commits
- Commit:
4dfb2f0f5fc9cda1a29a92fc304c67d15e269014
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention bare repos in git-repository(5), not got(1)
- Commit:
a3a2b44e8b83e1f4e59def8c5cb0eb693a929493
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more wording tweaks in git-repository(5)
- Commit:
f877d8eb0b92ef048583ba1aeca2f3691b38ca4e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix documentation of .git/branches/ directory
- 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:
3d50f2917e1bf7e8cf9d2261341ffce1425e2b40
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typos and wording fixes in git-repository(5)
- Commit:
03301f46d110a7f90497e9d6730c1ffae61f9620
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
various tweaks and additions to git-repository(5) man page
- Commit:
fdcf78bba23855311035c8480d0e57373fe094bc
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typo fix in got-worktree(5)
- Commit:
804dc7b902f29153aebb84e209001557ad713d0f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention got-worktree(5) in the README file
- Commit:
84258ea0adbd9a800bafc3fb8679900ca757f58d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
start documenting the got's work tree format
- Commit:
e8a076e3d86b669bf1f4ee92d5538b734d9b48df
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add TODO items for 'got add' and 'got rm'
- Commit:
031a5338903e1e2bbb80b6f1e17d58a5a6374271
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_worktree_schedule_add() report 'added' via status_cb
- Commit:
c2253644018132a8c4b267e35612a927606904b5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unveil repository path in 'got rm'
- Commit:
2ec1f75bbb4d6fb8f39613e5012392bae851aa8b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a basic implementation of 'got rm'
- Commit:
049da17d24a611282abd3553f6f43d75609a7fab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use correct diff header label for deletion in got_diff_blob_file()
- Commit:
a67e2392eac3beae1d98cd5f1315f73cebf55597
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim leading whitespace from command descriptions
- Commit:
6dbf1e9e5b2341b8ad1683ca4e8d19bfaa5cc8ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ironically I forgot to add 'add' regression tests in previous commmit
- Commit:
d00136be1116f6f2147a0984ac8461a1b19d11f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement a basic 'got add' command
- Commit:
5e3ce57ad89618bd4872440fab5fd8a5ffc7b4c9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
return relative paths from got_path_skip_common_ancestor()
- Commit:
db5ba8eda276cd122138244b297aa510587dedf9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
init output argument of got_path_skip_common_ancestor()
- Commit:
ddce05203bee5a153b268a999a934f9469807f97
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow file index entries without blobs and/or commits
- Commit:
eb983b4b76029c3b0741efa8c0259a1d52cd5957
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make file index flags private to fileindex.c