summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)Author
2006-04-01Move "--parent" parsing into generic revision.c library codeLinus Torvalds
2006-03-30tree/diff header cleanup.Junio C Hamano
2006-03-29rev-list --boundaryJunio C Hamano
2006-03-29rev-list: memory usage reduction.Junio C Hamano
2006-03-22rev-list --timestampJunio C Hamano
2006-03-11rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen
2006-03-01git-log (internal): more options.Junio C Hamano
2006-03-01Rip out merge-order and make "git log <paths>..." work again.Linus Torvalds
2006-02-28git-rev-list libification: rev-list walkingLinus Torvalds
2006-02-27Splitting rev-list into revisions lib, end of beginning.Linus Torvalds
2006-02-27rev-list split: minimum fixup.Junio C Hamano
2006-02-26First cut at libifying revlist generationLinus Torvalds
2006-02-25Merge branches 'jc/rev-list' and 'jc/pack-thin'Junio C Hamano
2006-02-24rev-list --objects: use full pathname to help hashing.Junio C Hamano
2006-02-24rev-list --objects-edge: remove duplicated edge commit output.Junio C Hamano
2006-02-22rev-list.c: fix non-grammatical comments.Junio C Hamano
2006-02-20rev-list --objects-edgeJunio C Hamano
2006-02-16topo-order: make --date-order optional.Junio C Hamano
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano
2006-02-02rev-list: omit duplicated parents.Junio C Hamano
2006-02-01rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong
2006-02-01rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano
2006-01-28rev-list: stop when the file disappearsLinus Torvalds
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds
2005-12-20rev-list --objects: fix object list without commit.Junio C Hamano
2005-11-29bisect: limit the searchspace by pathspecsLinus Torvalds
2005-11-22max-count in terms of intersectionLuben Tuikov
2005-10-31Update usage string and documentation for git-rev-list.Junio C Hamano
2005-10-26git-rev-list: do not forget non-commit refsLinus Torvalds
2005-10-26git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds
2005-10-26git-rev-list: fix "--dense" flagLinus Torvalds
2005-10-23git-rev-list: add "--dense" flagLinus Torvalds
2005-10-23Teach git-rev-list to follow just a specified set of filesLinus Torvalds
2005-10-19Optimize common case of git-rev-listLinus Torvalds
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano
2005-10-03Fix minor DOS in rev-list.Junio C Hamano
2005-09-21Make time-based commit filtering work with topological ordering.Linus Torvalds
2005-09-17[PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds
2005-09-16[PATCH] Improve git-rev-list memory usage furtherLinus Torvalds
2005-09-15[PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds
2005-08-24[PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin
2005-08-23Make "git-rev-list" work within subdirectoriesLinus Torvalds
2005-08-19[PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov
2005-08-10Introduce --pretty=oneline format.Junio C Hamano