aboutsummaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAge
* git-log --first-parent: show only the first parent logJunio C Hamano2007-03-14
* Merge branch 'jc/boundary'Junio C Hamano2007-03-11
|\
| * revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-06
| * revision walker: Fix --boundary when limitedJunio C Hamano2007-03-06
* | format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin2007-03-04
|/
* Teach revision machinery about --reverseJohannes Schindelin2007-01-20
* Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin2007-01-20
* Teach log family --encodingJunio C Hamano2006-12-26
* Merge branch 'jc/skip-count'Junio C Hamano2006-12-25
|\
| * revision: --skip=<n>Junio C Hamano2006-12-20
* | Revert "Make left-right automatic."Junio C Hamano2006-12-19
* | Make left-right automatic.Junio C Hamano2006-12-17
* | Teach all of log family --left-right output.Junio C Hamano2006-12-17
* | rev-list --left-rightJunio C Hamano2006-12-17
|/
* git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-20
* revision traversal: prepare for commit log match.Junio C Hamano2006-09-20
* pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-07
* revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano2006-09-05
* Add --relative-date option to the revision interfaceJonas Fonseca2006-08-28
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-14
* Add "named object array" conceptLinus Torvalds2006-06-19
* gitweb.cgi history not shownLinus Torvalds2006-06-16
* format-patch: resurrect extra headers from configJohannes Schindelin2006-06-02
* format-patch --signoffJunio C Hamano2006-05-31
* fmt-patch: Support --attachJohannes Schindelin2006-05-21
* Teach fmt-patch about --numberedJohannes Schindelin2006-05-05
* Merge branch 'lt/logopt'Junio C Hamano2006-04-18
|\
| * Log message printout cleanupsLinus Torvalds2006-04-17
| * log/whatchanged/show - log formatting cleanup.Junio C Hamano2006-04-16
| * Tentative built-in "git show"Linus Torvalds2006-04-16
| * Common option parsing for "git log --diff" and friendsLinus Torvalds2006-04-14
* | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-16
|/
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-10
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-08
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-31
* rev-list --boundaryJunio C Hamano2006-03-28
* rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen2006-03-10
* git-log (internal): more options.Junio C Hamano2006-03-01
* Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-01
* git-rev-list libification: rev-list walkingLinus Torvalds2006-02-28
* Splitting rev-list into revisions lib, end of beginning.Linus Torvalds2006-02-27
* First cut at libifying revlist generationLinus Torvalds2006-02-26
* Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds2005-04-21
* Make the revision tracking track the object types too.Linus Torvalds2005-04-17
* Make "parse_commit" return the "struct revision" for the commit.Linus Torvalds2005-04-17
* Make "revision.h" slightly better to use.Linus Torvalds2005-04-17
* Move "parse_commit()" into common revision.h file.Linus Torvalds2005-04-17
* Use common "revision.h" header for both fsck and rev-tree.Linus Torvalds2005-04-13