aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\
| * convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * logmsg_reencode: return const bufferJeff King2014-06-12
* | Merge branch 'jc/revision-dash-count-parsing'Junio C Hamano2014-06-20
|\ \
| * | revision: parse "git log -<count>" more carefullyJunio C Hamano2014-06-09
| * | Merge branch 'jc/revision-range-unpeel' into maintJunio C Hamano2014-02-13
| |\ \
* | \ \ Merge branch 'jc/shortlog-ref-exclude'Junio C Hamano2014-06-09
|\ \ \ \ | |_|_|/ |/| | |
| * | | shortlog: allow --exclude=<glob> to be passedJunio C Hamano2014-06-04
* | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-04-08
|\ \ \ \
| * | | | add `ignore_missing_links` mode to revwalkVicent Marti2014-04-04
* | | | | Merge branch 'nd/log-show-linear-break'Junio C Hamano2014-04-03
|\ \ \ \ \
| * | | | | log: add --show-linear-break to help see non-linear historyNguyễn Thái Ngọc Duy2014-03-25
* | | | | | Merge branch 'jk/warn-on-object-refname-ambiguity'Junio C Hamano2014-03-25
|\ \ \ \ \ \
| * | | | | | rev-list: disable object/refname ambiguity check with --stdinJeff King2014-03-13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-14
|\ \ \ \ \ \
| * | | | | | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
* | | | | | | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | revision: allow setting custom limiter functionVicent Marti2013-10-24
* | | | | | | Merge branch 'ks/tree-diff-walk'Junio C Hamano2014-02-27
|\ \ \ \ \ \ \
| * | | | | | | revision: convert to using diff_tree_sha1()Kirill Smelkov2014-02-05
| | |/ / / / / | |/| | | | |
* | | | | | | pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24
|/ / / / / /
* | | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2014-01-27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | revision: propagate flag bits from tags to pointeesJunio C Hamano2014-01-15
| * | | | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-15
* | | | | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \ \ \ \
| * | | | | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/ref-excludes'Junio C Hamano2013-12-05
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rev-list --exclude: export add/clear-ref-exclusion and ref-excluded APIJunio C Hamano2013-11-01
| | |_|/ | |/| |
| * | | revision: introduce --exclude=<glob> to tame wildcardsJunio C Hamano2013-08-30
* | | | Merge branch 'nd/literal-pathspecs'Junio C Hamano2013-11-18
|\ \ \ \
| * | | | pathspec: stop --*-pathspecs impact on internal parse_pathspec() usesNguyễn Thái Ngọc Duy2013-10-28
| | |_|/ | |/| |
* | | | revision: trivial style fixesFelipe Contreras2013-10-31
* | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-10-30
|\ \ \ \
| * | | | Fix calling parse_pathspec with no paths nor PATHSPEC_PREFER_* flagsNguyễn Thái Ngọc Duy2013-10-22
* | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2013-10-28
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | revision: do not peel tags used in range notationJunio C Hamano2013-10-15
* | | | Merge branch 'fc/at-head'Junio C Hamano2013-09-20
|\ \ \ \
| * | | | sha1-name: pass len argument to interpret_branch_name()Felipe Contreras2013-09-03
| | |_|/ | |/| |
* | | | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-17
|\ \ \ \
| * | | | clear parsed flag when we free tree buffersJeff King2013-06-06
* | | | | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | | | remove diff_tree_{setup,release}_pathsNguyễn Thái Ngọc Duy2013-07-15
| * | | | convert some get_pathspec() calls to parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
* | | | | log: use true parents for diff when walking reflogsThomas Rast2013-08-05
* | | | | log: use true parents for diff even when rewritingThomas Rast2013-08-01
| |_|/ / |/| | |
* | | | Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy2013-07-09
|/ / /
* | | Merge branch 'jc/topo-author-date-sort'Junio C Hamano2013-07-01
|\ \ \
| * | | log: --author-date-orderJunio C Hamano2013-06-11
| * | | toposort: rename "lifo" fieldJunio C Hamano2013-06-11