aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
* Sync with 1.8.1 maintenance trackJunio C Hamano2013-04-03
|\
| * Merge branch 'kk/revwalk-slop-too-many-commit-within-a-second' into maint-1.8.1Junio C Hamano2013-04-03
| |\
| | * Fix revision walk for commits with the same datesKacper Kornet2013-03-22
* | | log: re-encode commit messages before greppingJeff King2013-02-11
* | | log --use-mailmap: optimize for cases without --author/--committer searchJunio C Hamano2013-01-10
* | | log: grep author/committer using mailmapAntoine Pelisse2013-01-10
|/ /
* | Merge branch 'jc/prettier-pretty-note'Junio C Hamano2012-11-15
|\ \
| * | format_note(): simplify APIJunio C Hamano2012-10-17
* | | log --grep: accept --basic-regexp and --perl-regexpJunio C Hamano2012-10-09
| |/ |/|
* | log --grep: use the same helper to set -E/-F options as "git grep"Junio C Hamano2012-10-09
* | revisions: initialize revs->grep_filter using grep_init()Junio C Hamano2012-10-09
|/
* revision: make --grep search in notes too if shownNguyễn Thái Ngọc Duy2012-09-29
* log --grep-reflog: reject the option without -gJunio C Hamano2012-09-29
* revision: add --grep-reflog to filter commits by reflog messagesNguyễn Thái Ngọc Duy2012-09-29
* Merge branch 'jc/maint-log-grep-all-match'Junio C Hamano2012-09-18
|\
| * grep: teach --debug option to dump the parse treeJunio C Hamano2012-09-14
* | Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano2012-09-10
|\ \
| * | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-30
* | | Merge branch 'jc/dotdot-is-parent-directory'Junio C Hamano2012-09-07
|\ \ \
| * | | specifying ranges: we did not mean to make ".." an empty setJunio C Hamano2012-08-23
| * | | Merge branch 'jc/rev-list-simplify-merges-first-parent' into maintJunio C Hamano2012-07-11
| |\ \ \
| * \ \ \ Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-11
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'jk/maint-null-in-trees'Junio C Hamano2012-08-27
|\ \ \ \ \
| * | | | | diff: do not use null sha1 as a sentinel valueJeff King2012-07-29
* | | | | | Merge branch 'tr/void-diff-setup-done'Junio C Hamano2012-08-22
|\ \ \ \ \ \
| * | | | | | diff_setup_done(): return voidThomas Rast2012-08-03
| |/ / / / /
| * | | | | Merge branch 'jk/grep-binary-attribute' into maintJunio C Hamano2012-02-21
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/maint-log-first-parent-pathspec' into maintJunio C Hamano2012-02-05
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'jk/revision-walk-stop-at-max-count'Junio C Hamano2012-07-22
|\ \ \ \ \ \ \ \
| * | | | | | | | revision: avoid work after --max-count is reachedJeff King2012-07-13
* | | | | | | | | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-22
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | revision.c: the "log" family, except for "show", takes committishJunio C Hamano2012-07-09
| * | | | | | | | revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano2012-07-09
| * | | | | | | | sha1_name.c: introduce get_sha1_committish()Junio C Hamano2012-07-09
| * | | | | | | | sha1_name.c: teach lookup context to get_sha1_with_context()Junio C Hamano2012-07-09
| * | | | | | | | sha1_name.c: get rid of get_sha1_with_mode()Junio C Hamano2012-07-03
| |/ / / / / / /
* | | | | | | | Merge branch 'jc/rev-list-simplify-merges-first-parent'Junio C Hamano2012-06-28
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | revision: ignore side parents while running simplify-mergesJunio C Hamano2012-06-13
| * | | | | | | revision: note the lack of free() in simplify_merges()Junio C Hamano2012-06-08
| * | | | | | | revision: "simplify" options imply topo-order sortJunio C Hamano2012-06-08
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'mm/verify-filename-fix'Junio C Hamano2012-06-28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-18
| |/ / / /
* | | | | Merge branch 'rs/commit-list-append'Junio C Hamano2012-04-29
|\ \ \ \ \
| * | | | | revision: append to list instead of insert and reverseRené Scharfe2012-04-25
* | | | | | Merge branch 'cb/cherry-pick-rev-path-confusion'Junio C Hamano2012-04-27
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cherry-pick: do not expect file argumentsClemens Buchacher2012-04-15
* | | | | | Merge branch 'hv/submodule-recurse-push'Junio C Hamano2012-04-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Teach revision walking machinery to walk multiple times sequenciallyHeiko Voigt2012-03-30
* | | | | | Merge branch 'rs/commit-list-sort-in-batch'Junio C Hamano2012-04-23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | revision: insert unsorted, then sort in prepare_revision_walk()René Scharfe2012-04-11
| | |/ / / | |/| | |