Age | Commit message (Expand) | Author | Files | Lines |
2006-04-17 | Merge branch 'jc/boundary' | Junio C Hamano | 1 | -2/+2 |
2006-04-16 | rev-list --boundary: show boundary commits even when limited otherwise. | Junio C Hamano | 1 | -2/+2 |
2006-04-14 | rev-list --bisect: limit list before bisecting. | Junio C Hamano | 1 | -0/+2 |
2006-04-10 | blame and friends: adjust to multiple pathspec change. | Junio C Hamano | 1 | -0/+1 |
2006-04-08 | Make "--parents" logs also be incremental | Linus Torvalds | 1 | -2/+2 |
2006-04-07 | rev-list --abbrev-commit | Junio C Hamano | 1 | -1/+14 |
2006-03-31 | Move "--parent" parsing into generic revision.c library code | Linus Torvalds | 1 | -6/+1 |
2006-03-29 | tree/diff header cleanup. | Junio C Hamano | 1 | -1/+1 |
2006-03-28 | rev-list --boundary | Junio C Hamano | 1 | -2/+4 |
2006-03-28 | rev-list: memory usage reduction. | Junio C Hamano | 1 | -3/+3 |
2006-03-22 | rev-list --timestamp | Junio C Hamano | 1 | -1/+10 |
2006-03-10 | rev-lib: Make it easy to do rename tracking (take 2) | Fredrik Kuivinen | 1 | -3/+3 |
2006-03-01 | git-log (internal): more options. | Junio C Hamano | 1 | -3/+2 |
2006-03-01 | Rip out merge-order and make "git log <paths>..." work again. | Linus Torvalds | 1 | -110/+4 |
2006-02-28 | git-rev-list libification: rev-list walking | Linus Torvalds | 1 | -248/+16 |
2006-02-27 | Splitting rev-list into revisions lib, end of beginning. | Linus Torvalds | 1 | -20/+5 |
2006-02-26 | rev-list split: minimum fixup. | Junio C Hamano | 1 | -5/+3 |
2006-02-26 | First cut at libifying revlist generation | Linus Torvalds | 1 | -354/+43 |
2006-02-24 | Merge branches 'jc/rev-list' and 'jc/pack-thin' | Junio C Hamano | 1 | -19/+86 |
2006-02-23 | rev-list --objects: use full pathname to help hashing. | Junio C Hamano | 1 | -13/+56 |
2006-02-23 | rev-list --objects-edge: remove duplicated edge commit output. | Junio C Hamano | 1 | -1/+3 |
2006-02-22 | rev-list.c: fix non-grammatical comments. | Junio C Hamano | 1 | -2/+2 |
2006-02-19 | rev-list --objects-edge | Junio C Hamano | 1 | -6/+28 |
2006-02-15 | topo-order: make --date-order optional. | Junio C Hamano | 1 | -1/+10 |
2006-02-10 | rev-list: default to abbreviate merge parent names under --pretty. | Junio C Hamano | 1 | -1/+15 |
2006-02-01 | rev-list: omit duplicated parents. | Junio C Hamano | 1 | -1/+14 |
2006-01-31 | rev-list: allow -<n> as shorthand for --max-count=<n> | Eric Wong | 1 | -0/+5 |
2006-01-31 | rev-list: allow -n<n> as shorthand for --max-count=<n> | Eric Wong | 1 | -0/+10 |
2006-01-28 | Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev | Junio C Hamano | 1 | -59/+80 |
2006-01-28 | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 1 | -1/+1 |
2006-01-28 | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 1 | -1/+1 |
2006-01-28 | rev-list --remove-empty: add minimum help and doc entry. | Junio C Hamano | 1 | -0/+1 |
2006-01-28 | rev-list: stop when the file disappears | Linus Torvalds | 1 | -58/+78 |
2006-01-25 | Make git-rev-list and git-rev-parse argument parsing stricter | Linus Torvalds | 1 | -1/+5 |
2005-12-19 | rev-list --objects: fix object list without commit. | Junio C Hamano | 1 | -1/+2 |
2005-11-28 | bisect: limit the searchspace by pathspecs | Linus Torvalds | 1 | -6/+12 |
2005-11-21 | max-count in terms of intersection | Luben Tuikov | 1 | -2/+3 |
2005-10-30 | Update usage string and documentation for git-rev-list. | Junio C Hamano | 1 | -13/+19 |
2005-10-26 | git-rev-list: do not forget non-commit refs | Linus Torvalds | 1 | -12/+14 |
2005-10-26 | git-rev-list: make --dense the default (and introduce "--sparse") | Linus Torvalds | 1 | -7/+18 |
2005-10-25 | git-rev-list: fix "--dense" flag | Linus Torvalds | 1 | -8/+43 |
2005-10-22 | git-rev-list: add "--dense" flag | Linus Torvalds | 1 | -5/+63 |
2005-10-22 | Teach git-rev-list to follow just a specified set of files | Linus Torvalds | 1 | -4/+125 |
2005-10-18 | Optimize common case of git-rev-list | Linus Torvalds | 1 | -0/+5 |
2005-10-05 | upload-pack: Do not choke on too many heads request. | Junio C Hamano | 1 | -0/+21 |
2005-10-02 | Fix minor DOS in rev-list. | Junio C Hamano | 1 | -1/+11 |
2005-09-20 | Make time-based commit filtering work with topological ordering. | Linus Torvalds | 1 | -1/+7 |
2005-09-17 | [PATCH] Fix "git-rev-list" revision range parsing | Linus Torvalds | 1 | -1/+3 |
2005-09-16 | [PATCH] Avoid building object ref lists when not needed | Linus Torvalds | 1 | -0/+1 |
2005-09-16 | [PATCH] Improve git-rev-list memory usage further | Linus Torvalds | 1 | -2/+10 |