Age | Commit message (Expand) | Author | Files | Lines |
2014-09-11 | Merge branch 'jk/name-decoration-alloc' | Junio C Hamano | 1 | -1/+1 |
2014-08-26 | log-tree: make name_decoration hash static | Jeff King | 1 | -1/+1 |
2014-07-30 | revision: drop useless string offset when parsing "--pretty" | Jeff King | 1 | -1/+1 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -4/+11 |
2014-06-20 | Merge branch 'jc/revision-dash-count-parsing' | Junio C Hamano | 1 | -2/+4 |
2014-06-13 | convert logmsg_reencode to get_commit_buffer | Jeff King | 1 | -1/+1 |
2014-06-12 | logmsg_reencode: return const buffer | Jeff King | 1 | -3/+10 |
2014-06-09 | revision: parse "git log -<count>" more carefully | Junio C Hamano | 1 | -2/+4 |
2014-06-09 | Merge branch 'jc/shortlog-ref-exclude' | Junio C Hamano | 1 | -0/+1 |
2014-06-04 | shortlog: allow --exclude=<glob> to be passed | Junio C Hamano | 1 | -0/+1 |
2014-04-08 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -3/+5 |
2014-04-04 | add `ignore_missing_links` mode to revwalk | Vicent Marti | 1 | -3/+5 |
2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -3/+45 |
2014-03-25 | log: add --show-linear-break to help see non-linear history | Nguyễn Thái Ngọc Duy | 1 | -3/+45 |
2014-03-25 | Merge branch 'jk/warn-on-object-refname-ambiguity' | Junio C Hamano | 1 | -0/+6 |
2014-03-14 | Merge branch 'nd/no-more-fnmatch' | Junio C Hamano | 1 | -1/+1 |
2014-03-13 | rev-list: disable object/refname ambiguity check with --stdin | Jeff King | 1 | -0/+6 |
2014-02-27 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -0/+4 |
2014-02-27 | Merge branch 'ks/tree-diff-walk' | Junio C Hamano | 1 | -11/+1 |
2014-02-24 | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2014-02-20 | use wildmatch() directly without fnmatch() wrapper | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2014-02-13 | Merge branch 'jc/revision-range-unpeel' into maint | Junio C Hamano | 1 | -12/+16 |
2014-02-05 | revision: convert to using diff_tree_sha1() | Kirill Smelkov | 1 | -11/+1 |
2014-01-27 | Merge branch 'jc/revision-range-unpeel' | Junio C Hamano | 1 | -12/+16 |
2014-01-15 | revision: propagate flag bits from tags to pointees | Junio C Hamano | 1 | -6/+2 |
2014-01-15 | revision: mark contents of an uninteresting tree uninteresting | Junio C Hamano | 1 | -8/+17 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -19/+19 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -19/+19 |
2013-12-05 | Merge branch 'jc/ref-excludes' | Junio C Hamano | 1 | -2/+48 |
2013-11-18 | Merge branch 'nd/literal-pathspecs' | Junio C Hamano | 1 | -2/+2 |
2013-11-01 | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded API | Junio C Hamano | 1 | -23/+23 |
2013-10-31 | revision: trivial style fixes | Felipe Contreras | 1 | -8/+6 |
2013-10-30 | Merge branch 'nd/magic-pathspec' | Junio C Hamano | 1 | -1/+2 |
2013-10-28 | Merge branch 'jc/revision-range-unpeel' | Junio C Hamano | 1 | -22/+37 |
2013-10-28 | pathspec: stop --*-pathspecs impact on internal parse_pathspec() uses | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-10-24 | revision: allow setting custom limiter function | Vicent Marti | 1 | -0/+4 |
2013-10-22 | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flags | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2013-10-15 | revision: do not peel tags used in range notation | Junio C Hamano | 1 | -22/+37 |
2013-09-20 | Merge branch 'fc/at-head' | Junio C Hamano | 1 | -1/+1 |
2013-09-17 | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 1 | -2/+1 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -5/+6 |
2013-09-03 | sha1-name: pass len argument to interpret_branch_name() | Felipe Contreras | 1 | -1/+1 |
2013-08-30 | revision: introduce --exclude=<glob> to tame wildcards | Junio C Hamano | 1 | -2/+48 |
2013-08-05 | log: use true parents for diff when walking reflogs | Thomas Rast | 1 | -3/+25 |
2013-08-01 | log: use true parents for diff even when rewriting | Thomas Rast | 1 | -1/+42 |
2013-07-15 | remove init_pathspec() in favor of parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-15 | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 1 | -2/+3 |
2013-07-15 | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2013-07-09 | Convert "struct cache_entry *" to "const ..." wherever possible | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-07-01 | Merge branch 'jc/topo-author-date-sort' | Junio C Hamano | 1 | -5/+8 |