index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git.c
Commit message (
Expand
)
Author
Age
*
Split up builtin commands into separate files from git.c
Linus Torvalds
2006-04-21
*
git log: don't do merge diffs by default
Linus Torvalds
2006-04-19
*
git.c: LOGSIZE is unused after log printing cleanup.
Junio C Hamano
2006-04-17
*
Log message printout cleanups
Linus Torvalds
2006-04-17
*
Fixes for option parsing
Linus Torvalds
2006-04-16
*
log/whatchanged/show - log formatting cleanup.
Junio C Hamano
2006-04-16
*
Simplify common default options setup for built-in log family.
Junio C Hamano
2006-04-16
*
Merge branch 'master' into lt/logopt
Junio C Hamano
2006-04-16
|
\
|
*
Support "git cmd --help" syntax
Linus Torvalds
2006-04-15
|
*
diff --stat: do not do its own three-dashes.
Junio C Hamano
2006-04-15
*
|
Tentative built-in "git show"
Linus Torvalds
2006-04-16
*
|
Built-in git-whatchanged.
Junio C Hamano
2006-04-16
*
|
Split init_revisions() out of setup_revisions()
Junio C Hamano
2006-04-15
*
|
Fix up default abbrev in setup_revisions() argument parser.
Junio C Hamano
2006-04-14
*
|
Common option parsing for "git log --diff" and friends
Linus Torvalds
2006-04-14
|
/
*
Use less memory in "git log"
Linus Torvalds
2006-04-13
*
git-log: do not output excess blank line between commits
Junio C Hamano
2006-04-13
*
blame and friends: adjust to multiple pathspec change.
Junio C Hamano
2006-04-10
*
git log --full-diff
Junio C Hamano
2006-04-10
*
git log [diff-tree options]...
Junio C Hamano
2006-04-09
*
git-log: match rev-list --abbrev and --abbrev-commit
Junio C Hamano
2006-04-08
*
Fix sparse warnings about non-ANSI function prototypes
Rene Scharfe
2006-04-02
*
Move "--parent" parsing into generic revision.c library code
Linus Torvalds
2006-03-31
*
Nicer output from 'git'
Fredrik Kuivinen
2006-03-09
*
Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))
Junio C Hamano
2006-03-09
*
Const tightening.
Junio C Hamano
2006-03-05
*
setup_revisions(): handle -n<n> and -<n> internally.
Junio C Hamano
2006-03-02
*
git-log (internal): more options.
Junio C Hamano
2006-03-01
*
Tie it all together: "git log"
Linus Torvalds
2006-02-28
*
Teach the "git" command to handle some commands internally
Linus Torvalds
2006-02-26
*
Exec git programs without using PATH.
Michal Ostrowski
2006-01-13
*
git: grok 'help' to mean '--help'.
Andreas Ericsson
2006-01-05
*
\n usage in stderr output
Alex Riesen
2005-12-21
*
Make "git help" sort git commands in columns
Linus Torvalds
2005-12-18
*
Make "git help" react to window size correctly
Linus Torvalds
2005-12-18
*
Clean up compatibility definitions.
Junio C Hamano
2005-12-05
*
git.c: remove excess output for debugging when command is too long.
Junio C Hamano
2005-12-04
*
git.c: two fixes, gitsetenv type and off-by-one error.
Junio C Hamano
2005-12-04
*
Add compat/setenv.c, use in git.c.
Jason Riedy
2005-12-03
*
git wrapper: more careful argument stuffing
Alex Riesen
2005-12-01
*
Fix a warning about unused value.
YOSHIFUJI Hideaki / 吉藤英明
2005-11-25
*
Do not show .exe in git command list.
Junio C Hamano
2005-11-18
*
git wrapper: basic fixes.
Junio C Hamano
2005-11-15
*
git --help COMMAND brings up the git-COMMAND man-page.
Andreas Ericsson
2005-11-15
*
C implementation of the 'git' program, take two.
Andreas Ericsson
2005-11-15