Commits
- Commit:
dc424a06a9c1f0f664cee320cc1b34752f33ec97
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got stage -p' implementation
- Commit:
f032f1f7ee503b7aa2577cf836c485f96620e772
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test interaction of rebase/histedit -c and 'got stage'
- Commit:
f0b75401029052c2613a1e5dc3882976b2ab4da9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix out-of-date check regression; only commit staged files after 'got stage'
- Commit:
735ef5acf12acadb028a1ec180c877c45e631f5d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reject staging of out-of-date files
- Commit:
ebf48fd51b015826a4c8227d238ec8533b15476c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle conflicted files passed to 'got stage'
- Commit:
d3e7c587d4fa8caef61be4b2bbc9c388b95e7bb9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle double-staging
- Commit:
24278f3006b96a0d8ff909454e8fa5ea4fc73ed3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got revert' work with staged files
- Commit:
9acbc4faa04684945483940044d1b32175a9471e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test 'got rm' behaviour on staged files
- Commit:
916f288c7e2f6e7bcc2643b8287a4b32f518899f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent 'got commit' on branches outside "refs/heads/"
(the only exception is the work tree's temporary histedit branch)
- Commit:
ff6aa2066572b63f8a0e3a8df060f9b2baceca38
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
if histedit has commits to edit, provide a hint in error message
- Commit:
8f8646e5e92d5fc7ecc97732100e239380ac5de9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
list of merged paths for rebase and histedit must not be empty
- Commit:
8ca9bd6817c7f87cb6d61fe0bd07a0649007a6fa
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use a dedicated error code for histedit path-prefix error
- Commit:
0ebf8283cd162a594e725ca2a1fd9f16e6ece6e4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got histedit' implementation
- Commit:
64c6d99023a672f220d1de2662dfe52300f51ea2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent rebase in a work tree with an incompatible path prefix
- Commit:
7d5807f4517a76c30cd479340f6968ca7eecce0b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disallow 'got update' and 'got commit' while rebase is in progress
- Commit:
818c750100809b9b2d2c638d39f1427a66929fce
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got rebase' implementation
- Commit:
e09a504cc5b72ff4eca5d539b6fb50c8d01d0036
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce support for abbreviated object IDs
- Commit:
4e759de49807996b58bace13158d54df47e7717e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got branch' command
- Commit:
5ef14e636366c988d1453d9fb6f4a2b9ff127141
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got backout' command
- Commit:
03415a1a67d78f2decd6e46d82288a224bd4454d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow 'got cherrypick' with a root commit (adds all files in commit)
- Commit:
234035bc7943e32aa92668438f4c0ba9c85e2f83
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add 'got cherrypick' command
- Commit:
a1fb16d88f6904f90545c864be8d12c6ea9753b0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make moved branch head references easier to deal with
- Commit:
79c99a64af2fcd11a3c60a54f989167ef4a72310
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't leak objects which can't be cached
- Commit:
cc43886eb42b017ad076793f573618dcf9cdb146
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve wording of an error message
- Commit:
df056ada35bdbbcc6e248b7ec0ec8a7d25fd5147
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_error_path()