55 Commits (8dcf39c46e2931ca02b18b1ea3a6b21f446d8de8)

Author SHA1 Message Date
Linus Torvalds 0d78153952 Do "git add" as a builtin 19 years ago
Junio C Hamano 8ab99476ec builtin-diff: call it "git-diff", really. 19 years ago
Junio C Hamano 5010cb5fcc built-in "git grep" 19 years ago
Linus Torvalds 755225de6c git builtin "push" 19 years ago
Junio C Hamano 65056021f2 built-in diff. 19 years ago
Junio C Hamano c74320872b built-in count-objects. 19 years ago
Linus Torvalds 83aa18eade Fix "git help -a" terminal autosizing 19 years ago
Linus Torvalds 70827b15bf Split up builtin commands into separate files from git.c 19 years ago
Linus Torvalds 1aec7917dc git log: don't do merge diffs by default 19 years ago
Junio C Hamano f56ef54174 diff --stat: make sure to set recursive. 19 years ago
Junio C Hamano b073f26b25 git.c: LOGSIZE is unused after log printing cleanup. 19 years ago
Linus Torvalds 9153983310 Log message printout cleanups 19 years ago
Linus Torvalds 78fff6ebba Fixes for option parsing 19 years ago
Junio C Hamano cb8f64b4e3 log/whatchanged/show - log formatting cleanup. 19 years ago
Junio C Hamano d4ed9793fd Simplify common default options setup for built-in log family. 19 years ago
Linus Torvalds ba1d45051e Tentative built-in "git show" 19 years ago
Junio C Hamano 5b84f4d87a Built-in git-whatchanged. 19 years ago
Junio C Hamano 6b9c58f466 Split init_revisions() out of setup_revisions() 19 years ago
Linus Torvalds 1cd95087c3 Support "git cmd --help" syntax 19 years ago
Junio C Hamano 6f4780f9df diff --stat: do not do its own three-dashes. 19 years ago
Junio C Hamano 8e8f998739 Fix up default abbrev in setup_revisions() argument parser. 19 years ago
Linus Torvalds cd2bdc5309 Common option parsing for "git log --diff" and friends 19 years ago
Linus Torvalds f43ba60e2c Use less memory in "git log" 19 years ago
Junio C Hamano d53352422b git-log: do not output excess blank line between commits 19 years ago
Junio C Hamano c4e05b1a22 blame and friends: adjust to multiple pathspec change. 19 years ago
Junio C Hamano 477f2b4131 git log --full-diff 19 years ago
Junio C Hamano 52b70d56bd git log [diff-tree options]... 19 years ago
Junio C Hamano f0853837d6 git-log: match rev-list --abbrev and --abbrev-commit 19 years ago
Rene Scharfe ec26b4d6b0 Fix sparse warnings about non-ANSI function prototypes 19 years ago
Linus Torvalds 7b0c996679 Move "--parent" parsing into generic revision.c library code 19 years ago
Fredrik Kuivinen a87cd02ce0 Nicer output from 'git' 19 years ago
Junio C Hamano b4f2a6ac92 Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) 19 years ago
Junio C Hamano 9201c70742 Const tightening. 19 years ago
Junio C Hamano 64bc6e3db5 setup_revisions(): handle -n<n> and -<n> internally. 19 years ago
Junio C Hamano 7ae0b0cb65 git-log (internal): more options. 19 years ago
Linus Torvalds 70b006b971 Tie it all together: "git log" 19 years ago
Linus Torvalds 231af8322a Teach the "git" command to handle some commands internally 19 years ago
Michal Ostrowski 77cb17e940 Exec git programs without using PATH. 19 years ago
Andreas Ericsson da6bf70ebf git: grok 'help' to mean '--help'. 19 years ago
Alex Riesen 7246ed438c \n usage in stderr output 19 years ago
Linus Torvalds 112d0bafd6 Make "git help" sort git commands in columns 19 years ago
Linus Torvalds ea77e675e5 Make "git help" react to window size correctly 19 years ago
Junio C Hamano 4050c0df8e Clean up compatibility definitions. 19 years ago
Junio C Hamano b270c634b7 git.c: remove excess output for debugging when command is too long. 19 years ago
Junio C Hamano 9a79c5a8b4 git.c: two fixes, gitsetenv type and off-by-one error. 19 years ago
Jason Riedy e40b61fb6b Add compat/setenv.c, use in git.c. 19 years ago
Alex Riesen 10b15b86f5 git wrapper: more careful argument stuffing 19 years ago
YOSHIFUJI Hideaki / 吉藤英明 874fbc3323 Fix a warning about unused value. 19 years ago
Junio C Hamano f9039f30d5 Do not show .exe in git command list. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago