aboutsummaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAge
* [PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin2005-08-24
* Make "git-rev-list" work within subdirectoriesLinus Torvalds2005-08-23
* [PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov2005-08-19
* Introduce --pretty=oneline format.Junio C Hamano2005-08-09
* [PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin2005-08-09
* Teach rev-list since..til notation.Junio C Hamano2005-08-05
* [PATCH] Support for NO_OPENSSLPetr Baudis2005-07-29
* [PATCH] Fix interesting git-rev-list corner caseLinus Torvalds2005-07-29
* Typofix: usage strings fix.Junio C Hamano2005-07-27
* Be more aggressive about marking trees uninterestingLinus Torvalds2005-07-23
* [PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2005-07-11
* git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds2005-07-10
* [PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour2005-07-06
* git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds2005-07-06
* Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds2005-07-06
* [PATCH] Tidy up - slight simplification of rev-list.cJon Seymour2005-07-06
* Add "--topo-order" flag to use new topological sortLinus Torvalds2005-07-06
* Remove insane overlapping bit ranges from epoch.cLinus Torvalds2005-07-06
* Clean up commit insertion in git-rev-listLinus Torvalds2005-07-06
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-06
* Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds2005-07-05
* git-rev-list: make sure the output is sorted by recencyLinus Torvalds2005-07-04
* Make rev-list flush the stdio buffers after each rev.Linus Torvalds2005-07-04
* "git rev-list --unpacked" shows only unpacked commitsLinus Torvalds2005-07-03
* Add "--all" flag to rev-parse that shows all refsLinus Torvalds2005-07-03
* Fix sparse warnings.Linus Torvalds2005-07-03
* Teach git-rev-list about non-commit objectsLinus Torvalds2005-06-29
* Prepare git-rev-list for tracking tag objects tooLinus Torvalds2005-06-29
* Add "--pretty=full" format that also shows committer.Linus Torvalds2005-06-26
* Ooh. Make git-rev-list --object associate a name with objects.Linus Torvalds2005-06-26
* git-rev-list: add option to list all objects (not just commits)Linus Torvalds2005-06-24
* [PATCH] Fix for --merge-order, --max-age interaction issueJon Seymour2005-06-19
* [PATCH] Prevent git-rev-list without --merge-order producing duplicates in ou...Jon Seymour2005-06-19
* Avoid warning about function without return.Linus Torvalds2005-06-18
* git-rev-list: add "--bisect" flag to find the "halfway" pointLinus Torvalds2005-06-17
* [PATCH] Tidy up some rev-list-related stuffPetr Baudis2005-06-08
* [PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org2005-06-06
* pretty_print_commit: add different formatsLinus Torvalds2005-06-05
* git-rev-list: allow arbitrary head selections, use git-rev-tree syntaxLinus Torvalds2005-06-04
* git-rev-list: split out commit limiting from main() too.Linus Torvalds2005-06-02
* git-rev-list: factor out the commit printing from "main()"Linus Torvalds2005-06-02
* git-rev-list: add "--pretty" command line optionLinus Torvalds2005-06-01
* git-rev-list: add "--parents" command line flagLinus Torvalds2005-05-30
* git-rev-list: use proper lazy reachability analysisLinus Torvalds2005-05-30
* git-rev-list: add "end" commit and "--header" flagLinus Torvalds2005-05-25
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-19
* [PATCH] control/limit output of git-rev-listKay Sievers2005-05-06
* Add "get_sha1()" helper function.Linus Torvalds2005-05-01
* [PATCH] Allow multiple date-ordered listsDaniel Barkalow2005-04-23
* Add "rev-list" program that uses the new time-based commit listing.Linus Torvalds2005-04-23