summaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |_|/ | |/| |
* | | | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-051-2/+48
|\ \ \ \ | |/ / / |/| | |
| * | | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded APIJunio C Hamano2013-11-011-23/+23
| * | | revision: introduce --exclude=<glob> to tame wildcardsJunio C Hamano2013-08-301-2/+48
* | | | Merge branch 'nd/literal-pathspecs'Junio C Hamano2013-11-181-2/+2
|\ \ \ \
| * | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesnd/literal-pathspecsnd/liteal-pathspecsNguyễn Thái Ngọc Duy2013-10-281-1/+2
| | |_|/ | |/| |
* | | | revision: trivial style fixesFelipe Contreras2013-10-311-8/+6
* | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-10-301-1/+2
|\ \ \ \
| * | | | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy2013-10-221-1/+2
* | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2013-10-281-22/+37
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | revision: do not peel tags used in range notationJunio C Hamano2013-10-151-22/+37
* | | | Merge branch 'fc/at-head'Junio C Hamano2013-09-201-1/+1
|\ \ \ \
| * | | | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-2/+1
|\ \ \ \
| * | | | clear parsed flag when we free tree buffersjk/free-tree-bufferJeff King2013-06-061-2/+1
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-5/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-1/+1
| * | | | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-151-2/+3
| * | | | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-2/+2
* | | | | log: use true parents for diff when walking reflogstr/log-full-diff-keep-true-parentsThomas Rast2013-08-051-3/+25
* | | | | log: use true parents for diff even when rewritingThomas Rast2013-08-011-1/+42
| |_|/ / |/| | |
* | | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entryNguyễn Thái Ngọc Duy2013-07-091-1/+1
|/ / /
* | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-011-5/+8
|\ \ \
| * | | log: --author-date-orderJunio C Hamano2013-06-111-0/+3
| * | | toposort: rename "lifo" fieldJunio C Hamano2013-06-111-5/+5
| * | | Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-031-1/+1
| |\ \ \
| | * \ \ Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano2013-04-031-1/+1
| | |\ \ \
* | | \ \ \ Merge branch 'mh/reflife'Junio C Hamano2013-06-141-26/+38
|\ \ \ \ \ \
| * | | | | | object_array_entry: fix memory handling of the name fieldMichael Haggerty2013-06-021-2/+4
| * | | | | | revision: use object_array_filter() in implementation of gc_boundary()Michael Haggerty2013-05-281-17/+15
| * | | | | | revision: split some overly-long linesMichael Haggerty2013-05-281-6/+14
| * | | | | | add_rev_cmdline(): make a copy of the name argumentMichael Haggerty2013-05-281-1/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'kb/full-history-compute-treesame-carefully-2'Junio C Hamano2013-06-141-65/+474
|\ \ \ \ \ \