Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-01-06git: grok 'help' to mean '--help'.Andreas Ericsson
2005-12-22\n usage in stderr outputAlex Riesen
2005-12-19Make "git help" sort git commands in columnsLinus Torvalds
2005-12-19Make "git help" react to window size correctlyLinus Torvalds
2005-12-06Clean 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-05git.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-19Do 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