141 Commits (09ff69bb39b386e24a39723d9e20263a915bc6d6)

Author SHA1 Message Date
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
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano 8dce823562 Revert "Make left-right automatic." 18 years ago
Junio C Hamano 5761231975 Make left-right automatic. 18 years ago
Junio C Hamano 74bd902973 Teach all of log family --left-right output. 18 years ago
Junio C Hamano 577ed5c20b rev-list --left-right 18 years ago
Junio C Hamano 62476c8e33 Introduce a new revision set operator <rev>^! 18 years ago
Junio C Hamano 9dad9d2e5b revision traversal: --unpacked does not limit commit list anymore. 18 years ago
Jan Harkes 744f498522 Continue traversal when rev-list --unpacked finds a packed commit. 18 years ago
Junio C Hamano 70d0afba91 teach revision walker about --all-match. 18 years ago
Junio C Hamano 8da1977554 Tell between packed, unpacked and symbolic refs. 18 years ago
Junio C Hamano cb5d709ff8 Add callback data to for_each_ref() family. 18 years ago
Junio C Hamano 2d10c55537 git log: Unify header_filter and message_filter into one. 18 years ago
Linus Torvalds a2ed6ae402 git-log --author and --committer are not left-anchored by default 18 years ago
Junio C Hamano bd95fcd345 revision traversal: --author, --committer, and --grep. 18 years ago