summaryrefslogtreecommitdiff
path: root/shell.c
AgeCommit message (Expand)Author
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