aboutsummaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/diff'Junio C Hamano2006-05-03
|\
| * builtin-diff: call it "git-diff", really.Junio C Hamano2006-05-01
| * built-in diff.Junio C Hamano2006-04-28
* | Merge branch 'jc/count'Junio C Hamano2006-05-03
|\ \
| * | built-in count-objects.Junio C Hamano2006-04-27
| |/
* | git builtin "push"Linus Torvalds2006-04-30
|/
* Fix "git help -a" terminal autosizingLinus Torvalds2006-04-27
* Split up builtin commands into separate files from git.cLinus Torvalds2006-04-21
* git log: don't do merge diffs by defaultLinus Torvalds2006-04-19
* git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-17
* Log message printout cleanupsLinus Torvalds2006-04-17
* Fixes for option parsingLinus Torvalds2006-04-16
* log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-16
* Simplify common default options setup for built-in log family.Junio C Hamano2006-04-16
* Merge branch 'master' into lt/logoptJunio C Hamano2006-04-16
|\
| * Support "git cmd --help" syntaxLinus Torvalds2006-04-15
| * diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-15
* | Tentative built-in "git show"Linus Torvalds2006-04-16
* | Built-in git-whatchanged.Junio C Hamano2006-04-16
* | Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-15
* | Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano2006-04-14
* | Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-14
|/
* Use less memory in "git log"Linus Torvalds2006-04-13
* git-log: do not output excess blank line between commitsJunio C Hamano2006-04-13
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-10
* git log --full-diffJunio C Hamano2006-04-10
* git log [diff-tree options]...Junio C Hamano2006-04-09
* git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano2006-04-08
* Fix sparse warnings about non-ANSI function prototypesRene Scharfe2006-04-02
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-31
* Nicer output from 'git'Fredrik Kuivinen2006-03-09
* Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano2006-03-09
* Const tightening.Junio C Hamano2006-03-05
* setup_revisions(): handle -n<n> and -<n> internally.Junio C Hamano2006-03-02
* git-log (internal): more options.Junio C Hamano2006-03-01
* Tie it all together: "git log"Linus Torvalds2006-02-28
* Teach the "git" command to handle some commands internallyLinus Torvalds2006-02-26
* Exec git programs without using PATH.Michal Ostrowski2006-01-13
* git: grok 'help' to mean '--help'.Andreas Ericsson2006-01-05
* \n usage in stderr outputAlex Riesen2005-12-21
* Make "git help" sort git commands in columnsLinus Torvalds2005-12-18
* Make "git help" react to window size correctlyLinus Torvalds2005-12-18
* Clean up compatibility definitions.Junio C Hamano2005-12-05
* git.c: remove excess output for debugging when command is too long.Junio C Hamano2005-12-04
* git.c: two fixes, gitsetenv type and off-by-one error.Junio C Hamano2005-12-04
* Add compat/setenv.c, use in git.c.Jason Riedy2005-12-03
* git wrapper: more careful argument stuffingAlex Riesen2005-12-01
* Fix a warning about unused value.YOSHIFUJI Hideaki / 吉藤英明2005-11-25
* Do not show .exe in git command list.Junio C Hamano2005-11-18
* git wrapper: basic fixes.Junio C Hamano2005-11-15