summaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix minor DOS in rev-list.Junio C Hamano2005-10-021-1/+11
* Make time-based commit filtering work with topological ordering.Linus Torvalds2005-09-201-1/+7
* [PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds2005-09-171-1/+3
* [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-161-0/+1
* [PATCH] Improve git-rev-list memory usage furtherLinus Torvalds2005-09-161-2/+10
* [PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds2005-09-151-25/+15
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-151-0/+2
* [PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin2005-08-241-8/+8
* Make "git-rev-list" work within subdirectoriesLinus Torvalds2005-08-231-0/+1
* [PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov2005-08-191-0/+2
* Introduce --pretty=oneline format.Junio C Hamano2005-08-091-2/+9
* [PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin2005-08-091-1/+11
* Teach rev-list since..til notation.Junio C Hamano2005-08-051-8/+30
* [PATCH] Support for NO_OPENSSLPetr Baudis2005-07-291-1/+5
* [PATCH] Fix interesting git-rev-list corner caseLinus Torvalds2005-07-291-0/+11
* Typofix: usage strings fix.Junio C Hamano2005-07-271-1/+1
* Be more aggressive about marking trees uninterestingLinus Torvalds2005-07-231-1/+25
* [PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2005-07-111-2/+2
* git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds2005-07-101-0/+15
* [PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour2005-07-061-4/+2
* git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds2005-07-061-3/+2
* Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds2005-07-061-0/+1
* [PATCH] Tidy up - slight simplification of rev-list.cJon Seymour2005-07-061-7/+3
* Add "--topo-order" flag to use new topological sortLinus Torvalds2005-07-061-0/+7
* Remove insane overlapping bit ranges from epoch.cLinus Torvalds2005-07-061-1/+5
* Clean up commit insertion in git-rev-listLinus Torvalds2005-07-061-1/+4
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-061-1/+1
* Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds2005-07-051-2/+2
* git-rev-list: make sure the output is sorted by recencyLinus Torvalds2005-07-041-1/+1
* Make rev-list flush the stdio buffers after each rev.Linus Torvalds2005-07-041-1/+2
* "git rev-list --unpacked" shows only unpacked commitsLinus Torvalds2005-07-031-0/+11
* Add "--all" flag to rev-parse that shows all refsLinus Torvalds2005-07-031-2/+2
* Fix sparse warnings.Linus Torvalds2005-07-031-1/+1
* Teach git-rev-list about non-commit objectsLinus Torvalds2005-06-291-13/+91
* Prepare git-rev-list for tracking tag objects tooLinus Torvalds2005-06-291-6/+20
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-261-14/+0
* Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-261-9/+10
* git-rev-list: add option to list all objects (not just commits)Linus Torvalds2005-06-241-0/+91
* [PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour2005-06-191-2/+11
* [PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour2005-06-191-2/+3
* Avoid warning about function without return.Linus Torvalds2005-06-181-1/+1
* git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds2005-06-171-0/+80