| Commit message (Expand) | Author | Age | Files | Lines |
* | rev-list: default to abbreviate merge parent names under --pretty. | Junio C Hamano | 2006-02-10 | 1 | -1/+15 |
* | rev-list: omit duplicated parents. | Junio C Hamano | 2006-02-01 | 1 | -1/+14 |
* | rev-list: allow -<n> as shorthand for --max-count=<n> | Eric Wong | 2006-01-31 | 1 | -0/+5 |
* | rev-list: allow -n<n> as shorthand for --max-count=<n> | Eric Wong | 2006-01-31 | 1 | -0/+10 |
*-. | Merge lt/revlist,jc/diff,jc/revparse,jc/abbrev | Junio C Hamano | 2006-01-28 | 1 | -59/+80 |
|\ \ |
|
| | * | pretty_print_commit(): pass commit object instead of commit->buffer. | Junio C Hamano | 2006-01-28 | 1 | -1/+1 |
| | * | diff-tree: abbreviate merge parent object names with --abbrev --pretty. | Junio C Hamano | 2006-01-28 | 1 | -1/+1 |
| |/
|/| |
|
| * | rev-list --remove-empty: add minimum help and doc entry. | Junio C Hamano | 2006-01-28 | 1 | -0/+1 |
| * | rev-list: stop when the file disappears | Linus Torvalds | 2006-01-28 | 1 | -58/+78 |
|/ |
|
* | Make git-rev-list and git-rev-parse argument parsing stricter | Linus Torvalds | 2006-01-25 | 1 | -1/+5 |
* | rev-list --objects: fix object list without commit. | Junio C Hamano | 2005-12-19 | 1 | -1/+2 |
* | bisect: limit the searchspace by pathspecs | Linus Torvalds | 2005-11-28 | 1 | -6/+12 |
* | max-count in terms of intersection | Luben Tuikov | 2005-11-21 | 1 | -2/+3 |
* | Update usage string and documentation for git-rev-list. | Junio C Hamano | 2005-10-30 | 1 | -13/+19 |
* | git-rev-list: do not forget non-commit refs | Linus Torvalds | 2005-10-26 | 1 | -12/+14 |
* | git-rev-list: make --dense the default (and introduce "--sparse") | Linus Torvalds | 2005-10-26 | 1 | -7/+18 |
* | git-rev-list: fix "--dense" flag | Linus Torvalds | 2005-10-25 | 1 | -8/+43 |
* | git-rev-list: add "--dense" flag | Linus Torvalds | 2005-10-22 | 1 | -5/+63 |
* | Teach git-rev-list to follow just a specified set of files | Linus Torvalds | 2005-10-22 | 1 | -4/+125 |
* | Optimize common case of git-rev-list | Linus Torvalds | 2005-10-18 | 1 | -0/+5 |
* | upload-pack: Do not choke on too many heads request. | Junio C Hamano | 2005-10-05 | 1 | -0/+21 |
* | Fix minor DOS in rev-list. | Junio C Hamano | 2005-10-02 | 1 | -1/+11 |
* | Make time-based commit filtering work with topological ordering. | Linus Torvalds | 2005-09-20 | 1 | -1/+7 |
* | [PATCH] Fix "git-rev-list" revision range parsing | Linus Torvalds | 2005-09-17 | 1 | -1/+3 |
* | [PATCH] Avoid building object ref lists when not needed | Linus Torvalds | 2005-09-16 | 1 | -0/+1 |
* | [PATCH] Improve git-rev-list memory usage further | Linus Torvalds | 2005-09-16 | 1 | -2/+10 |
* | [PATCH] Re-organize "git-rev-list --objects" logic | Linus Torvalds | 2005-09-15 | 1 | -25/+15 |
* | [PATCH] Avoid wasting memory in git-rev-list | Linus Torvalds | 2005-09-15 | 1 | -0/+2 |
* | [PATCH] Fix "prefix" mixup in git-rev-list | Pavel Roskin | 2005-08-24 | 1 | -8/+8 |
* | Make "git-rev-list" work within subdirectories | Linus Torvalds | 2005-08-23 | 1 | -0/+1 |
* | [PATCH] git-rev-list: avoid crash on broken repository | Sergey Vlasov | 2005-08-19 | 1 | -0/+2 |
* | Introduce --pretty=oneline format. | Junio C Hamano | 2005-08-09 | 1 | -2/+9 |
* | [PATCH] add *--no-merges* flag to suppress display of merge commits | Johannes Schindelin | 2005-08-09 | 1 | -1/+11 |
* | Teach rev-list since..til notation. | Junio C Hamano | 2005-08-05 | 1 | -8/+30 |
* | [PATCH] Support for NO_OPENSSL | Petr Baudis | 2005-07-29 | 1 | -1/+5 |
* | [PATCH] Fix interesting git-rev-list corner case | Linus Torvalds | 2005-07-29 | 1 | -0/+11 |
* | Typofix: usage strings fix. | Junio C Hamano | 2005-07-27 | 1 | -1/+1 |
* | Be more aggressive about marking trees uninteresting | Linus Torvalds | 2005-07-23 | 1 | -1/+25 |
* | [PATCH] Dereference tag repeatedly until we get a non-tag. | Junio C Hamano | 2005-07-11 | 1 | -2/+2 |
* | git-rev-list: allow missing objects when the parent is marked UNINTERESTING | Linus Torvalds | 2005-07-10 | 1 | -0/+15 |
* | [PATCH] Ensure list insertion method does not depend on position of --merge-o... | Jon Seymour | 2005-07-06 | 1 | -4/+2 |
* | git-rev-list: remove the DUPCHECK logic, use SEEN instead | Linus Torvalds | 2005-07-06 | 1 | -3/+2 |
* | Make sure we generate the whole commit list before trying to sort it topologi... | Linus Torvalds | 2005-07-06 | 1 | -0/+1 |
* | [PATCH] Tidy up - slight simplification of rev-list.c | Jon Seymour | 2005-07-06 | 1 | -7/+3 |
* | Add "--topo-order" flag to use new topological sort | Linus Torvalds | 2005-07-06 | 1 | -0/+7 |
* | Remove insane overlapping bit ranges from epoch.c | Linus Torvalds | 2005-07-06 | 1 | -1/+5 |
* | Clean up commit insertion in git-rev-list | Linus Torvalds | 2005-07-06 | 1 | -1/+4 |
* | Make "insert_by_date()" match "commit_list_insert()" | Linus Torvalds | 2005-07-06 | 1 | -1/+1 |
* | Remove unnecessary usage of strncmp() in git-rev-list arg parsing. | Linus Torvalds | 2005-07-05 | 1 | -2/+2 |
* | git-rev-list: make sure the output is sorted by recency | Linus Torvalds | 2005-07-04 | 1 | -1/+1 |