summaryrefslogtreecommitdiff
path: root/revision.h
AgeCommit message (Expand)Author
2007-12-12shortlog: default to HEAD when the standard input is a ttyJunio C Hamano
2007-11-14Fix parent rewriting in --early-outputLinus Torvalds
2007-11-06revision walker: mini clean-upLinus Torvalds
2007-11-05Enhance --early-output formatLinus Torvalds
2007-11-04Add "--early-output" log flag for interactive GUI useLinus Torvalds
2007-11-04Simplify topo-sort logicLinus Torvalds
2007-08-14Add --log-size to git log to print message sizeMarco Costalba
2007-06-08More missing staticJunio C Hamano
2007-05-06Handle return code of parse_commit in revision machineryAlex Riesen
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler
2007-04-12git-log --cherry-pick A...BJunio C Hamano
2007-04-12Add custom subject prefix support to format-patch (take 3)Robin H. Johnson
2007-03-14git-log --first-parent: show only the first parent logJunio C Hamano
2007-03-12Merge branch 'jc/boundary'Junio C Hamano
2007-03-06revision traversal: retire BOUNDARY_SHOWJunio C Hamano
2007-03-06revision walker: Fix --boundary when limitedJunio C Hamano
2007-03-05format-patch: add --inline option and make --attach a true attachmentJohannes Schindelin
2007-01-21Teach revision machinery about --reverseJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2006-12-26Teach log family --encodingJunio C Hamano
2006-12-25Merge branch 'jc/skip-count'Junio C Hamano
2006-12-20revision: --skip=<n>Junio C Hamano
2006-12-19Revert "Make left-right automatic."Junio C Hamano
2006-12-17Make left-right automatic.Junio C Hamano
2006-12-17Teach all of log family --left-right output.Junio C Hamano
2006-12-17rev-list --left-rightJunio C Hamano
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano
2006-09-20revision traversal: prepare for commit log match.Junio C Hamano
2006-09-07pack-objects --unpacked=<existing pack> option.Junio C Hamano
2006-09-06revision.c: allow injecting revision parameters after setup_revisions().Junio C Hamano
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-15git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-17gitweb.cgi history not shownLinus Torvalds
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin
2006-05-31format-patch --signoffJunio C Hamano
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin
2006-04-18Merge branch 'lt/logopt'Junio C Hamano
2006-04-17Log message printout cleanupsLinus Torvalds
2006-04-17rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano
2006-04-16log/whatchanged/show - log formatting cleanup.Junio C Hamano
2006-04-16Tentative built-in "git show"Linus Torvalds
2006-04-15Common option parsing for "git log --diff" and friendsLinus Torvalds
2006-04-11blame and friends: adjust to multiple pathspec change.Junio C Hamano
2006-04-09Make "--parents" logs also be incrementalLinus Torvalds
2006-04-01Move "--parent" parsing into generic revision.c library codeLinus Torvalds
2006-03-29rev-list --boundaryJunio C Hamano