summaryrefslogtreecommitdiff
path: root/git.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-0/+4
|\
| * Builtin git-init-dbTimo Hirvonen2006-05-191-0/+1
| * Make git-check-format-ref a builtin.Lukas Sandström2006-05-181-0/+1
| * Make "git rev-list" be a builtinLinus Torvalds2006-05-181-0/+1
| * Merge branch 'jc/grep'Junio C Hamano2006-05-151-0/+1
| |\
| | * built-in "git grep"Junio C Hamano2006-05-011-0/+1
* | | Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-061-1/+3
|\ \ \ | |/ /
| * | Merge branch 'jc/diff'Junio C Hamano2006-05-031-0/+1
| |\ \
| | * | builtin-diff: call it "git-diff", really.Junio C Hamano2006-05-011-1/+1
| | * | built-in diff.Junio C Hamano2006-04-281-0/+1
| | |/
| * | Merge branch 'jc/count'Junio C Hamano2006-05-031-0/+1
| |\ \
| | * | built-in count-objects.Junio C Hamano2006-04-271-0/+1
| | |/
| * | git builtin "push"Linus Torvalds2006-04-301-0/+1
| |/
| * Fix "git help -a" terminal autosizingLinus Torvalds2006-04-271-1/+0
* | Merge branch 'master' into jc/fmt-patchJunio C Hamano2006-04-211-341/+3
|\ \ | |/
| * Split up builtin commands into separate files from git.cLinus Torvalds2006-04-211-302/+3
| * git log: don't do merge diffs by defaultLinus Torvalds2006-04-191-2/+0
* | rename internal format-patch wipJunio C Hamano2006-04-201-1/+1
* | Tentative built-in format-patch.Junio C Hamano2006-04-181-0/+38
|/
* git.c: LOGSIZE is unused after log printing cleanup.Junio C Hamano2006-04-171-2/+0
* Log message printout cleanupsLinus Torvalds2006-04-171-55/+2
* Fixes for option parsingLinus Torvalds2006-04-161-0/+1
* log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-161-15/+26
* Simplify common default options setup for built-in log family.Junio C Hamano2006-04-161-13/+7
* Merge branch 'master' into lt/logoptJunio C Hamano2006-04-161-1/+9
|\
| * Support "git cmd --help" syntaxLinus Torvalds2006-04-151-0/+6
| * diff --stat: do not do its own three-dashes.Junio C Hamano2006-04-151-1/+3
* | Tentative built-in "git show"Linus Torvalds2006-04-161-0/+18
* | Built-in git-whatchanged.Junio C Hamano2006-04-161-19/+43
* | Split init_revisions() out of setup_revisions()Junio C Hamano2006-04-151-0/+1
* | Fix up default abbrev in setup_revisions() argument parser.Junio C Hamano2006-04-141-0/+1
* | Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-141-70/+13
|/
* Use less memory in "git log"Linus Torvalds2006-04-131-0/+2
* git-log: do not output excess blank line between commitsJunio C Hamano2006-04-131-1/+1
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-1/+1
* git log --full-diffJunio C Hamano2006-04-101-1/+12
* git log [diff-tree options]...Junio C Hamano2006-04-091-1/+31
* git-log: match rev-list --abbrev and --abbrev-commitJunio C Hamano2006-04-081-2/+13
* Fix sparse warnings about non-ANSI function prototypesRene Scharfe2006-04-021-1/+1
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-311-5/+1
* 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