132 Commits (6d4da3dea0ba01bb17a9001efd3ab2bbce531b6f)

Author SHA1 Message Date
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
Junio C Hamano 8ecae9b032 revision traversal: prepare for commit log match. 18 years ago
Junio C Hamano 106d710bc1 pack-objects --unpacked=<existing pack> option. 18 years ago
Junio C Hamano 5d6f0935e6 revision.c: allow injecting revision parameters after setup_revisions(). 18 years ago
Jonas Fonseca 3dfb9278df Add --relative-date option to the revision interface 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
Junio C Hamano 72ee96c0f1 check return value from diff_setup_done() 19 years ago
Linus Torvalds db6296a566 Call setup_git_directory() early 19 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago