| Commit message (Expand) | Author | Age |
* | 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 |
* | | | | | Merge branch 'jc/revision-range-unpeel' | Junio C Hamano | 2013-10-28 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | revision: do not peel tags used in range notation | Junio C Hamano | 2013-10-15 |
* | | | | Merge branch 'fc/at-head' | Junio C Hamano | 2013-09-20 |
|\ \ \ \ |
|
| * | | | | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 2013-09-03 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 2013-09-17 |
|\ \ \ \ |
|
| * | | | | clear parsed flag when we free tree buffers | Jeff King | 2013-06-06 |
* | | | | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| * | | | | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 2013-07-15 |
| * | | | | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | | | | | log: use true parents for diff when walking reflogs | Thomas Rast | 2013-08-05 |
* | | | | | log: use true parents for diff even when rewriting | Thomas Rast | 2013-08-01 |
| |_|/ /
|/| | | |
|
* | | | | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 2013-07-09 |
|/ / / |
|
* | | | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 2013-07-01 |
|\ \ \ |
|
| * | | | log: --author-date-order | Junio C Hamano | 2013-06-11 |
| * | | | toposort: rename "lifo" field | Junio C Hamano | 2013-06-11 |
| * | | | Sync with 1.8.1 maintenance track | Junio C Hamano | 2013-04-03 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1 | Junio C Hamano | 2013-04-03 |
| | |\ \ \ |
|
* | | \ \ \ | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 |
|\ \ \ \ \ \ |
|
| * | | | | | | object_array_entry: fix memory handling of the name field | Michael Haggerty | 2013-06-02 |
| * | | | | | | revision: use object_array_filter() in implementation of gc_boundary() | Michael Haggerty | 2013-05-28 |
| * | | | | | | revision: split some overly-long lines | Michael Haggerty | 2013-05-28 |
| * | | | | | | add_rev_cmdline(): make a copy of the name argument | Michael Haggerty | 2013-05-28 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 'kb/full-history-compute-treesame-carefully-2' | Junio C Hamano | 2013-06-14 |
|\ \ \ \ \ \ |
|