summaryrefslogtreecommitdiffstats
path: root/shell.c
AgeCommit message (Expand)AuthorLines
2008-08-29shell: do not play duplicated definition games to shrink the executableJunio C Hamano-8/+0
2008-08-29make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini-0/+13
2008-07-25Record the command invocation path earlyJohannes Sixt-2/+2
2008-06-27shrink git-shell by avoiding redundant dependenciesDmitry Potapov-0/+8
2008-06-26git-shell: accept "git foo" formJunio C Hamano-4/+13
2007-10-29shell should call the new setup_path() to setup $PATHScott R Parish-7/+1
2007-10-15Support cvs via git-shellJohannes Schindelin-1/+26
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-1/+1
2006-03-05Const tightening.Junio C Hamano-1/+1
2006-01-13Exec git programs without using PATH.Michal Ostrowski-2/+5
2005-11-25shell.c: complain on insufficient arguments.Junio C Hamano-2/+1
2005-10-24Add git-shell.Linus Torvalds-0/+59