index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
revision.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle return code of parse_commit in revision machinery
Alex Riesen
2007-05-06
1
-1
/
+1
*
Add --date={local,relative,default}
Junio C Hamano
2007-04-26
1
-2
/
+2
*
store mode in rev_list, if <tree>:<filename> syntax is used
Martin Koegler
2007-04-24
1
-0
/
+1
*
git-log --cherry-pick A...B
Junio C Hamano
2007-04-12
1
-0
/
+1
*
Add custom subject prefix support to format-patch (take 3)
Robin H. Johnson
2007-04-12
1
-0
/
+1
*
git-log --first-parent: show only the first parent log
Junio C Hamano
2007-03-15
1
-1
/
+2
*
Merge branch 'jc/boundary'
Junio C Hamano
2007-03-12
1
-3
/
+6
|
\
|
*
revision traversal: retire BOUNDARY_SHOW
Junio C Hamano
2007-03-06
1
-2
/
+1
|
*
revision walker: Fix --boundary when limited
Junio C Hamano
2007-03-06
1
-2
/
+6
*
|
format-patch: add --inline option and make --attach a true attachment
Johannes Schindelin
2007-03-05
1
-0
/
+1
|
/
*
Teach revision machinery about --reverse
Johannes Schindelin
2007-01-21
1
-1
/
+2
*
Teach the revision walker to walk by reflogs with --walk-reflogs
Johannes Schindelin
2007-01-21
1
-0
/
+2
*
Teach log family --encoding
Junio C Hamano
2006-12-26
1
-0
/
+1
*
Merge branch 'jc/skip-count'
Junio C Hamano
2006-12-25
1
-0
/
+1
|
\
|
*
revision: --skip=<n>
Junio C Hamano
2006-12-20
1
-0
/
+1
*
|
Revert "Make left-right automatic."
Junio C Hamano
2006-12-19
1
-1
/
+0
*
|
Make left-right automatic.
Junio C Hamano
2006-12-17
1
-0
/
+1
*
|
Teach all of log family --left-right output.
Junio C Hamano
2006-12-17
1
-0
/
+1
*
|
rev-list --left-right
Junio C Hamano
2006-12-17
1
-0
/
+1
|
/
*
git log: Unify header_filter and message_filter into one.
Junio C Hamano
2006-09-20
1
-2
/
+1
*
revision traversal: prepare for commit log match.
Junio C Hamano
2006-09-20
1
-0
/
+4
*
pack-objects --unpacked=<existing pack> option.
Junio C Hamano
2006-09-07
1
-1
/
+5
*
revision.c: allow injecting revision parameters after setup_revisions().
Junio C Hamano
2006-09-06
1
-0
/
+2
*
Add --relative-date option to the revision interface
Jonas Fonseca
2006-08-29
1
-1
/
+2
*
Call setup_git_directory() early
Linus Torvalds
2006-07-29
1
-1
/
+1
*
git-format-patch: Make the second and subsequent mails replies to the first
Josh Triplett
2006-07-15
1
-0
/
+2
*
Add "named object array" concept
Linus Torvalds
2006-06-20
1
-5
/
+7
*
gitweb.cgi history not shown
Linus Torvalds
2006-06-17
1
-0
/
+1
*
format-patch: resurrect extra headers from config
Johannes Schindelin
2006-06-02
1
-0
/
+1
*
format-patch --signoff
Junio C Hamano
2006-06-01
1
-0
/
+1
*
fmt-patch: Support --attach
Johannes Schindelin
2006-05-21
1
-0
/
+1
*
Teach fmt-patch about --numbered
Johannes Schindelin
2006-05-05
1
-0
/
+1
*
Merge branch 'lt/logopt'
Junio C Hamano
2006-04-18
1
-1
/
+22
|
\
|
*
Log message printout cleanups
Linus Torvalds
2006-04-18
1
-4
/
+4
|
*
log/whatchanged/show - log formatting cleanup.
Junio C Hamano
2006-04-16
1
-0
/
+1
|
*
Tentative built-in "git show"
Linus Torvalds
2006-04-16
1
-0
/
+1
|
*
Common option parsing for "git log --diff" and friends
Linus Torvalds
2006-04-15
1
-1
/
+20
*
|
rev-list --boundary: show boundary commits even when limited otherwise.
Junio C Hamano
2006-04-17
1
-1
/
+2
|
/
*
blame and friends: adjust to multiple pathspec change.
Junio C Hamano
2006-04-11
1
-2
/
+5
*
Make "--parents" logs also be incremental
Linus Torvalds
2006-04-09
1
-0
/
+1
*
Move "--parent" parsing into generic revision.c library code
Linus Torvalds
2006-04-01
1
-1
/
+2
*
rev-list --boundary
Junio C Hamano
2006-03-29
1
-1
/
+3
*
rev-lib: Make it easy to do rename tracking (take 2)
Fredrik Kuivinen
2006-03-11
1
-1
/
+17
*
git-log (internal): more options.
Junio C Hamano
2006-03-01
1
-0
/
+1
*
Rip out merge-order and make "git log <paths>..." work again.
Linus Torvalds
2006-03-01
1
-0
/
+2
*
git-rev-list libification: rev-list walking
Linus Torvalds
2006-02-28
1
-1
/
+5
*
Splitting rev-list into revisions lib, end of beginning.
Linus Torvalds
2006-02-27
1
-1
/
+3
*
First cut at libifying revlist generation
Linus Torvalds
2006-02-27
1
-0
/
+48
*
Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".
Linus Torvalds
2005-04-21
1
-164
/
+0
*
Make the revision tracking track the object types too.
Linus Torvalds
2005-04-18
1
-8
/
+14
[next]