aboutsummaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/boundary'Junio C Hamano2006-04-17
|\
| * rev-list --boundary: show boundary commits even when limited otherwise.Junio C Hamano2006-04-16
* | rev-list --bisect: limit list before bisecting.Junio C Hamano2006-04-14
|/
* blame and friends: adjust to multiple pathspec change.Junio C Hamano2006-04-10
* Make "--parents" logs also be incrementalLinus Torvalds2006-04-08
* rev-list --abbrev-commitJunio C Hamano2006-04-07
* Move "--parent" parsing into generic revision.c library codeLinus Torvalds2006-03-31
* tree/diff header cleanup.Junio C Hamano2006-03-29
* rev-list --boundaryJunio C Hamano2006-03-28
* rev-list: memory usage reduction.Junio C Hamano2006-03-28
* rev-list --timestampJunio C Hamano2006-03-22
* 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
* rev-list split: minimum fixup.Junio C Hamano2006-02-26
* First cut at libifying revlist generationLinus Torvalds2006-02-26
*-. Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano2006-02-24
|\ \
| * | rev-list --objects: use full pathname to help hashing.Junio C Hamano2006-02-23
| * | rev-list --objects-edge: remove duplicated edge commit output.Junio C Hamano2006-02-23
| * | rev-list --objects-edgeJunio C Hamano2006-02-19
* | | rev-list.c: fix non-grammatical comments.Junio C Hamano2006-02-22
|/ /
* | topo-order: make --date-order optional.Junio C Hamano2006-02-15
|/
* rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano2006-02-10
* rev-list: omit duplicated parents.Junio C Hamano2006-02-01
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
*-. Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-28
|\ \
| | * pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-28
| | * diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-28
| |/ |/|
| * rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano2006-01-28
| * rev-list: stop when the file disappearsLinus Torvalds2006-01-28
|/
* Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2006-01-25
* rev-list --objects: fix object list without commit.Junio C Hamano2005-12-19
* bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-28
* max-count in terms of intersectionLuben Tuikov2005-11-21
* Update usage string and documentation for git-rev-list.Junio C Hamano2005-10-30
* git-rev-list: do not forget non-commit refsLinus Torvalds2005-10-26
* git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2005-10-26
* git-rev-list: fix "--dense" flagLinus Torvalds2005-10-25
* git-rev-list: add "--dense" flagLinus Torvalds2005-10-22
* Teach git-rev-list to follow just a specified set of filesLinus Torvalds2005-10-22
* Optimize common case of git-rev-listLinus Torvalds2005-10-18
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-05
* Fix minor DOS in rev-list.Junio C Hamano2005-10-02
* Make time-based commit filtering work with topological ordering.Linus Torvalds2005-09-20
* [PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds2005-09-17
* [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-16
* [PATCH] Improve git-rev-list memory usage furtherLinus Torvalds2005-09-16