221 Commits (ae5a6c3684c378bc32c1f6ecc0e6dc45300c14c1)

Author SHA1 Message Date
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
Martin Koegler 9684afd967 revision.c: handle tag->tagged == NULL 17 years ago
Martin Koegler c1ee9013ad mark_blob/tree_uninteresting: check for NULL 17 years ago
Linus Torvalds 3131b71301 Add "--show-all" revision walker flag for debugging 17 years ago
Junio C Hamano c0cb4a0679 diff --relative: help working in a bare repository 17 years ago
Junio C Hamano cd676a5136 diff --relative: output paths as relative to the current subdirectory 17 years ago
Arjen Laarhoven 0faf2da7e5 Fix "git log --diff-filter" bug 17 years ago
Junio C Hamano 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty 17 years ago
Linus Torvalds 481f0ee60e Fix rev-list when showing objects involving submodules 17 years ago
Linus Torvalds 7dc0fe3be5 Fix parent rewriting in --early-output 17 years ago
Linus Torvalds 4d1012c370 Fix rev-list when showing objects involving submodules 17 years ago
Pierre Habouzit 8f67f8aefb Make the diff_options bitfields be an unsigned with explicit masks. 17 years ago
Linus Torvalds 53b2c823f6 revision walker: mini clean-up 17 years ago
Linus Torvalds 252a7c0235 Enhance --early-output format 17 years ago
Linus Torvalds cdcefbc971 Add "--early-output" log flag for interactive GUI use 17 years ago
Linus Torvalds 23c17d4a4a Simplify topo-sort logic 17 years ago