| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -7/+7 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | use sha1_to_hex_r() instead of strcpy | Jeff King | 2015-10-05 | 1 | -2/+2 |
* | rev-list: make it obvious that we do not support notesjk/rev-list-has-no-notes | Jeff King | 2015-08-24 | 1 | -0/+3 |
* | Merge branch 'ls/hint-rev-list-count' | Junio C Hamano | 2015-07-10 | 1 | -0/+1 |
|\ |
|
| * | rev-list: add --count to usage guidels/hint-rev-list-count | Lawrence Siebert | 2015-07-01 | 1 | -0/+1 |
* | | rev-list: disable --use-bitmap-index when pruning commitsjk/rev-list-no-bitmap-while-pruning | Jeff King | 2015-07-01 | 1 | -1/+1 |
|/ |
|
* | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | use get_cached_commit_buffer where appropriate | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | provide a helper to free commit buffer | Jeff King | 2014-06-13 | 1 | -2/+1 |
* | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -0/+39 |
|\ |
|
| * | rev-list: add bitmap mode to speed up object lists | Vicent Marti | 2013-12-30 | 1 | -0/+39 |
* | | C: have space around && and || operators | Junio C Hamano | 2013-10-16 | 1 | -1/+1 |
|/ |
|
* | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -1/+1 |
* | pretty: --format output should honor logOutputEncoding | Alexey Shumkin | 2013-06-26 | 1 | -0/+1 |
* | Move print_commit_list to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -10/+0 |
* | Move estimate_bisect_steps to libgit.a | Nguyễn Thái Ngọc Duy | 2012-10-29 | 1 | -39/+0 |
* | Merge branch 'jk/maint-reflog-walk-count-vs-time' | Junio C Hamano | 2012-05-11 | 1 | -0/+1 |
|\ |
|
| * | log: respect date_mode_explicit with --format:%gd | Jeff King | 2012-05-04 | 1 | -0/+1 |
* | | rev-list: fix --verify-objects --quiet becoming --objectsnd/maint-verify-objects | Nguyễn Thái Ngọc Duy | 2012-02-28 | 1 | -11/+15 |
* | | rev-list: remove BISECT_SHOW_TRIED flag | Nguyễn Thái Ngọc Duy | 2012-02-28 | 1 | -11/+1 |
* | | git rev-list: fix invalid typecastcb/maint-rev-list-verify-object | Clemens Buchacher | 2012-02-13 | 1 | -2/+2 |
* | | rev-list --verify-object | Junio C Hamano | 2011-09-01 | 1 | -0/+4 |
* | | list-objects: pass callback data to show_objects() | Junio C Hamano | 2011-09-01 | 1 | -3/+7 |
* | | revision.c: add show_object_with_name() helper function | Junio C Hamano | 2011-08-22 | 1 | -14/+1 |
* | | rev-list: fix finish_object() call | Junio C Hamano | 2011-08-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/format-patch-am' | Junio C Hamano | 2011-05-31 | 1 | -1/+2 |
|\ |
|
| * | clean up calling conventions for pretty.c functions | Jeff King | 2011-05-26 | 1 | -1/+2 |
* | | rev-list --count: separate count for --cherry-mark | Michael J Gruber | 2011-04-26 | 1 | -2/+8 |
* | | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 2011-03-23 | 1 | -0/+4 |
* | | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | 1 | -12/+2 |
|/ |
|
* | Merge branch 'jk/maint-rev-list-nul' | Junio C Hamano | 2010-11-17 | 1 | -2/+4 |
|\ |
|
| * | rev-list: handle %x00 NUL in user format | Jeff King | 2010-10-13 | 1 | -2/+4 |
* | | Use angles for placeholders consistently | Štěpán Němec | 2010-10-08 | 1 | -4/+4 |
|/ |
|
* | rev-list: introduce --count option | Thomas Rast | 2010-06-12 | 1 | -0/+16 |
* | Merge branch 'ef/maint-empty-commit-log' | Junio C Hamano | 2010-04-06 | 1 | -1/+4 |
* | Merge branch 'mg/use-default-abbrev-length-in-rev-list' | Junio C Hamano | 2010-04-03 | 1 | -1/+1 |
* | Merge branch 'lt/deepen-builtin-source' | Junio C Hamano | 2010-03-10 | 1 | -2/+3 |
* | Move 'builtin-*' into a 'builtin/' subdirectory | Linus Torvalds | 2010-02-22 | 1 | -0/+400 |