summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/object-id'Junio C Hamano2017-05-291-1/+1
|\
| * object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-1/+1
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
|/
* Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-261-1/+1
* use oid_to_hex_r() for converting struct object_id hashes to hex stringsRené Scharfe2017-01-301-1/+1
* rev-list: use hdr_termination instead of a always using a newlineJacob Keller2016-10-201-1/+1
* graph: add support for --line-prefix on all graph-aware outputJacob Keller2016-08-311-41/+33
* rev-list: add optional progress reportingJeff King2016-07-201-0/+17
* Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano2016-06-201-1/+5
|\
| * rev-list: disable bitmaps when "-n" is used with listing objectsjk/rev-list-count-with-bitmapJeff King2016-06-031-1/+2
| * rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King2016-06-031-0/+3
| * list-objects: pass full pathname to callbacksjk/path-name-safety-2.4Jeff King2016-03-161-8/+4
| * list-objects: drop name_path entirelyJeff King2016-03-161-2/+2
| * Merge branch 'ls/hint-rev-list-count' into maintJunio C Hamano2015-07-271-0/+1
| |\
* | | list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-8/+4
* | | list-objects: drop name_path entirelyJeff King2016-02-121-2/+2
* | | Remove get_object_hash.brian m. carlson2015-11-201-2/+2
* | | Convert struct object to object_idbrian m. carlson2015-11-201-7/+7
* | | Add several uses of get_object_hash.brian m. carlson2015-11-201-2/+2
* | | use sha1_to_hex_r() instead of strcpyJeff King2015-10-051-2/+2
* | | rev-list: make it obvious that we do not support notesjk/rev-list-has-no-notesJeff King2015-08-241-0/+3
* | | Merge branch 'ls/hint-rev-list-count'Junio C Hamano2015-07-101-0/+1
|\ \ \ | |/ / |/| / | |/
| * rev-list: add --count to usage guidels/hint-rev-list-countLawrence Siebert2015-07-011-0/+1
* | rev-list: disable --use-bitmap-index when pruning commitsjk/rev-list-no-bitmap-while-pruningJeff King2015-07-011-1/+1
|/
* commit: record buffer length in cacheJeff King2014-06-131-1/+1
* use get_cached_commit_buffer where appropriateJeff King2014-06-131-1/+1
* provide a helper to free commit bufferJeff King2014-06-131-2/+1
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+39
|\
| * rev-list: add bitmap mode to speed up object listsVicent Marti2013-12-301-0/+39
* | C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
|/
* list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1
* pretty: --format output should honor logOutputEncodingAlexey Shumkin2013-06-261-0/+1
* Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy2012-10-291-10/+0
* Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy2012-10-291-39/+0
* Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano2012-05-111-0/+1
|\
| * log: respect date_mode_explicit with --format:%gdJeff King2012-05-041-0/+1
* | rev-list: fix --verify-objects --quiet becoming --objectsnd/maint-verify-objectsNguyễn Thái Ngọc Duy2012-02-281-11/+15
* | rev-list: remove BISECT_SHOW_TRIED flagNguyễn Thái Ngọc Duy2012-02-281-11/+1
* | git rev-list: fix invalid typecastcb/maint-rev-list-verify-objectClemens Buchacher2012-02-131-2/+2
* | rev-list --verify-objectJunio C Hamano2011-09-011-0/+4
* | list-objects: pass callback data to show_objects()Junio C Hamano2011-09-011-3/+7
* | revision.c: add show_object_with_name() helper functionJunio C Hamano2011-08-221-14/+1
* | rev-list: fix finish_object() callJunio C Hamano2011-08-221-1/+1
|/
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-1/+2
|\
| * clean up calling conventions for pretty.c functionsJeff King2011-05-261-1/+2
* | rev-list --count: separate count for --cherry-markMichael J Gruber2011-04-261-2/+8
* | revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber2011-03-231-0/+4
* | rev-list/log: factor out revision mark generationMichael J Gruber2011-03-091-12/+2
|/
* Merge branch 'jk/maint-rev-list-nul'Junio C Hamano2010-11-171-2/+4
|\
| * rev-list: handle %x00 NUL in user formatJeff King2010-10-131-2/+4