summaryrefslogtreecommitdiffstats
path: root/shell.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Junio C Hamano2008-08-291-0/+13
|\
| * make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini2008-08-291-0/+13
* | Revert "Build-in "git-shell""Junio C Hamano2008-08-261-0/+89
* | Build-in "git-shell"Junio C Hamano2008-08-201-89/+0
* | shell: do not play duplicated definition games to shrink the executableJunio C Hamano2008-08-201-8/+0
|/
* Record the command invocation path earlyJohannes Sixt2008-07-261-2/+2
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-281-0/+8
* git-shell: accept "git foo" formJunio C Hamano2008-06-271-4/+13
* shell should call the new setup_path() to setup $PATHScott R Parish2007-10-301-7/+1
* Support cvs via git-shellJohannes Schindelin2007-10-161-1/+26
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-211-1/+1
* Const tightening.Junio C Hamano2006-03-051-1/+1
* Exec git programs without using PATH.Michal Ostrowski2006-01-141-2/+5
* shell.c: complain on insufficient arguments.Junio C Hamano2005-11-261-2/+1
* Add git-shell.Linus Torvalds2005-10-251-0/+59