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