mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Move files to logical positions, no more copying of files.
This commit is contained in:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
fix.sh
|
fix.sh
|
||||||
defaults.sh
|
misc/update_scripts/nix_scripts/tmux/powerline/powerline/config/defaults.sh
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Add changes.
|
||||||
|
git add -i
|
||||||
|
|
||||||
|
# Edit changelog.
|
||||||
|
nano Changelog
|
||||||
|
|
||||||
|
# Add changes to changelog.
|
||||||
|
git add Changelog
|
||||||
|
|
||||||
|
# Commit changes.
|
||||||
|
git commit
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
# Auto detect text files and perform LF normalization
|
|
||||||
* text=auto
|
|
||||||
|
|
||||||
# Custom for Visual Studio
|
|
||||||
*.cs diff=csharp
|
|
||||||
*.sln merge=union
|
|
||||||
*.csproj merge=union
|
|
||||||
*.vbproj merge=union
|
|
||||||
*.fsproj merge=union
|
|
||||||
*.dbproj merge=union
|
|
||||||
|
|
||||||
# Standard to msysgit
|
|
||||||
*.doc diff=astextplain
|
|
||||||
*.DOC diff=astextplain
|
|
||||||
*.docx diff=astextplain
|
|
||||||
*.DOCX diff=astextplain
|
|
||||||
*.dot diff=astextplain
|
|
||||||
*.DOT diff=astextplain
|
|
||||||
*.pdf diff=astextplain
|
|
||||||
*.PDF diff=astextplain
|
|
||||||
*.rtf diff=astextplain
|
|
||||||
*.RTF diff=astextplain
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user