Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository' | Junio C Hamano | 2015-01-12 |
|\ | |||
| * | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 2014-12-29 |
* | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2015-01-07 |
|\ \ | |/ |/| | |||
| * | get_merge_bases(): always clean-up object flags | Junio C Hamano | 2014-10-30 |
| * | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 |
| |\ | |||
| * \ | Merge branch 'jc/shortlog-ref-exclude' into maint | Junio C Hamano | 2014-06-25 |
| |\ \ | |||
| * \ \ | Merge branch 'jc/revision-dash-count-parsing' into maint | Junio C Hamano | 2014-06-25 |
| |\ \ \ | |||
* | | | | | revision: remove definition of unused 'add_object' function | Ramsay Jones | 2014-10-19 |
* | | | | | rev-list: add --indexed-objects option | Jeff King | 2014-10-19 |
* | | | | | traverse_commit_list: support pending blobs/trees with paths | Jeff King | 2014-10-19 |
* | | | | | reachable: reuse revision.c "add all reflogs" code | Jeff King | 2014-10-16 |
* | | | | | clean up name allocation in prepare_revision_walk | Jeff King | 2014-10-16 |
* | | | | | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 2014-09-18 |
* | | | | | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 2014-09-11 |
|\ \ \ \ \ | |||
| * | | | | | log-tree: make name_decoration hash static | Jeff King | 2014-08-26 |
* | | | | | | revision: drop useless string offset when parsing "--pretty" | Jeff King | 2014-07-30 |
* | | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | convert logmsg_reencode to get_commit_buffer | Jeff King | 2014-06-13 |
| * | | | | | logmsg_reencode: return const buffer | Jeff King | 2014-06-12 |
| | |/ / / | |/| | | | |||
* | | | | | Merge branch 'jc/revision-dash-count-parsing' | Junio C Hamano | 2014-06-20 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||
| * | | | | revision: parse "git log -<count>" more carefully | Junio C Hamano | 2014-06-09 |
| * | | | | Merge branch 'jc/revision-range-unpeel' into maint | Junio C Hamano | 2014-02-13 |
| |\ \ \ \ | |||
* | \ \ \ \ | Merge branch 'jc/shortlog-ref-exclude' | Junio C Hamano | 2014-06-09 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | | | |||
| * | | | | shortlog: allow --exclude=<glob> to be passed | Junio C Hamano | 2014-06-04 |
* | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-04-08 |
|\ \ \ \ \ | |||
| * | | | | | add `ignore_missing_links` mode to revwalk | Vicent Marti | 2014-04-04 |
* | | | | | | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 2014-04-03 |
|\ \ \ \ \ \ | |||
| * | | | | | | log: add --show-linear-break to help see non-linear history | Nguyễn Thái Ngọc Duy | 2014-03-25 |
* | | | | | | | Merge branch 'jk/warn-on-object-refname-ambiguity' | Junio C Hamano | 2014-03-25 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | rev-list: disable object/refname ambiguity check with --stdin | Jeff King | 2014-03-13 |
| | |_|_|/ / / | |/| | | | | | |||
* | | | | | | | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 2014-03-14 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 2014-02-20 |
* | | | | | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||
| * | | | | | | | revision: allow setting custom limiter function | Vicent Marti | 2013-10-24 |
* | | | | | | | | Merge branch 'ks/tree-diff-walk' | Junio C Hamano | 2014-02-27 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||
| * | | | | | | | revision: convert to using diff_tree_sha1() | Kirill Smelkov | 2014-02-05 |
| | |/ / / / / | |/| | | | | | |||
* | | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 |
|/ / / / / / | |||
* | | | | | | Merge branch 'jc/revision-range-unpeel' | Junio C Hamano | 2014-01-27 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | | | |||
| * | | | | revision: propagate flag bits from tags to pointees | Junio C Hamano | 2014-01-15 |
| * | | | | revision: mark contents of an uninteresting tree uninteresting | Junio C Hamano | 2014-01-15 |
* | | | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 |
|\ \ \ \ \ | |||
| * | | | | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 |
| | |_|/ / | |/| | | | |||
* | | | | | Merge branch 'jc/ref-excludes' | Junio C Hamano | 2013-12-05 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API | Junio C Hamano | 2013-11-01 |
| | |_|/ | |/| | | |||
| * | | | revision: introduce --exclude=<glob> to tame wildcards | Junio C Hamano | 2013-08-30 |
* | | | | Merge branch 'nd/literal-pathspecs' | Junio C Hamano | 2013-11-18 |
|\ \ \ \ | |||
| * | | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 2013-10-28 |
| | |_|/ | |/| | | |||
* | | | | revision: trivial style fixes | Felipe Contreras | 2013-10-31 |
* | | | | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 2013-10-30 |
|\ \ \ \ | |||
| * | | | | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 2013-10-22 |