Commits
- Commit:
f0b75401029052c2613a1e5dc3882976b2ab4da9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix out-of-date check regression; only commit staged files after 'got stage'
- Commit:
c3022ba5fc09b6badac00b8c123aad9d45c2e039
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename "histedit list" to "histedit script" (on-disk filename changed)
- Commit:
0ebf8283cd162a594e725ca2a1fd9f16e6ece6e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got histedit' implementation
- Commit:
818c750100809b9b2d2c638d39f1427a66929fce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got rebase' implementation
- Commit:
1ab61ced3b985960fcf0256e1720fb712311aeb7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use absolute path for reference in got/worktree namespace
- Commit:
8656d6c4d5273b7a838b8d2b0b057891e50a2ece
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make struct got_commitable opaque to library users
- Commit:
36a387004fc6fb4f302443e39bdffc01d1c1ed47
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop caching head ref's value in struct got_worktree; may become stale
- Commit:
7bcb2ecfc09de529ad7b240ac847222205ea9a4a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move worktree base refs into a subdirectory
- Commit:
517bab732f80f5ecc6af2ffcfe6fe1e363303c01
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
deduplicate code for constructing a worktree's base ref name
- Commit:
0cd1c46a9e4b3e3a7c7f2947c3eded6fb5439516
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
create references to base commits of got worktrees
- Commit:
c442a90d575144387b9e5e1c769ba935013bbc71
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
read UUID back from work tree meta data
- Commit:
ec22038e8d0a46e692c6093e0a35503f4af398d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a UUID to work tree meta data
- Commit:
271d2a38b1a788e9bbd0865e35ee14dce08b5197
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store parsed head reference in struct got_worktree
- Commit:
eaccb85f7218ef3615353170a2a64ec1c48028e2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store a parsed base commit ID in struct got_worktree
- Commit:
0f92850ea290f1ce78faa0f9ba874abec8477dea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix naming of some work tree meta data files and macros
- Commit:
93a3027739b17cdd9bccd7bda53f581b919b87ea
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_worktree_checkout_files() infer base commit from meta data
- Commit:
65596e15914f3e70494e33e84a842d7ce360c1e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store base commit in a dedicated meta file
- Commit:
718b3ab0e353c4ccb510b0ec9c3673b1c9a7344e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename the library-internal headers again to a common prefix