summaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/logopt'Junio C Hamano2006-04-181-61/+31
|\
| * Log message printout cleanupsLinus Torvalds2006-04-171-4/+5
| * rev-list --header: output format fixJunio C Hamano2006-04-171-0/+3
| * rev-list option parser fix.Junio C Hamano2006-04-151-59/+23
| * Fix up rev-list option parsing.Junio C Hamano2006-04-141-2/+4
* | Merge branch 'jc/boundary'Junio C Hamano2006-04-171-2/+2
|\ \
| * | rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-161-2/+2
| |/
* | rev-list --bisect: limit list before bisecting.Junio C Hamano2006-04-141-0/+2
|/
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-101-0/+1
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-081-2/+2
* rev-list --abbrev-commitJunio C Hamano2006-04-071-1/+14
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-311-6/+1
* tree/diff header cleanup.Junio C Hamano2006-03-291-1/+1
* rev-list --boundaryJunio C Hamano2006-03-281-2/+4
* rev-list: memory usage reduction.Junio C Hamano2006-03-281-3/+3
* rev-list --timestampJunio C Hamano2006-03-221-1/+10
* rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen2006-03-101-3/+3
* git-log (internal): more options.Junio C Hamano2006-03-011-3/+2
* Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds2006-03-011-110/+4
* git-rev-list libification: rev-list walkingLinus Torvalds2006-02-281-248/+16
* Splitting rev-list into revisions lib, end of beginning.Linus Torvalds2006-02-271-20/+5
* rev-list split: minimum fixup.Junio C Hamano2006-02-261-5/+3
* First cut at libifying revlist generationLinus Torvalds2006-02-261-354/+43
*-. Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-241-19/+86
|\ \
| * | rev-list --objects: use full pathname to help hashing.Junio C Hamano2006-02-231-13/+56
| * | rev-list --objects-edge: remove duplicated edge commit output.Junio C Hamano2006-02-231-1/+3
| * | rev-list --objects-edgeJunio C Hamano2006-02-191-6/+28
* | | rev-list.c: fix non-grammatical comments.Junio C Hamano2006-02-221-2/+2
|/ /
* | topo-order: make --date-order optional.Junio C Hamano2006-02-151-1/+10
|/
* rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano2006-02-101-1/+15
* rev-list: omit duplicated parents.Junio C Hamano2006-02-011-1/+14
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-311-0/+5
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-311-0/+10
*-. Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-281-59/+80
|\ \
| | * pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-281-1/+1
| | * diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-281-1/+1
| |/ |/|
| * rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano2006-01-281-0/+1
| * rev-list: stop when the file disappearsLinus Torvalds2006-01-281-58/+78
|/
* Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2006-01-251-1/+5
* rev-list --objects: fix object list without commit.Junio C Hamano2005-12-191-1/+2
* bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-281-6/+12
* max-count in terms of intersectionLuben Tuikov2005-11-211-2/+3
* Update usage string and documentation for git-rev-list.Junio C Hamano2005-10-301-13/+19
* git-rev-list: do not forget non-commit refsLinus Torvalds2005-10-261-12/+14
* git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2005-10-261-7/+18
* git-rev-list: fix "--dense" flagLinus Torvalds2005-10-251-8/+43
* git-rev-list: add "--dense" flagLinus Torvalds2005-10-221-5/+63
* Teach git-rev-list to follow just a specified set of filesLinus Torvalds2005-10-221-4/+125
* Optimize common case of git-rev-listLinus Torvalds2005-10-181-0/+5
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-051-0/+21