aboutsummaryrefslogtreecommitdiff
path: root/shell.c
Commit message (Expand)AuthorAge
* shell: drop git-cvsserver support by defaultJeff King2017-09-12
* Merge branch 'maint-2.8' into maint-2.9Junio C Hamano2017-05-05
|\
| * Merge branch 'maint-2.7' into maint-2.8Junio C Hamano2017-05-05
| |\
| | * shell: disallow repo names beginning with dashJeff King2017-05-05
* | | common-main: call git_setup_gettext()Jeff King2016-07-01
* | | common-main: call sanitize_stdfds()Jeff King2016-07-01
* | | common-main: call git_extract_argv0_path()Jeff King2016-07-01
* | | add an extra level of indirection to main()Jeff King2016-07-01
|/ /
* | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
|/
* use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-19
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* Merge branch 'tr/protect-low-3-fds'Junio C Hamano2013-07-22
|\
| * daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast2013-07-17
* | shell: new no-interactive-login command to print a custom messageJonathan Nieder2013-03-09
|/
* i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason2011-12-05
* shell: add missing initialization of argv0_pathDima Sharov2011-05-05
* shell: Display errors from improperly-formatted command linesGreg Brockman2010-08-27
* shell: Rewrite documentation and improve error messageRamkumar Ramachandra2010-08-24
* Add interactive mode to git-shell for user-friendlinessGreg Brockman2010-08-12
* Allow creation of arbitrary git-shell commandsGreg Brockman2010-08-12
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-27
* git-shell: Add 'git-upload-archive' to allowed commands.Erik Broes2009-04-11
* Merge branch 'maint'Junio C Hamano2008-08-29
|\
| * make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini2008-08-29
* | Revert "Build-in "git-shell""Junio C Hamano2008-08-25
* | Build-in "git-shell"Junio C Hamano2008-08-20
* | shell: do not play duplicated definition games to shrink the executableJunio C Hamano2008-08-19
|/
* Record the command invocation path earlyJohannes Sixt2008-07-25
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-27
* git-shell: accept "git foo" formJunio C Hamano2008-06-26
* shell should call the new setup_path() to setup $PATHScott R Parish2007-10-29
* Support cvs via git-shellJohannes Schindelin2007-10-15
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Const tightening.Junio C Hamano2006-03-05
* Exec git programs without using PATH.Michal Ostrowski2006-01-13
* shell.c: complain on insufficient arguments.Junio C Hamano2005-11-25
* Add git-shell.Linus Torvalds2005-10-24