aboutsummaryrefslogtreecommitdiff
path: root/revision.h
Commit message (Expand)AuthorAge
* shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-11
* Fix parent rewriting in --early-outputLinus Torvalds2007-11-14
* revision walker: mini clean-upLinus Torvalds2007-11-05
* Enhance --early-output formatLinus Torvalds2007-11-05
* Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-04
* Simplify topo-sort logicLinus Torvalds2007-11-04
* Add --log-size to git log to print message sizeMarco Costalba2007-08-14
* More missing staticJunio C Hamano2007-06-08
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-06
* Add --date={local,relative,default}Junio C Hamano2007-04-25
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-24
* git-log --cherry-pick A...BJunio C Hamano2007-04-11
* Add custom subject prefix support to format-patch (take 3)Robin H. Johnson2007-04-11
* 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