summaryrefslogtreecommitdiff
path: root/revision.c
AgeCommit message (Expand)Author
2007-03-31Rename warn() to warning() to fix symbol conflicts on BSD and Mac OSTheodore Ts'o
2007-03-26Merge branch 'jc/fpl'Junio C Hamano
2007-03-21Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds
2007-03-20Replace remaining instances of strdup with xstrdup.James Bowes
2007-03-14git-log --first-parent: show only the first parent logJunio C Hamano
2007-03-14try-to-simplify-commit: use diff-tree --quiet machinery.Junio C Hamano
2007-03-14revision.c: explain what tree_difference doesJunio C Hamano
2007-03-06revision --boundary: fix uncounted case.Junio C Hamano
2007-03-06revision --boundary: fix stupid typoJunio C Hamano
2007-03-06revision traversal: SHOWN means shownJunio C Hamano
2007-03-06revision traversal: retire BOUNDARY_SHOWJunio C Hamano
2007-03-06revision walker: Fix --boundary when limitedJunio C Hamano
2007-02-28Merge branch 'js/bundle'Junio C Hamano
2007-02-28Merge branch 'maint'Junio C Hamano
2007-02-28git-show: Reject native refLinus Torvalds
2007-02-24Merge branch 'js/no-limit-boundary'Junio C Hamano
2007-02-23git-bundle: fix 'create --all'Johannes Schindelin
2007-02-21prefixcmp(): fix-up leftover strncmp().Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-02-20rev-list --max-age, --max-count: support --boundaryJohannes Schindelin
2007-02-14Merge branch 'js/reverse'Junio C Hamano
2007-02-13Do not forget to pack objects reachable from HEAD reflog.Junio C Hamano
2007-01-24reflog inspection: introduce shortcut "-g"Johannes Schindelin
2007-01-21Teach revision machinery about --reverseJohannes Schindelin
2007-01-21Teach the revision walker to walk by reflogs with --walk-reflogsJohannes Schindelin
2007-01-12plug a few leaks in revision walking used in describe.Junio C Hamano
2007-01-09Sanitize for_each_reflog_ent()Johannes Schindelin
2006-12-30Move commit reencoding parameter parsing to revision.cJunio C Hamano
2006-12-27Merge branch 'jc/fsck-reflog'Junio C Hamano
2006-12-25Merge branch 'jc/skip-count'Junio C Hamano
2006-12-22Don't crash during repack of a reflog with pruned commits.Shawn O. Pearce
2006-12-21Teach git-repack to preserve objects referred to by reflog entries.Junio C Hamano
2006-12-20Merge branch 'jc/leftright'Junio C Hamano
2006-12-20revision: --skip=<n>Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19Revert "Make left-right automatic."Junio C Hamano
2006-12-17Make left-right automatic.Junio C Hamano
2006-12-17Teach all of log family --left-right output.Junio C Hamano
2006-12-17rev-list --left-rightJunio C Hamano
2006-11-08Merge branch 'jc/pickaxe'Junio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-31Introduce a new revision set operator <rev>^!Junio C Hamano
2006-10-31Merge branch 'maint'Junio C Hamano
2006-10-31revision traversal: --unpacked does not limit commit list anymore.Junio C Hamano
2006-10-31Continue traversal when rev-list --unpacked finds a packed commit.Jan Harkes
2006-09-28teach revision walker about --all-match.Junio C Hamano
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano
2006-09-21Tell between packed, unpacked and symbolic refs.Junio C Hamano
2006-09-21Add callback data to for_each_ref() family.Junio C Hamano
2006-09-20git log: Unify header_filter and message_filter into one.Junio C Hamano