aboutsummaryrefslogtreecommitdiff
path: root/rev-list.c
Commit message (Expand)AuthorAge
* rev-list: default to abbreviate merge parent names under --pretty.Junio C Hamano2006-02-10
* rev-list: omit duplicated parents.Junio C Hamano2006-02-01
* rev-list: allow -<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
* rev-list: allow -n<n> as shorthand for --max-count=<n>Eric Wong2006-01-31
*-. Merge lt/revlist,jc/diff,jc/revparse,jc/abbrevJunio C Hamano2006-01-28
|\ \
| | * pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano2006-01-28
| | * diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano2006-01-28
| |/ |/|
| * rev-list --remove-empty: add minimum help and doc entry.Junio C Hamano2006-01-28
| * rev-list: stop when the file disappearsLinus Torvalds2006-01-28
|/
* Make git-rev-list and git-rev-parse argument parsing stricterLinus Torvalds2006-01-25
* rev-list --objects: fix object list without commit.Junio C Hamano2005-12-19
* bisect: limit the searchspace by pathspecsLinus Torvalds2005-11-28
* max-count in terms of intersectionLuben Tuikov2005-11-21
* Update usage string and documentation for git-rev-list.Junio C Hamano2005-10-30
* git-rev-list: do not forget non-commit refsLinus Torvalds2005-10-26
* git-rev-list: make --dense the default (and introduce "--sparse")Linus Torvalds2005-10-26
* git-rev-list: fix "--dense" flagLinus Torvalds2005-10-25
* git-rev-list: add "--dense" flagLinus Torvalds2005-10-22
* Teach git-rev-list to follow just a specified set of filesLinus Torvalds2005-10-22
* Optimize common case of git-rev-listLinus Torvalds2005-10-18
* upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-05
* Fix minor DOS in rev-list.Junio C Hamano2005-10-02
* Make time-based commit filtering work with topological ordering.Linus Torvalds2005-09-20
* [PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds2005-09-17
* [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-16
* [PATCH] Improve git-rev-list memory usage furtherLinus Torvalds2005-09-16
* [PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds2005-09-15
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-15
* [PATCH] Fix "prefix" mixup in git-rev-listPavel Roskin2005-08-24
* Make "git-rev-list" work within subdirectoriesLinus Torvalds2005-08-23
* [PATCH] git-rev-list: avoid crash on broken repositorySergey Vlasov2005-08-19
* Introduce --pretty=oneline format.Junio C Hamano2005-08-09
* [PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin2005-08-09
* Teach rev-list since..til notation.Junio C Hamano2005-08-05
* [PATCH] Support for NO_OPENSSLPetr Baudis2005-07-29
* [PATCH] Fix interesting git-rev-list corner caseLinus Torvalds2005-07-29
* Typofix: usage strings fix.Junio C Hamano2005-07-27
* Be more aggressive about marking trees uninterestingLinus Torvalds2005-07-23
* [PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2005-07-11
* git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds2005-07-10
* [PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour2005-07-06
* git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds2005-07-06
* Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds2005-07-06
* [PATCH] Tidy up - slight simplification of rev-list.cJon Seymour2005-07-06
* Add "--topo-order" flag to use new topological sortLinus Torvalds2005-07-06
* Remove insane overlapping bit ranges from epoch.cLinus Torvalds2005-07-06
* Clean up commit insertion in git-rev-listLinus Torvalds2005-07-06
* Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds2005-07-06
* Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds2005-07-05
* git-rev-list: make sure the output is sorted by recencyLinus Torvalds2005-07-04