1. 338abb0 builtins + test helpers: use return instead of exit() in cmd_* by Ævar Arnfjörð Bjarmason · 3 years, 9 months ago
  2. 08d383f interactive: refactor code asking the user for interactive input by Johannes Schindelin · 5 years ago
  3. ec6ee0c shell: use skip_prefix() instead of starts_with() by René Scharfe · 5 years ago
  4. 2289880 Merge branch 'nd/command-list' by Junio C Hamano · 7 years ago
  5. 65b5f94 Move declaration for alias.c to alias.h by Nguyễn Thái Ngọc Duy · 7 years ago
  6. d807c4a exec_cmd: rename to use dash in file name by Stefan Beller · 7 years ago
  7. 9a42c03 shell: drop git-cvsserver support by default by Jeff King · 7 years ago
  8. c93ab42 Merge branch 'maint-2.8' into maint-2.9 by Junio C Hamano · 8 years ago
  9. a8d93d1 Merge branch 'maint-2.7' into maint-2.8 by Junio C Hamano · 8 years ago
  10. 3ec8044 shell: disallow repo names beginning with dash by Jeff King · 8 years ago
  11. 5ce5f5f common-main: call git_setup_gettext() by Jeff King · 9 years ago
  12. 57f5d52 common-main: call sanitize_stdfds() by Jeff King · 9 years ago
  13. 650c449 common-main: call git_extract_argv0_path() by Jeff King · 9 years ago
  14. 3f2e229 add an extra level of indirection to main() by Jeff King · 9 years ago
  15. 8f309ae strbuf: introduce strbuf_getline_{lf,nul}() by Junio C Hamano · 9 years ago
  16. b2724c8 use xstrfmt to replace xmalloc + strcpy/strcat by Jeff King · 11 years ago
  17. 5955654 replace {pre,suf}fixcmp() with {starts,ends}_with() by Christian Couder · 11 years ago
  18. cb29dfd Merge branch 'tr/protect-low-3-fds' by Junio C Hamano · 12 years ago
  19. 1d999dd daemon/shell: refactor redirection of 0/1/2 from /dev/null by Thomas Rast · 12 years ago
  20. 3529708 shell: new no-interactive-login command to print a custom message by Jonathan Nieder · 12 years ago
  21. 5e9637c i18n: add infrastructure for translating Git with gettext by Ævar Arnfjörð Bjarmason · 13 years ago
  22. 2d9932c shell: add missing initialization of argv0_path by Dima Sharov · 14 years ago
  23. 9f29fe9 shell: Display errors from improperly-formatted command lines by Greg Brockman · 15 years ago
  24. 70256a3 shell: Rewrite documentation and improve error message by Ramkumar Ramachandra · 15 years ago
  25. e69164d Add interactive mode to git-shell for user-friendliness by Greg Brockman · 15 years ago
  26. 2dbc887 Allow creation of arbitrary git-shell commands by Greg Brockman · 15 years ago
  27. d824cbb Convert existing die(..., strerror(errno)) to die_errno() by Thomas Rast · 16 years ago
  28. 79f72b9 git-shell: Add 'git-upload-archive' to allowed commands. by Erik Broes · 16 years ago
  29. 445cac1 Merge branch 'maint' by Junio C Hamano · 17 years ago
  30. 0cfeed2 make git-shell paranoid about closed stdin/stdout/stderr by Paolo Bonzini · 17 years ago
  31. 1e7abc5 Revert "Build-in "git-shell"" by Junio C Hamano · 17 years ago[Renamed (93%) from builtin-shell.c]
  32. daa0cc9 Build-in "git-shell" by Junio C Hamano · 17 years ago[Renamed (93%) from shell.c]
  33. 4cfc24a shell: do not play duplicated definition games to shrink the executable by Junio C Hamano · 17 years ago
  34. e1464ca Record the command invocation path early by Johannes Sixt · 17 years ago
  35. 5b8e6f8 shrink git-shell by avoiding redundant dependencies by Dmitry Potapov · 17 years ago
  36. bc7c73e git-shell: accept "git foo" form by Junio C Hamano · 17 years ago
  37. e8f5d87 shell should call the new setup_path() to setup $PATH by Scott R Parish · 17 years ago
  38. 0c696fe Support cvs via git-shell by Johannes Schindelin · 17 years ago
  39. cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
  40. 9201c70 Const tightening. by Junio C Hamano · 19 years ago
  41. 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
  42. ab5f862 shell.c: complain on insufficient arguments. by Junio C Hamano · 19 years ago
  43. 35eb2d3 Add git-shell. by Linus Torvalds · 19 years ago