summaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAgeFilesLines
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-061-1/+1
* Add --date={local,relative,default}Junio C Hamano2007-04-251-2/+2
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-241-0/+1
* git-log --cherry-pick A...BJunio C Hamano2007-04-111-0/+1
* Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-111-0/+1
* git-log --first-parent: show only the first parent logJunio C Hamano2007-03-141-1/+2
* Merge branch 'jc/boundary'Junio C Hamano2007-03-111-3/+6
|\
| * revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-061-2/+1
| * revision walker: Fix --boundary when limitedJunio C Hamano2007-03-061-2/+6
* | format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-041-0/+1
|/
* Teach revision machinery about --reverseJohannes Schindelin2007-01-201-1/+2
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-201-0/+2
* Teach log family --encodingJunio C Hamano2006-12-261-0/+1
* Merge branch 'jc/skip-count'Junio C Hamano2006-12-251-0/+1
|\
| * revision: --skip=<n>Junio C Hamano2006-12-201-0/+1
* | Revert "Make left-right automatic."Junio C Hamano2006-12-191-1/+0
* | Make left-right automatic.Junio C Hamano2006-12-171-0/+1
* | Teach all of log family --left-right output.Junio C Hamano2006-12-171-0/+1
* | rev-list --left-rightJunio C Hamano2006-12-171-0/+1
|/
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-201-2/+1
* revision traversal: prepare for commit log match.Junio C Hamano2006-09-201-0/+4
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-071-1/+5
* revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2006-09-051-0/+2
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-281-1/+2
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-1/+1
* git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-141-0/+2
* Add "named object array" conceptLinus Torvalds2006-06-191-5/+7
* 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