-
Notifications
You must be signed in to change notification settings - Fork 8.7k
Comparing changes
Open a pull request
base repository: mathiasbynens/dotfiles
base: master
head repository: eins78/dotfiles
compare: master
Commits on Sep 14, 2012
-
Configuration menu - View commit details
-
Copy full SHA for ea6bd96 - Browse repository at this point
Copy the full SHA ea6bd96View commit details -
Configuration menu - View commit details
-
Copy full SHA for a71bd0c - Browse repository at this point
Copy the full SHA a71bd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf8ea9 - Browse repository at this point
Copy the full SHA 6bf8ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f168ff - Browse repository at this point
Copy the full SHA 9f168ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 294317a - Browse repository at this point
Copy the full SHA 294317aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9d09d3 - Browse repository at this point
Copy the full SHA d9d09d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2658e8a - Browse repository at this point
Copy the full SHA 2658e8aView commit details
Commits on Sep 15, 2012
-
Max F. Albrecht authored and Max F. Albrecht committed
Sep 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 77b29d8 - Browse repository at this point
Copy the full SHA 77b29d8View commit details -
Max F. Albrecht authored and Max F. Albrecht committed
Sep 15, 2012 Configuration menu - View commit details
-
Copy full SHA for e9993db - Browse repository at this point
Copy the full SHA e9993dbView commit details -
Max F. Albrecht authored and Max F. Albrecht committed
Sep 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 130ff3e - Browse repository at this point
Copy the full SHA 130ff3eView commit details -
Max F. Albrecht authored and Max F. Albrecht committed
Sep 15, 2012 Configuration menu - View commit details
-
Copy full SHA for 0e148f5 - Browse repository at this point
Copy the full SHA 0e148f5View commit details
Commits on Nov 23, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a545aaf - Browse repository at this point
Copy the full SHA a545aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2120cd1 - Browse repository at this point
Copy the full SHA 2120cd1View commit details
Commits on Nov 24, 2012
-
bash: Update custom Bash prompt
Use git commands to directly enquire about the state of the working tree. Where possible, git plumbing commands are used. In some instances, git porcelain commands are used (where plumbing commands fail on freshly initialized repos) but there is no reliance on string data in their output. The previous method relied on specific strings in the output of commands (`status` and `branch`) which was very unreliable. Those commands make no guarantees about the nature of the text they return and should not be used for scripting purposes. Enhancements included in this update: * Display the short SHA of a commit when there is no branch name. * Display the `$` character when there are stashed changes. Conflicts: bash/bash_prompt
Configuration menu - View commit details
-
Copy full SHA for 0df52ba - Browse repository at this point
Copy the full SHA 0df52baView commit details -
.bash_prompt: integrate @necolas changes with upstream style
Max F. Albrecht authored and Max F. Albrecht committedNov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for 5c4fdb9 - Browse repository at this point
Copy the full SHA 5c4fdb9View commit details -
.bash_prompt: safer echo without newline
Max F. Albrecht authored and Max F. Albrecht committedNov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for e885e10 - Browse repository at this point
Copy the full SHA e885e10View commit details -
.bash_prompt: call 'git' directly, without aliases
Don't call `git`, call `command git`. Otherwise the prompt could be slow if you aliased a git helper like hub, see <https://github.com/defunkt/hub#is-your-shell-prompt-slow>.
Max F. Albrecht authored and Max F. Albrecht committedNov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for 5f901fd - Browse repository at this point
Copy the full SHA 5f901fdView commit details -
upgrade from #upstream and #bash-prompt-better-git
# By Mathias Bynens (8) and others * refs/heads/bash-prompt-better-git: .bash_prompt: call 'git' directly, without aliases .bash_prompt: safer echo without newline .bash_prompt: integrate @necolas changes with upstream style bash: Update custom Bash prompt .gitconfig: Set `push.default = simple` bin: Update to Bash 4.2.39 .bash_prompt: Use `tput setaf 0` for white .osx: Add command to remove all Dock icons README: Recommend sourcing the bootstrapper .osx: Add Mac App Store section .aliases: Make `update` run `brew cleanup` .osx: Allow installing user scripts via Userscripts.org .osx: Allow installing user scripts via GitHub or gists .aliases: Make `update` update Ruby gems as well .aliases: Add `dl` .aliases: Alias `sha1sum` if needed Conflicts: .aliases .bash_prompt
Max F. Albrecht authored and Max F. Albrecht committedNov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for ee43838 - Browse repository at this point
Copy the full SHA ee43838View commit details -
Max F. Albrecht authored and Max F. Albrecht committed
Nov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for d5d359a - Browse repository at this point
Copy the full SHA d5d359aView commit details -
.bash-prompt: bracket style with space
Max F. Albrecht authored and Max F. Albrecht committedNov 24, 2012 Configuration menu - View commit details
-
Copy full SHA for 09118c1 - Browse repository at this point
Copy the full SHA 09118c1View commit details
Commits on Jan 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 88e6d0e - Browse repository at this point
Copy the full SHA 88e6d0eView commit details -
.gitconfig: ignore whitespace whining by git, don't fix it automagically
It's more trouble than it's worth. Especially since I differ with git on some 'errors'.
Max F. Albrecht authored and Max F. Albrecht committedJan 20, 2013 Configuration menu - View commit details
-
Copy full SHA for 867b082 - Browse repository at this point
Copy the full SHA 867b082View commit details
Commits on Jan 21, 2013
-
Max F. Albrecht authored and Max F. Albrecht committed
Jan 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 47221ed - Browse repository at this point
Copy the full SHA 47221edView commit details
Commits on Feb 3, 2013
-
functions: server: echo full URL before starting server
useful on linux systems where the 'open' command will fail to open the URL in most distress.
Configuration menu - View commit details
-
Copy full SHA for a9ec4e9 - Browse repository at this point
Copy the full SHA a9ec4e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85b3f3 - Browse repository at this point
Copy the full SHA f85b3f3View commit details
Commits on Feb 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 7929550 - Browse repository at this point
Copy the full SHA 7929550View commit details
Commits on Apr 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for f5b620f - Browse repository at this point
Copy the full SHA f5b620fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8512bc - Browse repository at this point
Copy the full SHA f8512bcView commit details
Commits on Jun 9, 2013
-
Configuration menu - View commit details
-
Copy full SHA for cfaf696 - Browse repository at this point
Copy the full SHA cfaf696View commit details -
@KTE: add psh() for ssh without key checking and warning
Signed-off-by: Max F. Albrecht <1@178.is>
Configuration menu - View commit details
-
Copy full SHA for bff2122 - Browse repository at this point
Copy the full SHA bff2122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016f273 - Browse repository at this point
Copy the full SHA 016f273View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddeff4b - Browse repository at this point
Copy the full SHA ddeff4bView commit details
Commits on Jul 5, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 8075993 - Browse repository at this point
Copy the full SHA 8075993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a3be28 - Browse repository at this point
Copy the full SHA 2a3be28View commit details
Commits on Aug 12, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 17c46e9 - Browse repository at this point
Copy the full SHA 17c46e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d11bdce - Browse repository at this point
Copy the full SHA d11bdceView commit details
Commits on Dec 8, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 60811a2 - Browse repository at this point
Copy the full SHA 60811a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1472b42 - Browse repository at this point
Copy the full SHA 1472b42View commit details
There are no files selected for viewing