156 Commits (6fa92bf3cdbfdd8c9c56ef40a5170a859442b166)

Author SHA1 Message Date
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 18 years ago
Linus Torvalds b7bb760d5e Fix revision log diff setup, avoid unnecessary diff generation 18 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
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Johannes Schindelin c4025103fa rev-list --max-age, --max-count: support --boundary 18 years ago
Junio C Hamano 25b51e2c7f Do not forget to pack objects reachable from HEAD reflog. 18 years ago
Johannes Schindelin 084ae0a7bd reflog inspection: introduce shortcut "-g" 18 years ago
Johannes Schindelin 9c5e66e97d Teach revision machinery about --reverse 18 years ago
Johannes Schindelin 8860fd42fc Teach the revision walker to walk by reflogs with --walk-reflogs 18 years ago
Junio C Hamano 94d23673e3 plug a few leaks in revision walking used in describe. 18 years ago
Johannes Schindelin 883d60fa97 Sanitize for_each_reflog_ent() 18 years ago
Junio C Hamano 7cbcf4d557 Move commit reencoding parameter parsing to revision.c 18 years ago
Shawn O. Pearce 71b03b42c6 Don't crash during repack of a reflog with pruned commits. 18 years ago
Junio C Hamano 63049292e0 Teach git-repack to preserve objects referred to by reflog entries. 18 years ago
Junio C Hamano d5db6c9ee7 revision: --skip=<n> 18 years ago