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