Age | Commit message (Expand) | Author | Files | Lines |
2007-03-06 | revision --boundary: fix uncounted case. | Junio C Hamano | 1 | -8/+8 |
2007-03-06 | revision --boundary: fix stupid typo | Junio C Hamano | 1 | -1/+1 |
2007-03-06 | revision traversal: SHOWN means shown | Junio C Hamano | 1 | -8/+18 |
2007-03-06 | revision traversal: retire BOUNDARY_SHOW | Junio C Hamano | 1 | -1/+8 |
2007-03-06 | revision walker: Fix --boundary when limited | Junio C Hamano | 1 | -114/+94 |
2007-02-28 | Merge branch 'js/bundle' | Junio C Hamano | 1 | -1/+1 |
2007-02-27 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
2007-02-27 | git-show: Reject native ref | Linus Torvalds | 1 | -0/+2 |
2007-02-24 | Merge branch 'js/no-limit-boundary' | Junio C Hamano | 1 | -4/+21 |
2007-02-22 | git-bundle: fix 'create --all' | Johannes Schindelin | 1 | -1/+1 |
2007-02-20 | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 1 | -1/+1 |
2007-02-20 | Mechanical conversion to use prefixcmp() | Junio C Hamano | 1 | -15/+15 |
2007-02-19 | rev-list --max-age, --max-count: support --boundary | Johannes Schindelin | 1 | -4/+21 |
2007-02-13 | Merge branch 'js/reverse' | Junio C Hamano | 1 | -0/+38 |
2007-02-12 | Do not forget to pack objects reachable from HEAD reflog. | Junio C Hamano | 1 | -1/+1 |
2007-01-24 | reflog inspection: introduce shortcut "-g" | Johannes Schindelin | 1 | -1/+2 |
2007-01-20 | Teach revision machinery about --reverse | Johannes Schindelin | 1 | -0/+38 |
2007-01-20 | Teach the revision walker to walk by reflogs with --walk-reflogs | Johannes Schindelin | 1 | -0/+11 |
2007-01-11 | plug a few leaks in revision walking used in describe. | Junio C Hamano | 1 | -3/+5 |
2007-01-09 | Sanitize for_each_reflog_ent() | Johannes Schindelin | 1 | -1/+3 |
2006-12-30 | Move commit reencoding parameter parsing to revision.c | Junio C Hamano | 1 | -0/+8 |
2006-12-26 | Merge branch 'jc/fsck-reflog' | Junio C Hamano | 1 | -7/+59 |
2006-12-25 | Merge branch 'jc/skip-count' | Junio C Hamano | 1 | -14/+32 |
2006-12-21 | Don't crash during repack of a reflog with pruned commits. | Shawn O. Pearce | 1 | -10/+20 |
2006-12-20 | Teach git-repack to preserve objects referred to by reflog entries. | Junio C Hamano | 1 | -7/+49 |
2006-12-20 | Merge branch 'jc/leftright' | Junio C Hamano | 1 | -1/+8 |
2006-12-20 | revision: --skip=<n> | Junio C Hamano | 1 | -14/+32 |
2006-12-20 | simplify inclusion of system header files. | Junio C Hamano | 1 | -1/+0 |
2006-12-19 | Revert "Make left-right automatic." | Junio C Hamano | 1 | -10/+3 |
2006-12-17 | Make left-right automatic. | Junio C Hamano | 1 | -3/+10 |
2006-12-17 | Teach all of log family --left-right output. | Junio C Hamano | 1 | -0/+4 |
2006-12-17 | rev-list --left-right | Junio C Hamano | 1 | -1/+4 |
2006-11-07 | Merge branch 'jc/pickaxe' | Junio C Hamano | 1 | -0/+7 |
2006-11-01 | Merge branch 'lj/refs' | Junio C Hamano | 1 | -2/+2 |
2006-10-31 | Introduce a new revision set operator <rev>^! | Junio C Hamano | 1 | -0/+7 |
2006-10-30 | Merge branch 'maint' | Junio C Hamano | 1 | -9/+7 |
2006-10-30 | revision traversal: --unpacked does not limit commit list anymore. | Junio C Hamano | 1 | -1/+1 |
2006-10-30 | Continue traversal when rev-list --unpacked finds a packed commit. | Jan Harkes | 1 | -8/+6 |
2006-09-27 | teach revision walker about --all-match. | Junio C Hamano | 1 | -1/+8 |
2006-09-27 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -0/+69 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | Add callback data to for_each_ref() family. | Junio C Hamano | 1 | -2/+2 |
2006-09-20 | git log: Unify header_filter and message_filter into one. | Junio C Hamano | 1 | -49/+25 |
2006-09-20 | git-log --author and --committer are not left-anchored by default | Linus Torvalds | 1 | -2/+8 |
2006-09-20 | revision traversal: --author, --committer, and --grep. | Junio C Hamano | 1 | -1/+75 |
2006-09-20 | revision traversal: prepare for commit log match. | Junio C Hamano | 1 | -0/+13 |
2006-09-07 | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 1 | -2/+22 |
2006-09-05 | revision.c: allow injecting revision parameters after setup_revisions(). | Junio C Hamano | 1 | -74/+85 |
2006-08-28 | Add --relative-date option to the revision interface | Jonas Fonseca | 1 | -0/+4 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -1/+1 |