Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | log --grep: accept --basic-regexp and --perl-regexp | Junio C Hamano | 2012-10-09 | |
| |_|/ / / / / / / / |/| | | | | | | | | | ||||
* | | | | | | | | | | log --grep: use the same helper to set -E/-F options as "git grep" | Junio C Hamano | 2012-10-09 | |
* | | | | | | | | | | revisions: initialize revs->grep_filter using grep_init() | Junio C Hamano | 2012-10-09 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | revision: make --grep search in notes too if shown | Nguyễn Thái Ngọc Duy | 2012-09-29 | |
* | | | | | | | | | log --grep-reflog: reject the option without -g | Junio C Hamano | 2012-09-29 | |
* | | | | | | | | | revision: add --grep-reflog to filter commits by reflog messages | Nguyễn Thái Ngọc Duy | 2012-09-29 | |
* | | | | | | | | | Merge branch 'jc/maint-log-grep-all-match' | Junio C Hamano | 2012-09-18 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | grep: teach --debug option to dump the parse tree | Junio C Hamano | 2012-09-14 | |
* | | | | | | | | | Merge branch 'mz/cherry-pick-cmdline-order' | Junio C Hamano | 2012-09-10 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | teach log --no-walk=unsorted, which avoids sorting | Martin von Zweigbergk | 2012-08-30 | |
* | | | | | | | | | Merge branch 'jc/dotdot-is-parent-directory' | Junio C Hamano | 2012-09-07 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||
| * | | | | | | | | specifying ranges: we did not mean to make ".." an empty set | Junio C Hamano | 2012-08-23 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
| * | | | | | | | Merge branch 'jc/rev-list-simplify-merges-first-parent' into maint | Junio C Hamano | 2012-07-11 | |
| |\ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 2012-07-11 | |
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/maint-null-in-trees' | Junio C Hamano | 2012-08-27 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
| * | | | | | | | | diff: do not use null sha1 as a sentinel value | Jeff King | 2012-07-29 | |
* | | | | | | | | | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 2012-08-22 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | diff_setup_done(): return void | Thomas Rast | 2012-08-03 | |
| |/ / / / / / | ||||
| * | | | | | | Merge branch 'jk/grep-binary-attribute' into maint | Junio C Hamano | 2012-02-21 | |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge branch 'jc/maint-log-first-parent-pathspec' into maint | Junio C Hamano | 2012-02-05 | |
| |\ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ | Merge branch 'jk/revision-walk-stop-at-max-count' | Junio C Hamano | 2012-07-22 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | revision: avoid work after --max-count is reached | Jeff King | 2012-07-13 | |
* | | | | | | | | | | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 2012-07-22 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||
| * | | | | | | | | | revision.c: the "log" family, except for "show", takes committish | Junio C Hamano | 2012-07-09 | |
| * | | | | | | | | | revision.c: allow handle_revision_arg() to take other flags | Junio C Hamano | 2012-07-09 | |
| * | | | | | | | | | sha1_name.c: introduce get_sha1_committish() | Junio C Hamano | 2012-07-09 | |
| * | | | | | | | | | sha1_name.c: teach lookup context to get_sha1_with_context() | Junio C Hamano | 2012-07-09 | |
| * | | | | | | | | | sha1_name.c: get rid of get_sha1_with_mode() | Junio C Hamano | 2012-07-03 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'jc/rev-list-simplify-merges-first-parent' | Junio C Hamano | 2012-06-28 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||
| * | | | | | | | | revision: ignore side parents while running simplify-merges | Junio C Hamano | 2012-06-13 | |
| * | | | | | | | | revision: note the lack of free() in simplify_merges() | Junio C Hamano | 2012-06-08 | |
| * | | | | | | | | revision: "simplify" options imply topo-order sort | Junio C Hamano | 2012-06-08 | |
| | |_|_|/ / / / | |/| | | | | | | ||||
* | | | | | | | | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 2012-06-28 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | ||||
| * | | | | | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 | |
| |/ / / / / | ||||
* | | | | | | Merge branch 'rs/commit-list-append' | Junio C Hamano | 2012-04-29 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | revision: append to list instead of insert and reverse | René Scharfe | 2012-04-25 | |
* | | | | | | | Merge branch 'cb/cherry-pick-rev-path-confusion' | Junio C Hamano | 2012-04-27 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||
| * | | | | | | cherry-pick: do not expect file arguments | Clemens Buchacher | 2012-04-15 | |
* | | | | | | | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 2012-04-24 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | Teach revision walking machinery to walk multiple times sequencially | Heiko Voigt | 2012-03-30 | |
* | | | | | | | Merge branch 'rs/commit-list-sort-in-batch' | Junio C Hamano | 2012-04-23 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | revision: insert unsorted, then sort in prepare_revision_walk() | René Scharfe | 2012-04-11 | |
| | |/ / / / | |/| | | | | ||||
* | | | | | | Merge branch 'jc/pickaxe-ignore-case' | Junio C Hamano | 2012-03-07 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | pickaxe: allow -i to search in patch case-insensitively | Junio C Hamano | 2012-02-28 | |
* | | | | | | | Merge branch 'jk/grep-binary-attribute' | Junio C Hamano | 2012-02-14 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | / / | | |_|_|/ / | |/| | | | | ||||
| * | | | | | grep: drop grep_buffer's "name" parameter | Jeff King | 2012-02-02 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge branch 'nd/index-pack-no-recurse' | Junio C Hamano | 2012-01-29 | |
|\ \ \ \ \ | ||||
| * | | | | | Eliminate recursion in setting/clearing marks in commit list | Nguyễn Thái Ngọc Duy | 2012-01-16 | |
| | |/ / / | |/| | | | ||||
* | | | | | Merge branch 'jc/maint-log-first-parent-pathspec' | Junio C Hamano | 2012-01-29 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||
| * | | | Making pathspec limited log play nicer with --first-parent | Junio C Hamano | 2012-01-19 |