aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
...
| * | | | | | log: diagnose empty HEAD more clearlyJeff King2015-08-31
* | | | | | | Merge branch 'ad/bisect-cleanup'Junio C Hamano2015-08-12
|\ \ \ \ \ \ \
| * | | | | | | bisect: simplify the addition of new bisect termsAntoine Delaite2015-08-03
* | | | | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | convert "enum date_mode" into a structJeff King2015-06-29
| |/ / / / / /
* | | | | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-07-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | revision.c: remove unneeded check for NULLStefan Beller2015-06-29
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/squelch-missing-link-warning-for-unreachable'Junio C Hamano2015-06-11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | suppress errors on missing UNINTERESTING linksJeff King2015-06-01
| * | | | | silence broken link warnings with revs->ignore_missing_linksJeff King2015-06-01
* | | | | | handle_one_reflog(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | | | handle_one_ref(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | | | | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
| |_|/ / / |/| | | |
* | | | | Merge branch 'jk/still-interesting'Junio C Hamano2015-05-11
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | limit_list: avoid quadratic behavior from still_interestingJeff King2015-04-17
* | | | Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-25
|\ \ \ \
| * | | | revision: forbid combining --graph and --no-walkDongcan Jiang2015-03-19
* | | | | Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano2015-03-25
|\ \ \ \ \
| * | | | | rev-list: refuse --first-parent combined with --bisectKevin Daudt2015-03-19
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-11
|\ \ \ \ \
| * | | | | revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-15
| | |/ / / | |/| | |
* | | | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | log: teach --invert-grep optionChristoph Junghans2015-01-13
* | | | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'Junio C Hamano2015-01-12
|\ \ \ \ \
| * | | | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-29
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-07
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | get_merge_bases(): always clean-up object flagsJunio C Hamano2014-10-30
| | |/ / | |/| |
| * | | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
| |\ \ \
| * \ \ \ Merge branch 'jc/shortlog-ref-exclude' into maintJunio C Hamano2014-06-25
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/revision-dash-count-parsing' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \
* | | | | | | revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-19
* | | | | | | rev-list: add --indexed-objects optionJeff King2014-10-19
| |_|_|_|_|/ |/| | | | |
* | | | | | traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-19
* | | | | | reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-16
* | | | | | clean up name allocation in prepare_revision_walkJeff King2014-10-16
* | | | | | use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18
* | | | | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | log-tree: make name_decoration hash staticJeff King2014-08-26
* | | | | | revision: drop useless string offset when parsing "--pretty"Jeff King2014-07-30
* | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * | | | | logmsg_reencode: return const bufferJeff King2014-06-12
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/revision-dash-count-parsing'Junio C Hamano2014-06-20
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | revision: parse "git log -<count>" more carefullyJunio C Hamano2014-06-09
| * | | | Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-13
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano2014-06-09
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | shortlog: allow --exclude=<glob> to be passedJunio C Hamano2014-06-04
* | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-08
|\ \ \ \ \
| * | | | | add `ignore_missing_links` mode to revwalkVicent Marti2014-04-04
* | | | | | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \ \ \ \ \