1. 27 Jul, 2015 1 commit
    • Brian Degenhardt's avatar
      agnoster: speed up git prompt · b875df89
      Brian Degenhardt authored
      Problem
      
      On detached-refs, the git prompt is very slow because it uses a command
      to output all refs, which takes 32s on the twitter internal git repo.
      
      Solution
      
      Use git-rev-parse instead of git-show-ref to only output the head ref.
      Runtime drops to 0.03 seconds.
      
      Note
      
      Interestingly, git-rev-parse isn't slow without the --head arguement so
      I'll probably be cooking up a patch for the git team to speed this up
      eventually, but it's still pointless to sigpipe git as it walks the
      filesystem.
      b875df89
  2. 14 Jul, 2015 1 commit
  3. 06 Jul, 2015 2 commits
  4. 29 Jun, 2015 1 commit
  5. 28 Jun, 2015 1 commit
  6. 17 Jun, 2015 3 commits
  7. 15 Jun, 2015 24 commits
  8. 14 Jun, 2015 2 commits
  9. 13 Jun, 2015 5 commits