summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Nicer output from 'git'Fredrik Kuivinen2006-03-091-11/+36
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-091-2/+0
* Const tightening.Junio C Hamano2006-03-051-16/+16
* setup_revisions(): handle -n<n> and -<n> internally.Junio C Hamano2006-03-021-14/+1
* git-log (internal): more options.Junio C Hamano2006-03-011-1/+69
* Tie it all together: "git log"Linus Torvalds2006-02-281-0/+24
* Teach the "git" command to handle some commands internallyLinus Torvalds2006-02-261-37/+116
* Exec git programs without using PATH.Michal Ostrowski2006-01-131-39/+11
* git: grok 'help' to mean '--help'.Andreas Ericsson2006-01-051-0/+5
* \n usage in stderr outputAlex Riesen2005-12-211-1/+1
* Make "git help" sort git commands in columnsLinus Torvalds2005-12-181-9/+12
* Make "git help" react to window size correctlyLinus Torvalds2005-12-181-0/+11
* Clean up compatibility definitions.Junio C Hamano2005-12-051-9/+6
* git.c: remove excess output for debugging when command is too long.Junio C Hamano2005-12-041-1/+1
* git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano2005-12-041-2/+1
* Add compat/setenv.c, use in git.c.Jason Riedy2005-12-031-0/+4
* git wrapper: more careful argument stuffingAlex Riesen2005-12-011-7/+12
* Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明2005-11-251-1/+1
* Do not show .exe in git command list.Junio C Hamano2005-11-181-1/+4
* git wrapper: basic fixes.Junio C Hamano2005-11-151-56/+98
* git --help COMMAND brings up the git-COMMAND man-page.Andreas Ericsson2005-11-151-2/+26
* C implementation of the 'git' program, take two.Andreas Ericsson2005-11-151-0/+229