aboutsummaryrefslogtreecommitdiffstats
path: root/revision.h
AgeCommit message (Expand)AuthorFilesLines
2006-04-18Merge branch 'lt/logopt'Junio C Hamano1-1/+22
2006-04-17Log message printout cleanupsLinus Torvalds1-4/+4
2006-04-16rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano1-1/+2
2006-04-16log/whatchanged/show - log formatting cleanup.Junio C Hamano1-0/+1
2006-04-16Tentative built-in "git show"Linus Torvalds1-0/+1
2006-04-14Common option parsing for "git log --diff" and friendsLinus Torvalds1-1/+20
2006-04-10blame and friends: adjust to multiple pathspec change.Junio C Hamano1-2/+5
2006-04-08Make "--parents" logs also be incrementalLinus Torvalds1-0/+1
2006-03-31Move "--parent" parsing into generic revision.c library codeLinus Torvalds1-1/+2
2006-03-28rev-list --boundaryJunio C Hamano1-1/+3
2006-03-10rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen1-1/+17
2006-03-01git-log (internal): more options.Junio C Hamano1-0/+1
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds1-0/+2
2006-02-28git-rev-list libification: rev-list walkingLinus Torvalds1-1/+5
2006-02-27Splitting rev-list into revisions lib, end of beginning.Linus Torvalds1-1/+3
2006-02-26First cut at libifying revlist generationLinus Torvalds1-0/+48
2005-04-21Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds1-164/+0
2005-04-17Make the revision tracking track the object types too.Linus Torvalds1-8/+14
2005-04-17Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds1-3/+3
2005-04-17Make "revision.h" slightly better to use.Linus Torvalds1-6/+10
2005-04-17Move "parse_commit()" into common revision.h file.Linus Torvalds1-0/+40
2005-04-13Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds1-0/+114