aboutsummaryrefslogtreecommitdiffstats
path: root/revision.h
AgeCommit message (Expand)AuthorFilesLines
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano1-2/+1
2006-09-20revision traversal: prepare for commit log match.Junio C Hamano1-0/+4
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano1-1/+5
2006-09-05revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano1-0/+2
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-1/+2
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-1/+1
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett1-0/+2
2006-06-19Add "named object array" conceptLinus Torvalds1-5/+7
2006-06-16gitweb.cgi history not shownLinus Torvalds1-0/+1
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin1-0/+1
2006-05-31format-patch --signoffJunio C Hamano1-0/+1
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-0/+1
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin1-0/+1
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