247 Commits (ed24e401e0e6ab860475b8575e28a2c6ea99cc69)

Author SHA1 Message Date
Linus Torvalds b8e8db281c git log: add '--merges' flag to match '--no-merges' 16 years ago
Linus Torvalds ceff8e7ade Clean up and simplify rev_compare_tree() 16 years ago
Mike Ralphson 3ea3c215c0 Fix typos / spelling in comments 16 years ago
Linus Torvalds cf2ab916af show_object(): push path_name() call further down 16 years ago
Linus Torvalds 8d2dfc49b1 process_{tree,blob}: show objects without buffering 16 years ago
Brandon Casey 4d6acb7041 Remove --kept-pack-only option and associated infrastructure 16 years ago
Junio C Hamano 69e020ae00 is_kept_pack(): final clean-up 16 years ago
Junio C Hamano 03a9683d22 Simplify is_kept_pack() 16 years ago
Junio C Hamano b8431b033f has_sha1_kept_pack(): take "struct rev_info" 16 years ago
Junio C Hamano cd673c1f17 has_sha1_pack(): refactor "pretend these packs do not exist" interface 16 years ago
Nanako Shiraishi de84accc59 Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit" 16 years ago
Nanako Shiraishi 3a4c1a5e21 Add --format that is a synonym to --pretty 16 years ago
Junio C Hamano ed62089c1c revision traversal and pack: notice and die on missing commit 16 years ago
Junio C Hamano aeeae1b771 revision traversal: allow UNINTERESTING objects to be missing 16 years ago
Johannes Schindelin f0298cf1c6 revision walker: include a detached HEAD in --all 16 years ago
Brandon Casey d0f19d0471 revision.c: use proper data type in call to sizeof() within xrealloc 16 years ago
Linus Torvalds 78892e3261 revision traversal: '--simplify-by-decoration' 16 years ago
Linus Torvalds 3a5e860815 revision: make tree comparison functions take commits rather than trees 16 years ago
Linus Torvalds 0f3a290b89 Add a 'source' decorator for commits 16 years ago
Junio C Hamano a4d7d2c6db log --author/--committer: really match only with name part 17 years ago
Thomas Rast 498bcd3159 rev-list: fix --reverse interaction with --parents 17 years ago
Jeff King 0843acfd2c Fix "git log -i --grep" 17 years ago
Junio C Hamano 5eac739e05 revision --simplify-merges: make it a no-op without pathspec 17 years ago
Junio C Hamano 53030f8d11 revision --simplify-merges: do not leave commits unprocessed 17 years ago
Junio C Hamano faf0156b27 revision --simplify-merges: use decoration instead of commit->util field 17 years ago
Junio C Hamano 6534703059 Topo-sort before --simplify-merges 17 years ago
Junio C Hamano 6546b5931e revision traversal: show full history with merge simplification 17 years ago
Junio C Hamano 60d30b02fc revision.c: whitespace fix 17 years ago
Pierre Habouzit 0fe8c13810 Allow "non-option" revision options in parse_option-enabled commands 17 years ago
Dmitry Potapov fd55a19eb1 Fix buffer overflow in git diff 17 years ago
Alexander N. Gavrilov fce87ae538 Fix quadratic performance in rewrite_one. 17 years ago
Pierre Habouzit 6b61ec0564 revisions: refactor handle_revision_opt into parse_revision_opt. 17 years ago
Pierre Habouzit 02e542206f revisions: split handle_revision_opt() from setup_revisions() 17 years ago
Adam Brewster 1fc561d169 Move read_revisions_from_stdin from builtin-rev-list.c to revision.c 17 years ago
Junio C Hamano 48ded91674 log --pretty: do not accept bogus "--prettyshort" 17 years ago
Junio C Hamano 37869f40a8 log --graph: do not accept log --graphbogus 17 years ago
Adam Simpkins 4603ec0f96 get_revision(): honor the topo_order flag for boundary commits 17 years ago
Adam Simpkins 3c68d67b57 Fix output of "git log --graph --boundary" 17 years ago
Adam Simpkins 7528f27dd6 log --graph --left-right: show left/right information in place of '*' 17 years ago
Lars Hjemli ad1012ebde revision.c: really honor --first-parent 17 years ago
Adam Simpkins 7fefda5cc7 log and rev-list: add --graph option 17 years ago
Adam Simpkins 885cf80899 revision API: split parent rewriting and parent printing options 17 years ago
Stephen R. van den Berg d9c292e8bb Simplify and fix --first-parent implementation 17 years ago
Junio C Hamano f35f5603f4 revision traversal: --children option 17 years ago
Michele Ballabio a710522bfc revision.c: make --date-order overriddable 17 years ago
Junio C Hamano 4da45bef56 log: teach "terminator" vs "separator" mode to "--pretty=format" 17 years ago
Linus Torvalds 7d004199d1 Make revision limiting more robust against occasional bad commit dates 17 years ago
Uwe Kleine-König a5aa930d50 rev-list: add --branches, --tags and --remotes 17 years ago
Junio C Hamano e82447b1df Fix "git log --merge --left-right" 17 years ago
Jakub Narebski dc1c0fffd3 Add '--fixed-strings' option to "git log --grep" and friends 17 years ago