Sign in
googlers
/
jrn
/
git
/
6de08ae688b9f2426410add155079e04baff33bd
/
git.c
efca578
Merge branch 'jc/grep'
by Junio C Hamano
· 19 years ago
230f544
Merge branch 'jc/diff'
by Junio C Hamano
· 19 years ago
d820f91
Merge branch 'jc/count'
by Junio C Hamano
· 19 years ago
8ab9947
builtin-diff: call it "git-diff", really.
by Junio C Hamano
· 19 years ago
5010cb5
built-in "git grep"
by Junio C Hamano
· 19 years ago
755225d
git builtin "push"
by Linus Torvalds
· 19 years ago
6505602
built-in diff.
by Junio C Hamano
· 19 years ago
c743208
built-in count-objects.
by Junio C Hamano
· 19 years ago
83aa18e
Fix "git help -a" terminal autosizing
by Linus Torvalds
· 19 years ago
70827b1
Split up builtin commands into separate files from git.c
by Linus Torvalds
· 19 years ago
1aec791
git log: don't do merge diffs by default
by Linus Torvalds
· 19 years ago
b073f26
git.c: LOGSIZE is unused after log printing cleanup.
by Junio C Hamano
· 19 years ago
9153983
Log message printout cleanups
by Linus Torvalds
· 19 years ago
78fff6e
Fixes for option parsing
by Linus Torvalds
· 19 years ago
cb8f64b
log/whatchanged/show - log formatting cleanup.
by Junio C Hamano
· 19 years ago
d4ed979
Simplify common default options setup for built-in log family.
by Junio C Hamano
· 19 years ago
b293492
Merge branch 'master' into lt/logopt
by Junio C Hamano
· 19 years ago
ba1d450
Tentative built-in "git show"
by Linus Torvalds
· 19 years ago
5b84f4d
Built-in git-whatchanged.
by Junio C Hamano
· 19 years ago
6b9c58f
Split init_revisions() out of setup_revisions()
by Junio C Hamano
· 19 years ago
1cd9508
Support "git cmd --help" syntax
by Linus Torvalds
· 19 years ago
6f4780f
diff --stat: do not do its own three-dashes.
by Junio C Hamano
· 19 years ago
8e8f998
Fix up default abbrev in setup_revisions() argument parser.
by Junio C Hamano
· 19 years ago
cd2bdc5
Common option parsing for "git log --diff" and friends
by Linus Torvalds
· 19 years ago
f43ba60
Use less memory in "git log"
by Linus Torvalds
· 19 years ago
d533524
git-log: do not output excess blank line between commits
by Junio C Hamano
· 19 years ago
c4e05b1
blame and friends: adjust to multiple pathspec change.
by Junio C Hamano
· 19 years ago
477f2b4
git log --full-diff
by Junio C Hamano
· 19 years ago
52b70d5
git log [diff-tree options]...
by Junio C Hamano
· 19 years ago
f085383
git-log: match rev-list --abbrev and --abbrev-commit
by Junio C Hamano
· 19 years ago
ec26b4d
Fix sparse warnings about non-ANSI function prototypes
by Rene Scharfe
· 19 years ago
7b0c996
Move "--parent" parsing into generic revision.c library code
by Linus Torvalds
· 19 years ago
a87cd02
Nicer output from 'git'
by Fredrik Kuivinen
· 19 years ago
b4f2a6a
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
by Junio C Hamano
· 19 years ago
9201c70
Const tightening.
by Junio C Hamano
· 19 years ago
64bc6e3
setup_revisions(): handle -n<n> and -<n> internally.
by Junio C Hamano
· 19 years ago
7ae0b0c
git-log (internal): more options.
by Junio C Hamano
· 19 years ago
70b006b
Tie it all together: "git log"
by Linus Torvalds
· 19 years ago
231af83
Teach the "git" command to handle some commands internally
by Linus Torvalds
· 19 years ago
77cb17e
Exec git programs without using PATH.
by Michal Ostrowski
· 19 years ago
da6bf70
git: grok 'help' to mean '--help'.
by Andreas Ericsson
· 19 years ago
7246ed4
\n usage in stderr output
by Alex Riesen
· 19 years ago
112d0ba
Make "git help" sort git commands in columns
by Linus Torvalds
· 19 years ago
ea77e67
Make "git help" react to window size correctly
by Linus Torvalds
· 19 years ago
4050c0d
Clean up compatibility definitions.
by Junio C Hamano
· 19 years ago
b270c63
git.c: remove excess output for debugging when command is too long.
by Junio C Hamano
· 19 years ago
9a79c5a
git.c: two fixes, gitsetenv type and off-by-one error.
by Junio C Hamano
· 19 years ago
e40b61f
Add compat/setenv.c, use in git.c.
by Jason Riedy
· 19 years ago
10b15b8
git wrapper: more careful argument stuffing
by Alex Riesen
· 19 years ago
874fbc3
Fix a warning about unused value.
by YOSHIFUJI Hideaki / 吉藤英明
· 19 years ago
f9039f3
Do not show .exe in git command list.
by Junio C Hamano
· 19 years ago
7dbc2c0
git wrapper: basic fixes.
by Junio C Hamano
· 19 years ago
97fc6c5
git --help COMMAND brings up the git-COMMAND man-page.
by Andreas Ericsson
· 19 years ago
8e49d50
C implementation of the 'git' program, take two.
by Andreas Ericsson
· 19 years ago