Created
January 15, 2016 03:11
-
-
Save krutcha/2b6b96810bbefc810185 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell> git status | |
HEAD detached at fcb2496 | |
Changes not staged for commit: | |
(use "git add <file>..." to update what will be committed) | |
(use "git checkout -- <file>..." to discard changes in working directory) | |
modified: doc/template/css/quire-sans.css | |
modified: test/colored_ribbon.jl | |
modified: test/regen-precompiles.jl | |
modified: test/runtests.jl | |
modified: test/timeseries_colorful.jl | |
no changes added to commit (use "git add" and/or "git commit -a") | |
shell> git diff | |
diff --git a/doc/template/css/quire-sans.css b/doc/template/css/quire-sans.css | |
old mode 100755 | |
new mode 100644 | |
diff --git a/test/colored_ribbon.jl b/test/colored_ribbon.jl | |
old mode 100755 | |
new mode 100644 | |
diff --git a/test/regen-precompiles.jl b/test/regen-precompiles.jl | |
old mode 100755 | |
new mode 100644 | |
diff --git a/test/runtests.jl b/test/runtests.jl | |
old mode 100755 | |
new mode 100644 | |
diff --git a/test/timeseries_colorful.jl b/test/timeseries_colorful.jl | |
old mode 100755 | |
new mode 100644 | |
julia> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment