Commits
- Commit:
dda01c6c3d76b3b262601dca461742164bfa700b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sync
- Commit:
a95f633fcba8d8d21d9e48250060b901c6725312
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
sort dist file list
- Commit:
fdcfc893ac9b3e7f29e44937df9ec945a7f3e774
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a change log
- Commit:
e635744c2c32b0f49c9173f4d47e709753569759
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
merge create_staged_content() and create_reverted_content() helpers
- Commit:
33aa809d4fd2e43328dd3ad4897a7394c28c79ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement 'revert -p'
- Commit:
d3bcc3d18ab565811e1da723157c85657570b010
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make revert of a staged deletion a no-op for better interaction with -R
- 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