summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)Author
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
2005-08-10[PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin
2005-08-05Teach rev-list since..til notation.Junio C Hamano
2005-07-30[PATCH] Support for NO_OPENSSLPetr Baudis
2005-07-30[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds
2005-07-27Typofix: usage strings fix.Junio C Hamano
2005-07-23Be more aggressive about marking trees uninterestingLinus Torvalds
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds
2005-07-07[PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cJon Seymour
2005-07-06Add "--topo-order" flag to use new topological sortLinus Torvalds
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds
2005-07-06Clean up commit insertion in git-rev-listLinus Torvalds
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds
2005-07-04git-rev-list: make sure the output is sorted by recencyLinus Torvalds
2005-07-04Make rev-list flush the stdio buffers after each rev.Linus Torvalds