Commits
- Commit:
0f6d7415053c3cb56d6d4bafb624866ae4554f3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement got revert -R
- Commit:
65084dad1e0e79f61fa736536c15cb512df73d1d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
in revert_file(), only construct on-disk path when actually needed
- Commit:
2163d960632af6a11c5650d227ff007b8697e4f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename local variable on got_worktree_revert()
- Commit:
1f1abb7ec22a77662642b62b3740cefc1d8410f0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement revert with a status walk to prepare for 'revert -p'
- Commit:
8957ae76febe5a6d3784d953344e6f765b1a6ace
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that file index entry perms map to regular files
- Commit:
95ac67f04b39e8b32c33ec940e4584207e566bcf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
try to document double-status codes more clearly
- Commit:
e70a841e31bd4ee0543f62e77fa61dfd23584344
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test repeated stage -p on added and deleted files
- Commit:
af5a81b2eac713f9ff649d8a82c984af072118e9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test repeated stage -p on the same file
- Commit:
0f1cfa7fd920a620b82f3a4d72f56819ff17c508
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add test with out-of-date staged files
- Commit:
8564cb2124254043a0038930300e9e9987914443
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test stage/unstage with non-existent paths
- Commit:
57ba6a8b2290654163b428404a7fd1fe0ae808a1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix command name in error messages printed by unstage tests
- Commit:
8b13ce36c3571db545dcba7fe278009d7214dace
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test stage/unstage with unversioned files
- Commit:
4f2494e6cd4d608eb7e5b673896c934480b92fca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1 wording tweak
- Commit:
4ce46740492b52299407d11c2571029be8ad295e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
label staged blobs with "(staged)" in got diff output
- Commit:
19e4b90712e9a185c4562e0563aa5a34dc6f549c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix and test 'q' command for unstage -p
- Commit:
2e1f37b02955aef4d5bd0d0307e98da1e4b95463
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'got unstage -p'
- Commit:
ad7de6a5165442ec89b9daaadb18901a981befee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused function got_diff_blob_file_lines_changed()
- Commit:
14c901f1f8f27565b91c2e8a74939c74250d8521
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
split up worktree.c's merge_blob() into merge_blob() and merge_file()
- Commit:
f5a17245fd8503e5cd7c2d1dd464c8a435e83463
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got -p skip deletion question consistent with the others
- Commit:
ec9d9b2fbd416cf92abcb34a646a230acb9966f6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop passing paths to 'got stage' in basic stage test
- Commit:
eba70f3832e0457ba487bbe50a3d8e30dca1f15f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
verify stage -p behaviour with incomplete response script
- Commit:
88f33a19290ffcb0a75f9b6cdd25c1207e46b858
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that stage -p choice 'q' doesn't skip subsequent files
- Commit:
a7c9878d5b0e7770339e76efc0821897fe7a6be8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make stage -p show the number of changes in a file
- Commit:
6d23ec10d58455c5dd25839caf9e0b84461c4acb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got.1 wording tweaks around stage -p
- Commit:
c8ede203f35b2a68c79737c983a5dc4046d67365
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make stage -p offer 'q' option only for edits, not additions and deletions