Commits
- 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:
a67e2392eac3beae1d98cd5f1315f73cebf55597
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
trim leading whitespace from command descriptions
- Commit:
d00136be1116f6f2147a0984ac8461a1b19d11f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement a basic 'got add' command
- Commit:
1b3893a25b982a0bd7329a9da23581024c6ac50d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent free with bogus pointer in 'got log' error path
- Commit:
e730157933b56de990631fcd0c36592713b32120
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix 'got log PATH' in a bare git repository; broken by previous
- Commit:
6c7ab9213e39b6a690152fe8ffb18fe1f15a9ccb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_worktree_resolve_path()
- Commit:
cbd1af7a5ac90edbfeec7507187896b76710c60e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got log PATH' work consistently from inside a work tree
- Commit:
e0b573502e97109a2383ba55a08e39d0b1891d7f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
'got ref -l' can do without cpath and fattr pledges
- Commit:
7143d404530ce5fa5c9f2aea9d293d4de857d0e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got log' and 'tog log' skip revs in the got/ namespace
- Commit:
9743083996cb3beca1525614b4cf4b8580fb9245
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
'got update' also needs repo write access now
- Commit:
0cd1c46a9e4b3e3a7c7f2947c3eded6fb5439516
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
create references to base commits of got worktrees
- Commit:
e2e879a0865a8984188e95cb05b86191c8cfd59b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_ref_list_free() and use it in got and tog
- Commit:
d0eebce407bebae4a055cc39f9d54695533b4265
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got ref' subcommand; no support for symbolic refs yet
- Commit:
2deda0b91b6231ce4cac4f27980a38ccb24406c4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got show command-specific usage if command is used wrongly
- Commit:
efcae1c6b4f75d8d4ac062a029c8c2e038aec2f9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
unveil worktree in cmd_log(); fixes 'got log path/to/file'
- Commit:
d3d493d784c530e35d0142f76d125108b72619bb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got: fix memory leak in print_commit()
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
cbe7f84890b5be0eb0e47f67f1606f66db181eae
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for fflush() errors
- Commit:
927df6b74a3358d1eaa0f2482cac2204a4f8f9fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow restricting 'got diff' and 'got status' to a path in work tree
- Commit:
3fc0c068476d56f41d2283710e4235623f0a28f2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got diff' not show a diff header if work tree has no mods
- Commit:
d6e648b413318b329500ebc789b4615513a9833a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got tree' identify executable files
- Commit:
1545c6153ed22df10b02f9353f2054f4c7cb9c53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show commit id after update even if all files were missing
- Commit:
a378724ff7c52fed47ca10ec7bb827ad4955ce57
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' restore missing files