summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* gitweb.cgi history not shownLinus Torvalds2006-06-161-0/+1
* format-patch: resurrect extra headers from configJohannes Schindelin2006-06-021-0/+1
* format-patch --signoffJunio C Hamano2006-05-311-0/+1
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-0/+1
* Teach fmt-patch about --numberedJohannes Schindelin2006-05-051-0/+1
* Merge branch 'lt/logopt'Junio C Hamano2006-04-181-1/+22
|\
| * Log message printout cleanupsLinus Torvalds2006-04-171-4/+4
| * log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-161-0/+1
| * Tentative built-in "git show"Linus Torvalds2006-04-161-0/+1
| * Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-141-1/+20
* | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-161-1/+2
|/
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-2/+5
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-081-0/+1
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-311-1/+2
* rev-list --boundaryJunio C Hamano2006-03-281-1/+3
* rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen2006-03-101-1/+17
* git-log (internal): more options.Junio C Hamano2006-03-011-0/+1
* Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-011-0/+2
* git-rev-list libification: rev-list walkingLinus Torvalds2006-02-281-1/+5
* Splitting rev-list into revisions lib, end of beginning.Linus Torvalds2006-02-271-1/+3
* First cut at libifying revlist generationLinus Torvalds2006-02-261-0/+48
* Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds2005-04-211-164/+0
* Make the revision tracking track the object types too.Linus Torvalds2005-04-171-8/+14
* Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-171-3/+3
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-171-6/+10
* Move "parse_commit()" into common revision.h file.Linus Torvalds2005-04-171-0/+40
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-131-0/+114