169 Commits (5070b49e529e2df30ec2e33073267d281450dde6)

Author SHA1 Message Date
Michele Ballabio a710522bfc revision.c: make --date-order overriddable 17 years ago
Junio C Hamano e82447b1df Fix "git log --merge --left-right" 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
Linus Torvalds 99516e35d0 Fix embarrassing "git log --follow" bug 17 years ago
Andy Parkins 856665f827 parse_date_format(): convert a format name to an enum date_mode 17 years ago
Linus Torvalds b7bb760d5e Fix revision log diff setup, avoid unnecessary diff generation 17 years ago
Johannes Schindelin 023756f4eb revision walker: --cherry-pick is a limited operation 18 years ago
Junio C Hamano a65f2005a6 Make "git-log --" without paths behave the same as "git-log" without -- 18 years ago
Shawn O. Pearce d56651c0ef Don't allow combination of -g and --reverse as it doesn't work 18 years ago
Marco Costalba 9fa3465d6b Add --log-size to git log to print message size 18 years ago
Johannes Schindelin 7b69b873fa git log -g: Complain, but do not fail, when no reflogs are there 18 years ago
Johannes Schindelin 8e64006eee Teach revision machinery about --no-walk 18 years ago
Junio C Hamano e5633cbb85 Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp 18 years ago
Linus Torvalds e1abc69b72 Fix up duplicate parents removal 18 years ago
Junio C Hamano b727a235a7 Wire new date formats to --date=<format> parser. 18 years ago
Johannes Schindelin 36d56de649 Fix --cherry-pick with given paths 18 years ago
Junio C Hamano 11d6596709 revision.c: remove duplicated parents after history simplification 18 years ago
Adam Roben dbd2144736 format-patch: Add format.subjectprefix config option 18 years ago
Linus Torvalds 750f7b668f Finally implement "git log --follow" 18 years ago
Junio C Hamano 66e41f7b99 Avoid diff cost on "git log -z" 18 years ago
Junio C Hamano 2d93b9face More missing static 18 years ago
Petr Baudis 93d496a560 git-rev-list: Add regexp tuning options 18 years ago
Alex Riesen cc0e6c5adc Handle return code of parse_commit in revision machinery 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Martin Koegler bb6c2fba41 store mode in rev_list, if <tree>:<filename> syntax is used 18 years ago
Junio C Hamano 2bfe3cec92 Fix git {log,show,...} --pretty=email 18 years ago
Junio C Hamano d7a17cad97 git-log --cherry-pick A...B 18 years ago
Theodore Ts'o 46efd2d93c Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS 18 years ago
Linus Torvalds 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. 18 years ago
James Bowes 567fb65e25 Replace remaining instances of strdup with xstrdup. 18 years ago
Junio C Hamano 0053e902b4 git-log --first-parent: show only the first parent log 18 years ago
Junio C Hamano dd47aa3133 try-to-simplify-commit: use diff-tree --quiet machinery. 18 years ago
Junio C Hamano 0a4ba7f8c6 revision.c: explain what tree_difference does 18 years ago
Junio C Hamano 8839ac9442 revision --boundary: fix uncounted case. 18 years ago
Junio C Hamano 892ae6bf13 revision --boundary: fix stupid typo 18 years ago
Junio C Hamano c33d859385 revision traversal: SHOWN means shown 18 years ago
Junio C Hamano 2b064697a5 revision traversal: retire BOUNDARY_SHOW 18 years ago
Junio C Hamano 86ab4906a7 revision walker: Fix --boundary when limited 18 years ago
Linus Torvalds aa27e46111 git-show: Reject native ref 18 years ago
Johannes Schindelin 3d1efd8f1d git-bundle: fix 'create --all' 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago