Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
delete unused code from git_cwd_info
  • Loading branch information
gfontenot committed May 24, 2012
1 parent b3527b8 commit 1237d52
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/git_cwd_info
Expand Up @@ -30,11 +30,6 @@ def git_cwd_needs_push
" ⬆" unless `git cherry -v origin/#{git_parse_branch} 2>/dev/null`.strip.empty?
end

# def git_cwd_needs_pull
# # Will display a green down arrow if the repo has changes on the server.
# " %{\e[32m%}⬇%{\e[0m%}" unless `git rev-parse HEAD 2>/dev/null`.strip == `git ls-remote origin -h refs/heads/#{git_parse_branch} 2>/dev/null`.strip.split(" ")[0]
# end

def rebasing_etc
if File.exists?(File.join(git_repo_path, 'BISECT_LOG'))
"+bisect"
Expand Down

0 comments on commit 1237d52

Please sign in to comment.