82 Commits (52670c9730d7fffba8ef785c5cdefe9945d20ef7)

Author SHA1 Message Date
Linus Torvalds f755494cec Make "insert_by_date()" match "commit_list_insert()" 20 years ago
Linus Torvalds 12ba7eaf1d Remove unnecessary usage of strncmp() in git-rev-list arg parsing. 20 years ago
Linus Torvalds 7a662e896b git-rev-list: make sure the output is sorted by recency 20 years ago
Linus Torvalds 7620d39fcb Make rev-list flush the stdio buffers after each rev. 20 years ago
Linus Torvalds 12d2a18780 "git rev-list --unpacked" shows only unpacked commits 20 years ago
Linus Torvalds 960bba0d8c Add "--all" flag to rev-parse that shows all refs 20 years ago
Linus Torvalds 6da4016aea Fix sparse warnings. 20 years ago
Linus Torvalds 36f8d17445 Teach git-rev-list about non-commit objects 20 years ago
Linus Torvalds 3c90f03d32 Prepare git-rev-list for tracking tag objects too 20 years ago
Linus Torvalds 9b66ec0474 Add "--pretty=full" format that also shows committer. 20 years ago
Linus Torvalds 9ce43d1c90 Ooh. Make git-rev-list --object associate a name with objects. 20 years ago
Linus Torvalds 9de48752fe git-rev-list: add option to list all objects (not just commits) 20 years ago
Jon Seymour 5e749e259b [PATCH] Fix for --merge-order, --max-age interaction issue 20 years ago
Jon Seymour 51b1e1713b [PATCH] Prevent git-rev-list without --merge-order producing duplicates in output 20 years ago
Linus Torvalds 3d958064e0 Avoid warning about function without return. 20 years ago
Linus Torvalds 8b3a1e056f git-rev-list: add "--bisect" flag to find the "halfway" point 20 years ago
Petr Baudis 17ebe977d7 [PATCH] Tidy up some rev-list-related stuff 20 years ago
jon@blackcubes.dyndns.org a3437b8c26 [PATCH] Modify git-rev-list to linearise the commit history in merge order. 20 years ago
Linus Torvalds 000182eacf pretty_print_commit: add different formats 20 years ago
Linus Torvalds 337cb3fb8d git-rev-list: allow arbitrary head selections, use git-rev-tree syntax 20 years ago
Linus Torvalds 3b42a63cb5 git-rev-list: split out commit limiting from main() too. 20 years ago
Linus Torvalds 81f2bb1f54 git-rev-list: factor out the commit printing from "main()" 20 years ago
Linus Torvalds 9d97aa6466 git-rev-list: add "--pretty" command line option 20 years ago
Linus Torvalds 97658004c3 git-rev-list: add "--parents" command line flag 20 years ago
Linus Torvalds 8906300f65 git-rev-list: use proper lazy reachability analysis 20 years ago
Linus Torvalds a6f68d4767 git-rev-list: add "end" commit and "--header" flag 20 years ago
Alexey Nezhdanov 667bb59b2d [PATCH] cleanup of in-code names 20 years ago
Kay Sievers fcfda02bc7 [PATCH] control/limit output of git-rev-list 20 years ago
Linus Torvalds 3c249c9506 Add "get_sha1()" helper function. 20 years ago
Daniel Barkalow 58e28af6a4 [PATCH] Allow multiple date-ordered lists 20 years ago
Linus Torvalds 64745109c4 Add "rev-list" program that uses the new time-based commit listing. 20 years ago