summaryrefslogtreecommitdiff
path: root/builtin/rev-list.c
AgeCommit message (Expand)Author
2014-06-13commit: record buffer length in cacheJeff King
2014-06-13use get_cached_commit_buffer where appropriateJeff King
2014-06-13provide a helper to free commit bufferJeff King
2014-02-27Merge branch 'jk/pack-bitmap'Junio C Hamano
2013-12-30rev-list: add bitmap mode to speed up object listsVicent Marti
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-06-26pretty: --format output should honor logOutputEncodingAlexey Shumkin
2012-10-29Move print_commit_list to libgit.aNguyễn Thái Ngọc Duy
2012-10-29Move estimate_bisect_steps to libgit.aNguyễn Thái Ngọc Duy
2012-05-11Merge branch 'jk/maint-reflog-walk-count-vs-time'Junio C Hamano
2012-05-04log: respect date_mode_explicit with --format:%gdJeff King
2012-02-28rev-list: fix --verify-objects --quiet becoming --objectsNguyễn Thái Ngọc Duy
2012-02-28rev-list: remove BISECT_SHOW_TRIED flagNguyễn Thái Ngọc Duy
2012-02-13git rev-list: fix invalid typecastClemens Buchacher
2011-09-01rev-list --verify-objectJunio C Hamano
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano
2011-08-22revision.c: add show_object_with_name() helper functionJunio C Hamano
2011-08-22rev-list: fix finish_object() callJunio C Hamano
2011-05-31Merge branch 'jk/format-patch-am'Junio C Hamano
2011-05-26clean up calling conventions for pretty.c functionsJeff King
2011-04-26rev-list --count: separate count for --cherry-markMichael J Gruber
2011-03-23revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber
2011-03-09rev-list/log: factor out revision mark generationMichael J Gruber
2010-11-17Merge branch 'jk/maint-rev-list-nul'Junio C Hamano
2010-10-14rev-list: handle %x00 NUL in user formatJeff King
2010-10-08Use angles for placeholders consistentlyŠtěpán Němec
2010-06-12rev-list: introduce --count optionThomas Rast
2010-04-06Merge branch 'ef/maint-empty-commit-log'Junio C Hamano
2010-04-03Merge branch 'mg/use-default-abbrev-length-in-rev-list'Junio C Hamano
2010-03-10Merge branch 'lt/deepen-builtin-source'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds