summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Use angles for placeholders consistentlyŠtěpán Němec2010-10-081-4/+4
|/
* rev-list: introduce --count optionThomas Rast2010-06-121-0/+16
* Merge branch 'ef/maint-empty-commit-log'Junio C Hamano2010-04-061-1/+4
* Merge branch 'mg/use-default-abbrev-length-in-rev-list'Junio C Hamano2010-04-031-1/+1
* Merge branch 'lt/deepen-builtin-source'Junio C Hamano2010-03-101-2/+3
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+400