summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-01-14Exec git programs without using PATH.Michal Ostrowski
2006-01-06git: grok 'help' to mean '--help'.Andreas Ericsson
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-18Make "git help" sort git commands in columnsLinus Torvalds
2005-12-18Make "git help" react to window size correctlyLinus Torvalds
2005-12-05Clean up compatibility definitions.Junio C Hamano
2005-12-05git.c: remove excess output for debugging when command is too long.Junio C Hamano
2005-12-04git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano
2005-12-04Add compat/setenv.c, use in git.c.Jason Riedy
2005-12-02git wrapper: more careful argument stuffingAlex Riesen
2005-11-25Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明
2005-11-18Do not show .exe in git command list.Junio C Hamano
2005-11-16git wrapper: basic fixes.Junio C Hamano
2005-11-16git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson
2005-11-16C implementation of the 'git' program, take two.Andreas Ericsson