summaryrefslogtreecommitdiff
path: root/git.c
AgeCommit message (Expand)Author
2006-04-16Support "git cmd --help" syntaxLinus Torvalds
2006-04-15diff --stat: do not do its own three-dashes.Junio C Hamano
2006-04-13Use less memory in "git log"Linus Torvalds
2006-04-13git-log: do not output excess blank line between commitsJunio C Hamano
2006-04-11blame and friends: adjust to multiple pathspec change.Junio C Hamano
2006-04-10git log --full-diffJunio C Hamano
2006-04-09git log [diff-tree options]...Junio C Hamano
2006-04-09git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano
2006-04-02Fix sparse warnings about non-ANSI function prototypesRene Scharfe
2006-04-01Move "--parent" parsing into generic revision.c library codeLinus Torvalds
2006-03-09Nicer output from 'git'Fredrik Kuivinen
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-05Const tightening.Junio C Hamano
2006-03-02setup_revisions(): handle -n<n> and -<n> internally.Junio C Hamano
2006-03-01git-log (internal): more options.Junio C Hamano
2006-02-28Tie it all together: "git log"Linus Torvalds
2006-02-26Teach the "git" command to handle some commands internallyLinus Torvalds
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