mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Force LF
eol with .gitattributes
This commit is contained in:
parent
5de37f98bb
commit
c53ccb37ae
9
.gitattributes
vendored
Normal file
9
.gitattributes
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
||||||
|
*.* eol=lf
|
||||||
|
|
||||||
|
# These files are unfortunately not recognized as text files so
|
||||||
|
# explicitly listing them here
|
||||||
|
tpm eol=lf
|
||||||
|
bin/* eol=lf
|
||||||
|
bindings/* eol=lf
|
||||||
|
tests/* eol=lf
|
@ -5,6 +5,8 @@
|
|||||||
- bug: when using `emacs` copy mode, Enter does not quit screen after tpm
|
- bug: when using `emacs` copy mode, Enter does not quit screen after tpm
|
||||||
installation/update. Fix by making `Escape` the key for emacs mode.
|
installation/update. Fix by making `Escape` the key for emacs mode.
|
||||||
- add a doc with troubleshooting instructions
|
- add a doc with troubleshooting instructions
|
||||||
|
- add `.gitattributes` file that forces linefeed characters (classic `\n`) as
|
||||||
|
line endings - helps with misconfigured git on windows/cygwin
|
||||||
|
|
||||||
### v3.0.0, 2015-08-03
|
### v3.0.0, 2015-08-03
|
||||||
- refactor `shared_set_tpm_path_constant` function
|
- refactor `shared_set_tpm_path_constant` function
|
||||||
|
Loading…
Reference in New Issue
Block a user