summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Fix "git log --diff-filter" bugArjen Laarhoven2007-12-261-2/+4
* shortlog: default to HEAD when the standard input is a ttyJunio C Hamano2007-12-111-0/+12
* Merge branch 'lt/rev-list-gitlink'Junio C Hamano2007-11-181-2/+9
|\
| * Fix rev-list when showing objects involving submodulesLinus Torvalds2007-11-141-2/+9
* | Merge branch 'lt/rev-list-interactive'Junio C Hamano2007-11-181-43/+82
|\ \
| * | Fix parent rewriting in --early-outputLinus Torvalds2007-11-141-11/+11
| * | revision walker: mini clean-upLinus Torvalds2007-11-051-7/+20
| * | Enhance --early-output formatLinus Torvalds2007-11-051-27/+36
| * | Add "--early-output" log flag for interactive GUI useLinus Torvalds2007-11-041-0/+22
| * | Simplify topo-sort logicLinus Torvalds2007-11-041-6/+1
| |/
* | Make the diff_options bitfields be an unsigned with explicit masks.Pierre Habouzit2007-11-111-11/+11
|/
* Merge branch 'maint'Shawn O. Pearce2007-10-151-2/+2
|\
| * Fix embarrassing "git log --follow" bugLinus Torvalds2007-10-151-2/+2
* | parse_date_format(): convert a format name to an enum date_modeAndy Parkins2007-09-291-16/+1
|/
* Fix revision log diff setup, avoid unnecessary diff generationLinus Torvalds2007-09-291-2/+8
* revision walker: --cherry-pick is a limited operationJohannes Schindelin2007-09-151-0/+1
* Make "git-log --" without paths behave the same as "git-log" without --Junio C Hamano2007-08-311-1/+2
* Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce2007-08-191-0/+3
* Add --log-size to git log to print message sizeMarco Costalba2007-08-141-0/+4
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-241-3/+4
* Teach revision machinery about --no-walkJohannes Schindelin2007-07-231-0/+8
* Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2007-07-221-2/+4
* Fix up duplicate parents removalLinus Torvalds2007-07-201-5/+6
* Wire new date formats to --date=<format> parser.Junio C Hamano2007-07-131-0/+8
* Fix --cherry-pick with given pathsJohannes Schindelin2007-07-111-2/+7
* revision.c: remove duplicated parents after history simplificationJunio C Hamano2007-07-081-0/+20
* format-patch: Add format.subjectprefix config optionAdam Roben2007-07-021-1/+0
* Finally implement "git log --follow"Linus Torvalds2007-06-221-1/+3
* Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano2007-06-161-1/+2
|\
| * Avoid diff cost on "git log -z"Junio C Hamano2007-06-151-1/+2
* | More missing staticJunio C Hamano2007-06-081-8/+8
* | git-rev-list: Add regexp tuning optionsPetr Baudis2007-05-201-0/+12
|/
* Handle return code of parse_commit in revision machineryAlex Riesen2007-05-061-23/+50
* Add --date={local,relative,default}Junio C Hamano2007-04-251-1/+12
* store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2007-04-241-5/+12
* Merge branch 'jc/cherry'Junio C Hamano2007-04-121-0/+88
|\
| * git-log --cherry-pick A...BJunio C Hamano2007-04-111-0/+88
* | Fix git {log,show,...} --pretty=emailJunio C Hamano2007-04-121-0/+1
|/
* Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o2007-03-311-1/+1
* Merge branch 'jc/fpl'Junio C Hamano2007-03-251-4/+10
|\
| * git-log --first-parent: show only the first parent logJunio C Hamano2007-03-141-4/+10
* | Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-7/+5
* | Replace remaining instances of strdup with xstrdup.James Bowes2007-03-191-1/+1
* | try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano2007-03-141-0/+6
* | revision.c: explain what tree_difference doesJunio C Hamano2007-03-141-2/+9
|/
* revision --boundary: fix uncounted case.Junio C Hamano2007-03-061-8/+8
* revision --boundary: fix stupid typoJunio C Hamano2007-03-061-1/+1
* revision traversal: SHOWN means shownJunio C Hamano2007-03-061-8/+18
* revision traversal: retire BOUNDARY_SHOWJunio C Hamano2007-03-061-1/+8
* revision walker: Fix --boundary when limitedJunio C Hamano2007-03-061-114/+94