Commits
- Commit:
33aa809d4fd2e43328dd3ad4897a7394c28c79ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'revert -p'
- Commit:
2e1f37b02955aef4d5bd0d0307e98da1e4b95463
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'got unstage -p'
- Commit:
a7c9878d5b0e7770339e76efc0821897fe7a6be8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make stage -p show the number of changes in a file
- Commit:
b353a198c5844a2e9b078ac654b6a61de00b5a13
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'q' response to 'got stage -p'
- Commit:
dc424a06a9c1f0f664cee320cc1b34752f33ec97
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got stage -p' implementation
- Commit:
ad493afcc0cd483646dbd160cffcad5190f1d139
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got unstage' implementation
- Commit:
537ac44b6c471f75e8dd4abf6e16d0a775d9dded
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pass staged blob ID to status callback
- Commit:
88d0e355ca772bd1e7e957adbfb68c2cc8d42cbb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
report staged status via status callback
- Commit:
1e71573ed6f406d76e81bd84089a93e76274d424
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make stage worktree API look more like the one for 'add'
- Commit:
fdfa9bf28f9d53053ad4687f6cd06c86cfe31b33
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
provide a way for API users to override staged file content
- Commit:
0cb83759ff5e9ca28c397bb04edb8e0629eba4bd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement got_worktree_stage_paths()
- Commit:
5c1e53bc728ac0524d0471886bbc19f0b95e6c55
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for multiple path arguments to 'got commit'
- Commit:
c3022ba5fc09b6badac00b8c123aad9d45c2e039
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename "histedit list" to "histedit script" (on-disk filename changed)
- Commit:
f2ea84fab96c77d352fe460a37f2722beb6225d7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got update' accept mulitple path arguments
- Commit:
72ea6654e747de4879e06bd45e50ea7d9f5b7ed6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for multiple path arguments to 'got status'
- Commit:
3e3a69f1a29c6322b5464dca5023d8766661d7bf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open fileindex just once to make rebase and histedit faster
- Commit:
0ebf8283cd162a594e725ca2a1fd9f16e6ece6e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got histedit' implementation
- Commit:
01757395d9acd01c9c7796b4e1f5c0b75943b810
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
speed up commits during rebase by caching a list of merged paths
- Commit:
1ee397ad2d67e352b33dac85804e51ff3db9fc15
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow error return from got_worktree_checkout_cb()
- Commit:
818c750100809b9b2d2c638d39f1427a66929fce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got rebase' implementation
- Commit:
a484d721b0152ab353a510e75b2aab3cd1aebee3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't report base-bump-only updates as 'already up to date'
- Commit:
e20a8b6f0dfe647b8cff3d2fdbc06058793f35d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow multiple file path arguments for 'got revert'
- Commit:
17ed46186c2a79ae984817ddcdab9f803f23636a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow removing multiple paths at once for 'got rm'
- Commit:
2b92fad7804791e1a20f46acf637ff4c40470e50
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test and fix expected file status after 'got cherrypick'
- Commit:
234035bc7943e32aa92668438f4c0ba9c85e2f83
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got cherrypick' command