summaryrefslogtreecommitdiff
path: root/shell.c
AgeCommit message (Expand)Author
2017-05-05Merge branch 'maint-2.8' into maint-2.9Junio C Hamano
2017-05-05Merge branch 'maint-2.7' into maint-2.8Junio C Hamano
2017-05-05shell: disallow repo names beginning with dashJeff King
2016-07-01common-main: call git_setup_gettext()Jeff King
2016-07-01common-main: call sanitize_stdfds()Jeff King
2016-07-01common-main: call git_extract_argv0_path()Jeff King
2016-07-01add an extra level of indirection to main()Jeff King
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2014-06-19use xstrfmt to replace xmalloc + strcpy/strcatJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-22Merge branch 'tr/protect-low-3-fds'Junio C Hamano
2013-07-17daemon/shell: refactor redirection of 0/1/2 from /dev/nullThomas Rast
2013-03-10shell: new no-interactive-login command to print a custom messageJonathan Nieder
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-05-05shell: add missing initialization of argv0_pathDima Sharov
2010-08-27shell: Display errors from improperly-formatted command linesGreg Brockman
2010-08-24shell: Rewrite documentation and improve error messageRamkumar Ramachandra
2010-08-12Add interactive mode to git-shell for user-friendlinessGreg Brockman
2010-08-12Allow creation of arbitrary git-shell commandsGreg Brockman
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-04-11git-shell: Add 'git-upload-archive' to allowed commands.Erik Broes
2008-08-29Merge branch 'maint'Junio C Hamano
2008-08-29make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini
2008-08-26Revert "Build-in "git-shell""Junio C Hamano
2008-08-20Build-in "git-shell"Junio C Hamano
2008-08-20shell: do not play duplicated definition games to shrink the executableJunio C Hamano
2008-07-26Record the command invocation path earlyJohannes Sixt
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-26git-shell: accept "git foo" formJunio C Hamano
2007-10-30shell should call the new setup_path() to setup $PATHScott R Parish
2007-10-16Support cvs via git-shellJohannes Schindelin
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-03-05Const tightening.Junio C Hamano
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2005-11-26shell.c: complain on insufficient arguments.Junio C Hamano
2005-10-24Add git-shell.Linus Torvalds