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