1. 723c1d5 completion: expand "push --delete <remote> <ref>" for refs on that <remote> by Ævar Arnfjörð Bjarmason · 8 years ago
  2. fef56eb completion: fill COMPREPLY directly when completing refs by SZEDER Gábor · 8 years ago
  3. e896369 completion: let 'for-each-ref' and 'ls-remote' filter matching refs by SZEDER Gábor · 8 years ago
  4. aed3881 completion: support excluding full refs by SZEDER Gábor · 8 years ago
  5. aa0644f completion: support completing fully qualified non-fast-forward refspecs by SZEDER Gábor · 8 years ago
  6. 2ea328a completion: support completing full refs after '--option=refs/<TAB>' by SZEDER Gábor · 8 years ago
  7. 15b4a16 completion: wrap __git_refs() for better option parsing by SZEDER Gábor · 8 years ago
  8. fad9484 completion: cache the path to the repository by SZEDER Gábor · 8 years ago
  9. beb6ee7 completion: extract repository discovery from __gitdir() by SZEDER Gábor · 8 years ago
  10. 80ac074 completion: respect 'git -C <path>' by SZEDER Gábor · 8 years ago
  11. 336d694 completion: fix completion after 'git -C <path>' by SZEDER Gábor · 8 years ago
  12. 91b7ea8 completion: list short refs from a remote given as a URL by SZEDER Gábor · 8 years ago
  13. 62a1b73 completion: don't list 'HEAD' when trying refs completion outside of a repo by SZEDER Gábor · 8 years ago
  14. 69a7759 completion: list refs from remote when remote's name matches a directory by SZEDER Gábor · 8 years ago
  15. 5c12f64 completion: respect 'git --git-dir=<path>' when listing remote refs by SZEDER Gábor · 8 years ago
  16. a2f03b0 completion: ensure that the repository path given on the command line exists by SZEDER Gábor · 8 years ago
  17. fb9cd42 completion tests: add tests for the __git_refs() helper function by SZEDER Gábor · 8 years ago
  18. 8f0fa85 completion tests: check __gitdir()'s output in the error cases by SZEDER Gábor · 8 years ago
  19. f611440 completion tests: consolidate getting path of current working directory by SZEDER Gábor · 8 years ago
  20. eac9062 completion tests: make the $cur variable local to the test helper functions by SZEDER Gábor · 8 years ago
  21. e5edbef completion tests: don't add test cruft to the test repository by SZEDER Gábor · 8 years ago
  22. a3c45d1 t: use nongit() function where applicable by Jeff King · 8 years ago
  23. 12bdc88 completion: simplify query for config variables by SZEDER Gábor · 10 years ago
  24. e8f9e42 completion: add a helper function to get config variables by SZEDER Gábor · 10 years ago
  25. 8fb2687 t: fix severe &&-chain breakage by Jeff King · 10 years ago
  26. 2acc194 completion: add a test for __git_remotes() helper function by SZEDER Gábor · 10 years ago
  27. 44cf1c0 t9902: mingw-specific fix for gitfile link files by Pat Thoyts · 11 years ago
  28. 56f24e8 completion: handle '!f() { ... }; f' and "!sh -c '...' -" aliases by Steffen Prohaska · 11 years ago
  29. 0ef0970 t9902-completion.sh: old Bash still does not support array+=('') notation by Brandon Casey · 12 years ago
  30. 533a05f Merge branch 'tr/test-lint-no-export-assignment-in-shell' by Junio C Hamano · 12 years ago
  31. 04ce893 Merge branch 'jk/bash-completion' by Junio C Hamano · 12 years ago
  32. 38678a1 t9902: fix 'test A == B' to use = operator by Thomas Rast · 12 years ago
  33. 66fb37d completion: learn about --man-path by John Keeping · 12 years ago
  34. c9a102e completion, bash prompt: move __gitdir() tests to completion test suite by SZEDER Gábor · 12 years ago
  35. f03efba completion: document tilde expansion failure in tests by Felipe Contreras · 12 years ago
  36. ddf07bd completion: add file completion tests by Felipe Contreras · 12 years ago
  37. 7d13e0a completion: get rid of compgen by Felipe Contreras · 12 years ago
  38. 43369a2 completion: add __gitcomp_nl tests by Felipe Contreras · 12 years ago
  39. cdbff7d completion: trivial test improvement by Felipe Contreras · 12 years ago
  40. 5047822 t9902: protect test from stray build artifacts by Junio C Hamano · 12 years ago
  41. 1cab289 Merge branch 'fc/completion-test-simplification' by Junio C Hamano · 12 years ago
  42. 1739303 completion: simplify __gitcomp() test helper by Felipe Contreras · 12 years ago
  43. e461523 completion: refactor __gitcomp related tests by Felipe Contreras · 12 years ago
  44. 2fbaf81 completion: consolidate test_completion*() tests by Felipe Contreras · 12 years ago
  45. a1be444 completion: simplify tests using test_completion_long() by Felipe Contreras · 12 years ago
  46. 43ea081 completion: standardize final space marker in tests by Felipe Contreras · 12 years ago
  47. 701ecdf completion: add comment for test_completion() by Felipe Contreras · 12 years ago
  48. 2f65494 completion: add format-patch options to send-email by Felipe Contreras · 12 years ago
  49. bafed0d t9902: add completion tests for "odd" filenames by Jeff King · 12 years ago
  50. 49ba92b t9902: add a few basic completion tests by Jeff King · 12 years ago
  51. e90020c Merge branch 'fc/git-prompt-script' by Junio C Hamano · 13 years ago
  52. 93b291e completion: put main git and gitk completion functions back into git namespace by SZEDER Gábor · 13 years ago
  53. 423b5a1 Merge branch 'fc/git-complete-helper' into fc/git-prompt-script by Junio C Hamano · 13 years ago
  54. 7f02f3d completion: rename internal helpers _git and _gitk by Felipe Contreras · 13 years ago
  55. 6b179ad completion: add new __git_complete helper by Felipe Contreras · 13 years ago
  56. f8891cf tests: move code to run tests under bash into a helper library by SZEDER Gábor · 13 years ago
  57. 911d5da completion: fix completion after 'git --option <TAB>' by SZEDER Gábor · 13 years ago
  58. 3ffcd08 completion: avoid trailing space for --exec-path by Jonathan Nieder · 13 years ago
  59. 69ef3c0 completion: add missing general options by Felipe Contreras · 13 years ago
  60. 74a8c84 tests: add tests for the __gitcomp() completion helper function by SZEDER Gábor · 13 years ago
  61. 5c293a6 tests: add initial bash completion tests by Felipe Contreras · 13 years ago