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