1. b2724c8 use xstrfmt to replace xmalloc + strcpy/strcat by Jeff King · 11 years ago
  2. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  3. cb29dfd Merge branch 'tr/protect-low-3-fds' by Junio C Hamano · 12 years ago
  4. 1d999dd daemon/shell: refactor redirection of 0/1/2 from /dev/null by Thomas Rast · 12 years ago
  5. 3529708 shell: new no-interactive-login command to print a custom message by Jonathan Nieder · 12 years ago
  6. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  7. 2d9932c shell: add missing initialization of argv0_path by Dima Sharov · 14 years ago
  8. 9f29fe9 shell: Display errors from improperly-formatted command lines by Greg Brockman · 15 years ago
  9. 70256a3 shell: Rewrite documentation and improve error message by Ramkumar Ramachandra · 15 years ago
  10. e69164d Add interactive mode to git-shell for user-friendliness by Greg Brockman · 15 years ago
  11. 2dbc887 Allow creation of arbitrary git-shell commands by Greg Brockman · 15 years ago
  12. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  13. 79f72b9 git-shell: Add 'git-upload-archive' to allowed commands. by Erik Broes · 16 years ago
  14. 445cac1 Merge branch 'maint' by Junio C Hamano · 17 years ago
  15. 0cfeed2 make git-shell paranoid about closed stdin/stdout/stderr by Paolo Bonzini · 17 years ago
  16. 1e7abc5 Revert "Build-in "git-shell"" by Junio C Hamano · 17 years ago[Renamed (93%) from builtin-shell.c]
  17. daa0cc9 Build-in "git-shell" by Junio C Hamano · 17 years ago[Renamed (93%) from shell.c]
  18. 4cfc24a shell: do not play duplicated definition games to shrink the executable by Junio C Hamano · 17 years ago
  19. e1464ca Record the command invocation path early by Johannes Sixt · 17 years ago
  20. 5b8e6f8 shrink git-shell by avoiding redundant dependencies by Dmitry Potapov · 17 years ago
  21. bc7c73e git-shell: accept "git foo" form by Junio C Hamano · 17 years ago
  22. e8f5d87 shell should call the new setup_path() to setup $PATH by Scott R Parish · 17 years ago
  23. 0c696fe Support cvs via git-shell by Johannes Schindelin · 17 years ago
  24. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  25. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  26. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
  27. ab5f862 shell.c: complain on insufficient arguments. by Junio C Hamano · 19 years ago
  28. 35eb2d3 Add git-shell. by Linus Torvalds · 19 years ago