summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dj/log-graph-with-no-walk'Junio C Hamano2015-03-251-0/+2
|\
| * revision: forbid combining --graph and --no-walkdj/log-graph-with-no-walkDongcan Jiang2015-03-191-0/+2
* | Merge branch 'kd/rev-list-bisect-first-parent'Junio C Hamano2015-03-251-0/+3
|\ \
| * | rev-list: refuse --first-parent combined with --bisectkd/rev-list-bisect-first-parentKevin Daudt2015-03-191-0/+3
* | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-51/+55
|\ \ \
| * | | revision.c: make save_parents() and free_saved_parents() staticJunio C Hamano2015-01-151-51/+55
| | |/ | |/|
* | | Merge branch 'cj/log-invert-grep'Junio C Hamano2015-02-111-1/+3
|\ \ \ | |/ / |/| |
| * | log: teach --invert-grep optioncj/log-invert-grepChristoph Junghans2015-01-131-1/+3
* | | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository'Junio C Hamano2015-01-121-0/+6
|\ \ \
| * | | rev-list: add an option to mark fewer edges as uninterestingbrian m. carlson2014-12-291-0/+6
* | | | Merge branch 'jc/merge-bases'Junio C Hamano2015-01-071-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | get_merge_bases(): always clean-up object flagsjc/merge-basesJunio C Hamano2014-10-301-2/+2
| | |/ | |/|
| * | Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-161-4/+11
| |\ \
| * \ \ Merge branch 'jc/shortlog-ref-exclude' into maintJunio C Hamano2014-06-251-0/+1
| |\ \ \
| * \ \ \ Merge branch 'jc/revision-dash-count-parsing' into maintJunio C Hamano2014-06-251-2/+4
| |\ \ \ \
* | | | | | revision: remove definition of unused 'add_object' functionRamsay Jones2014-10-191-10/+0
* | | | | | rev-list: add --indexed-objects optionJeff King2014-10-191-0/+51
* | | | | | traverse_commit_list: support pending blobs/trees with pathsJeff King2014-10-191-7/+27
* | | | | | reachable: reuse revision.c "add all reflogs" codeJeff King2014-10-161-2/+2
* | | | | | clean up name allocation in prepare_revision_walkJeff King2014-10-161-7/+7
* | | | | | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-1/+1
* | | | | | Merge branch 'jk/name-decoration-alloc'Junio C Hamano2014-09-111-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | log-tree: make name_decoration hash staticJeff King2014-08-261-1/+1
* | | | | | revision: drop useless string offset when parsing "--pretty"Jeff King2014-07-301-1/+1
* | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-021-4/+11
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | convert logmsg_reencode to get_commit_bufferJeff King2014-06-131-1/+1
| * | | | | logmsg_reencode: return const bufferJeff King2014-06-121-3/+10
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/revision-dash-count-parsing'Junio C Hamano2014-06-201-2/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | revision: parse "git log -<count>" more carefullyjc/revision-dash-count-parsingJunio C Hamano2014-06-091-2/+4
| * | | | Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-131-12/+16
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano2014-06-091-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | shortlog: allow --exclude=<glob> to be passedjc/shortlog-ref-excludeJunio C Hamano2014-06-041-0/+1
* | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-081-3/+5
|\ \ \ \ \
| * | | | | add `ignore_missing_links` mode to revwalkVicent Marti2014-04-041-3/+5
* | | | | | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-031-3/+45
|\ \ \ \ \ \
| * | | | | | log: add --show-linear-break to help see non-linear historynd/log-show-linear-breakNguyễn Thái Ngọc Duy2014-03-251-3/+45
* | | | | | | Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-251-0/+6
|\ \ \ \ \ \ \
| * | | | | | | rev-list: disable object/refname ambiguity check with --stdinjk/warn-on-object-refname-ambiguityJeff King2014-03-131-0/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-1/+1
|\ \ \ \ \ \ \
| * | | | | | | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-1/+1
* | | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-271-0/+4
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | revision: allow setting custom limiter functionVicent Marti2013-10-241-0/+4
* | | | | | | | Merge branch 'ks/tree-diff-walk'Junio C Hamano2014-02-271-11/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | revision: convert to using diff_tree_sha1()Kirill Smelkov2014-02-051-11/+1
| | |/ / / / / | |/| | | | |
* | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-1/+2
|/ / / / / /
* | | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2014-01-271-12/+16
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | revision: propagate flag bits from tags to pointeesjc/revision-range-unpeelJunio C Hamano2014-01-151-6/+2
| * | | | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-151-8/+17
* | | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-19/+19
|\ \ \ \ \
| * | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-19/+19
| | |_|/ / | |/| | |