Age | Commit message (Expand) | Author | Files | Lines |
2015-06-25 | Merge branch 'jk/squelch-missing-link-warning-for-unreachable' into maint | Junio C Hamano | 1 | -2/+2 |
2015-06-01 | suppress errors on missing UNINTERESTING links | Jeff King | 1 | -1/+1 |
2015-06-01 | silence broken link warnings with revs->ignore_missing_links | Jeff King | 1 | -1/+1 |
2015-05-26 | Merge branch 'jk/still-interesting' into maint | Junio C Hamano | 1 | -4/+19 |
2015-04-17 | limit_list: avoid quadratic behavior from still_interesting | Jeff King | 1 | -4/+19 |
2015-03-25 | Merge branch 'dj/log-graph-with-no-walk' | Junio C Hamano | 1 | -0/+2 |
2015-03-25 | Merge branch 'kd/rev-list-bisect-first-parent' | Junio C Hamano | 1 | -0/+3 |
2015-03-19 | rev-list: refuse --first-parent combined with --bisect | Kevin Daudt | 1 | -0/+3 |
2015-03-19 | revision: forbid combining --graph and --no-walk | Dongcan Jiang | 1 | -0/+2 |
2015-02-11 | Merge branch 'jc/unused-symbols' | Junio C Hamano | 1 | -51/+55 |
2015-02-11 | Merge branch 'cj/log-invert-grep' | Junio C Hamano | 1 | -1/+3 |
2015-01-15 | revision.c: make save_parents() and free_saved_parents() static | Junio C Hamano | 1 | -51/+55 |
2015-01-13 | log: teach --invert-grep option | Christoph Junghans | 1 | -1/+3 |
2015-01-12 | Merge branch 'bc/fetch-thin-less-aggressive-in-normal-repository' | Junio C Hamano | 1 | -0/+6 |
2015-01-07 | Merge branch 'jc/merge-bases' | Junio C Hamano | 1 | -2/+2 |
2014-12-29 | rev-list: add an option to mark fewer edges as uninteresting | brian m. carlson | 1 | -0/+6 |
2014-10-30 | get_merge_bases(): always clean-up object flags | Junio C Hamano | 1 | -2/+2 |
2014-10-19 | revision: remove definition of unused 'add_object' function | Ramsay Jones | 1 | -10/+0 |
2014-10-19 | rev-list: add --indexed-objects option | Jeff King | 1 | -0/+51 |
2014-10-19 | traverse_commit_list: support pending blobs/trees with paths | Jeff King | 1 | -7/+27 |
2014-10-16 | reachable: reuse revision.c "add all reflogs" code | Jeff King | 1 | -2/+2 |
2014-10-16 | clean up name allocation in prepare_revision_walk | Jeff King | 1 | -7/+7 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -1/+1 |
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-16 | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 1 | -4/+11 |
2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -4/+11 |
2014-06-25 | Merge branch 'jc/shortlog-ref-exclude' into maint | Junio C Hamano | 1 | -0/+1 |
2014-06-25 | Merge branch 'jc/revision-dash-count-parsing' into maint | Junio C Hamano | 1 | -2/+4 |
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 |