5 years ago dda01c6c3d Stefan Sperling
sync
5 years ago a95f633fcb Stefan Sperling
sort dist file list
5 years ago fdcfc893ac Stefan Sperling
add a change log
5 years ago e635744c2c Stefan Sperling
merge create_staged_content() and create_reverted_content() helpers
5 years ago 33aa809d4f Stefan Sperling
implement 'revert -p'
5 years ago d3bcc3d18a Stefan Sperling
make revert of a staged deletion a no-op for better interaction with -R
5 years ago 0f6d741505 Stefan Sperling
implement got revert -R
5 years ago 65084dad1e Stefan Sperling
in revert_file(), only construct on-disk path when actually needed
5 years ago 2163d96063 Stefan Sperling
rename local variable on got_worktree_revert()
5 years ago 1f1abb7ec2 Stefan Sperling
implement revert with a status walk to prepare for 'revert -p'
5 years ago 8957ae76fe Stefan Sperling
ensure that file index entry perms map to regular files
5 years ago 95ac67f04b Stefan Sperling
try to document double-status codes more clearly
5 years ago e70a841e31 Stefan Sperling
test repeated stage -p on added and deleted files
5 years ago af5a81b2ea Stefan Sperling
fix and test repeated stage -p on the same file
5 years ago 0f1cfa7fd9 Stefan Sperling
add test with out-of-date staged files
5 years ago 8564cb2124 Stefan Sperling
test stage/unstage with non-existent paths
5 years ago 57ba6a8b22 Stefan Sperling
fix command name in error messages printed by unstage tests
5 years ago 8b13ce36c3 Stefan Sperling
fix and test stage/unstage with unversioned files
5 years ago 4f2494e6cd Stefan Sperling
got.1 wording tweak
5 years ago 4ce4674049 Stefan Sperling
label staged blobs with "(staged)" in got diff output
5 years ago 19e4b90712 Stefan Sperling
fix and test 'q' command for unstage -p
5 years ago 2e1f37b029 Stefan Sperling
implement 'got unstage -p'
5 years ago ad7de6a516 Stefan Sperling
remove unused function got_diff_blob_file_lines_changed()
5 years ago 14c901f1f8 Stefan Sperling
split up worktree.c's merge_blob() into merge_blob() and merge_file()
5 years ago f5a17245fd Stefan Sperling
make got -p skip deletion question consistent with the others