277 Commits (fc721b699b817e9cb78994c6dd6d86e744bd2112)

Author SHA1 Message Date
Junio C Hamano 183df63940 Revert all the rev-list option parsing changes. 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
Junio C Hamano 7dbc2c0402 git wrapper: basic fixes. 19 years ago
Andreas Ericsson 97fc6c5fba git --help COMMAND brings up the git-COMMAND man-page. 19 years ago
Andreas Ericsson 8e49d50388 C implementation of the 'git' program, take two. 19 years ago