| Commit message (Expand) | Author | Age |
* | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 2016-01-15 |
* | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
* | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 2013-07-22 |
|\ |
|
| * | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 2013-07-17 |
* | | shell: new no-interactive-login command to print a custom message | Jonathan Nieder | 2013-03-09 |
|/ |
|
* | i18n: add infrastructure for translating Git with gettext | Ævar Arnfjörð Bjarmason | 2011-12-05 |
* | shell: add missing initialization of argv0_path | Dima Sharov | 2011-05-05 |
* | shell: Display errors from improperly-formatted command lines | Greg Brockman | 2010-08-27 |
* | shell: Rewrite documentation and improve error message | Ramkumar Ramachandra | 2010-08-24 |
* | Add interactive mode to git-shell for user-friendliness | Greg Brockman | 2010-08-12 |
* | Allow creation of arbitrary git-shell commands | Greg Brockman | 2010-08-12 |
* | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 |
* | git-shell: Add 'git-upload-archive' to allowed commands. | Erik Broes | 2009-04-11 |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-29 |
|\ |
|
| * | make git-shell paranoid about closed stdin/stdout/stderr | Paolo Bonzini | 2008-08-29 |
* | | Revert "Build-in "git-shell"" | Junio C Hamano | 2008-08-25 |
* | | Build-in "git-shell" | Junio C Hamano | 2008-08-20 |
* | | shell: do not play duplicated definition games to shrink the executable | Junio C Hamano | 2008-08-19 |
|/ |
|
* | Record the command invocation path early | Johannes Sixt | 2008-07-25 |
* | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 |
* | git-shell: accept "git foo" form | Junio C Hamano | 2008-06-26 |
* | shell should call the new setup_path() to setup $PATH | Scott R Parish | 2007-10-29 |
* | Support cvs via git-shell | Johannes Schindelin | 2007-10-15 |
* | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | Const tightening. | Junio C Hamano | 2006-03-05 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 |
* | shell.c: complain on insufficient arguments. | Junio C Hamano | 2005-11-25 |
* | Add git-shell. | Linus Torvalds | 2005-10-24 |