summaryrefslogtreecommitdiff
path: root/rev-list.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-10rev-list: default to abbreviate merge parent names under --pretty.Libravatar Junio C Hamano1-1/+15
2006-02-01rev-list: omit duplicated parents.Libravatar Junio C Hamano1-1/+14
2006-01-31rev-list: allow -<n> as shorthand for --max-count=<n>Libravatar Eric Wong1-0/+5
2006-01-31rev-list: allow -n<n> as shorthand for --max-count=<n>Libravatar Eric Wong1-0/+10
2006-01-28Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevLibravatar Junio C Hamano1-59/+80
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Libravatar Junio C Hamano1-1/+1
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Libravatar Junio C Hamano1-1/+1
2006-01-28rev-list --remove-empty: add minimum help and doc entry.Libravatar Junio C Hamano1-0/+1
2006-01-28rev-list: stop when the file disappearsLibravatar Linus Torvalds1-58/+78
2006-01-25Make git-rev-list and git-rev-parse argument parsing stricterLibravatar Linus Torvalds1-1/+5
2005-12-19rev-list --objects: fix object list without commit.Libravatar Junio C Hamano1-1/+2
2005-11-28bisect: limit the searchspace by pathspecsLibravatar Linus Torvalds1-6/+12
2005-11-21max-count in terms of intersectionLibravatar Luben Tuikov1-2/+3
2005-10-30Update usage string and documentation for git-rev-list.Libravatar Junio C Hamano1-13/+19
2005-10-26git-rev-list: do not forget non-commit refsLibravatar Linus Torvalds1-12/+14
2005-10-26git-rev-list: make --dense the default (and introduce "--sparse")Libravatar Linus Torvalds1-7/+18
2005-10-25git-rev-list: fix "--dense" flagLibravatar Linus Torvalds1-8/+43
2005-10-22git-rev-list: add "--dense" flagLibravatar Linus Torvalds1-5/+63
2005-10-22Teach git-rev-list to follow just a specified set of filesLibravatar Linus Torvalds1-4/+125
2005-10-18Optimize common case of git-rev-listLibravatar Linus Torvalds1-0/+5
2005-10-05upload-pack: Do not choke on too many heads request.Libravatar Junio C Hamano1-0/+21
2005-10-02Fix minor DOS in rev-list.Libravatar Junio C Hamano1-1/+11
2005-09-20Make time-based commit filtering work with topological ordering.Libravatar Linus Torvalds1-1/+7
2005-09-17[PATCH] Fix "git-rev-list" revision range parsingLibravatar Linus Torvalds1-1/+3
2005-09-16[PATCH] Avoid building object ref lists when not neededLibravatar Linus Torvalds1-0/+1
2005-09-16[PATCH] Improve git-rev-list memory usage furtherLibravatar Linus Torvalds1-2/+10
2005-09-15[PATCH] Re-organize "git-rev-list --objects" logicLibravatar Linus Torvalds1-25/+15
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLibravatar Linus Torvalds1-0/+2
2005-08-24[PATCH] Fix "prefix" mixup in git-rev-listLibravatar Pavel Roskin1-8/+8
2005-08-23Make "git-rev-list" work within subdirectoriesLibravatar Linus Torvalds1-0/+1
2005-08-19[PATCH] git-rev-list: avoid crash on broken repositoryLibravatar Sergey Vlasov1-0/+2
2005-08-09Introduce --pretty=oneline format.Libravatar Junio C Hamano1-2/+9
2005-08-09[PATCH] add *--no-merges* flag to suppress display of merge commitsLibravatar Johannes Schindelin1-1/+11
2005-08-05Teach rev-list since..til notation.Libravatar Junio C Hamano1-8/+30
2005-07-29[PATCH] Support for NO_OPENSSLLibravatar Petr Baudis1-1/+5
2005-07-29[PATCH] Fix interesting git-rev-list corner caseLibravatar Linus Torvalds1-0/+11
2005-07-27Typofix: usage strings fix.Libravatar Junio C Hamano1-1/+1
2005-07-23Be more aggressive about marking trees uninterestingLibravatar Linus Torvalds1-1/+25
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Libravatar Junio C Hamano1-2/+2
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLibravatar Linus Torvalds1-0/+15
2005-07-06[PATCH] Ensure list insertion method does not depend on position of --merge-o...Libravatar Jon Seymour1-4/+2
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLibravatar Linus Torvalds1-3/+2
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Libravatar Linus Torvalds1-0/+1
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cLibravatar Jon Seymour1-7/+3
2005-07-06Add "--topo-order" flag to use new topological sortLibravatar Linus Torvalds1-0/+7
2005-07-06Remove insane overlapping bit ranges from epoch.cLibravatar Linus Torvalds1-1/+5
2005-07-06Clean up commit insertion in git-rev-listLibravatar Linus Torvalds1-1/+4
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Libravatar Linus Torvalds1-1/+1
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Libravatar Linus Torvalds1-2/+2
2005-07-04git-rev-list: make sure the output is sorted by recencyLibravatar Linus Torvalds1-1/+1