kakoune/rc
Johannes Altmanninger 286dab11d4 rc tools git: "git apply" to apply selections in diffs
This adds a somewhat discoverable frontend for common uses of the
patch command.

Here are some frequently used commands

	# apply selected changes
	git apply 
	# revert selected changes
	git apply -R
	# stage selected changes
	git apply --cached
	# unstage selected changes
	git apply --cached -R
	# apply selected changes and stage them
	git apply --index

For everyday use that's a lot of typing so I recommend adding mappings.
2023-11-04 12:14:48 +01:00
..
detection rc detection modeline: optimize modeline pre-filtering 2023-06-02 22:38:32 +02:00
filetype Merge remote-tracking branch 'arrufat/zig-syntax' 2023-11-02 18:29:35 +11:00
tools rc tools git: "git apply" to apply selections in diffs 2023-11-04 12:14:48 +01:00
windowing pass cwd for wezterm terminal 2023-07-27 13:28:37 +08:00