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