Move files to logical positions, no more copying of files.

This commit is contained in:
DariusIII
2015-05-27 00:39:04 +02:00
parent f6632f2679
commit ffa9797126
1472 changed files with 27 additions and 41 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
fix.sh
defaults.sh
misc/update_scripts/nix_scripts/tmux/powerline/powerline/config/defaults.sh
+13
View File
@@ -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
-22
View File
@@ -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