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 Jun, 2015 1 commit
  3. 10 Jun, 2015 1 commit
  4. 16 Nov, 2014 1 commit
  5. 06 Nov, 2014 1 commit
  6. 26 Mar, 2014 1 commit
  7. 29 Jan, 2014 3 commits
  8. 15 Nov, 2013 1 commit
  9. 09 Nov, 2013 1 commit
  10. 04 Nov, 2013 1 commit
  11. 20 Oct, 2013 1 commit
  12. 02 Oct, 2013 1 commit
  13. 19 Sep, 2013 1 commit
  14. 29 Aug, 2013 1 commit
  15. 25 Jun, 2013 1 commit
  16. 06 Jun, 2013 1 commit
  17. 26 Mar, 2013 1 commit
  18. 31 Jan, 2013 1 commit
  19. 20 Jan, 2013 1 commit
  20. 18 Jan, 2013 1 commit
  21. 21 Dec, 2012 1 commit
  22. 30 Nov, 2012 1 commit
  23. 27 Nov, 2012 2 commits
  24. 03 Nov, 2012 1 commit
  25. 26 Sep, 2012 1 commit
  26. 25 Sep, 2012 1 commit
  27. 17 Sep, 2012 1 commit
  28. 13 Sep, 2012 1 commit