aboutsummaryrefslogtreecommitdiff
path: root/revision.c
Commit message (Expand)AuthorAge
...
| * | | | log: parse separate option for --globMatthieu Moy2010-08-06
| * | | | log: parse separate options like git log --grep fooMatthieu Moy2010-08-06
* | | | | setup_revisions(): Allow walking history in a submoduleHeiko Voigt2010-07-07
|/ / / /
* | | | Merge branch 'jp/string-list-api-cleanup'Junio C Hamano2010-06-30
|\ \ \ \
| * | | | string_list: Fix argument order for string_list_appendJulian Phillips2010-06-27
| |/ / /
* | | | Merge branch 'tr/rev-list-count'Junio C Hamano2010-06-30
|\ \ \ \
| * | | | rev-list: introduce --count optionThomas Rast2010-06-12
| |/ / /
* | | | Merge branch 'jn/show-num-walks'Junio C Hamano2010-06-27
|\ \ \ \
| * | | | DWIM 'git show -5' to 'git show --do-walk -5'Jonathan Nieder2010-06-02
| |/ / /
* | | | Merge branch 'jc/rev-list-ancestry-path'Junio C Hamano2010-06-22
|\ \ \ \ | | |_|/ | |/| |
| * | | revision: Turn off history simplification in --ancestry-path modeJohan Herland2010-06-06
| * | | revision: Fix typo in --ancestry-path error messageJohan Herland2010-06-06
| * | | revision: --ancestry-pathJunio C Hamano2010-04-21
| |/ /
* | | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
|/ /
* | Merge branch 'tr/notes-display'Junio C Hamano2010-03-24
|\ \
| * | Support showing notes from more than one notes treeThomas Rast2010-03-12
| * | Merge branch 'il/rev-glob'Junio C Hamano2010-02-23
| |\ \
* | \ \ Merge branch 'pb/log-first-parent-p-m'Junio C Hamano2010-03-24
|\ \ \ \
| * | | | show -c: show patch textJunio C Hamano2010-03-09
| * | | | revision: introduce setup_revision_optJunio C Hamano2010-03-09
* | | | | don't use default revision if a rev was specifiedDave Olszewski2010-03-13
* | | | | Merge branch 'jc/grep-author-all-match-implicit' into maintJunio C Hamano2010-03-08
|\ \ \ \ \
| * | | | | "log --author=me --grep=it" should find intersection, not unionJunio C Hamano2010-01-25
* | | | | | Merge branch 'tr/maint-cherry-pick-list' into maintJunio C Hamano2010-03-04
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cherry_pick_list: quit early if one side is emptyThomas Rast2010-02-20
* | | | | | Fix log -g this@{upstream}Junio C Hamano2010-01-26
* | | | | | Merge branch 'il/rev-glob'Junio C Hamano2010-01-22
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | rev-parse --branches/--tags/--remotes=patternIlari Liusvaara2010-01-20
| * | | | | rev-parse --globIlari Liusvaara2010-01-20
| | |/ / / | |/| | |
* | | | | Merge branch 'jl/submodule-diff'Junio C Hamano2010-01-22
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Performance optimization for detection of modified submodulesJens Lehmann2010-01-18
| |/ / /
* | | | Merge branch 'jc/maint-limit-note-output'Junio C Hamano2010-01-22
|\ \ \ \ | |/ / / |/| | |
| * | | Fix "log --oneline" not to show notesJunio C Hamano2010-01-21
| * | | Fix "log" family not to be too agressive about showing notesJunio C Hamano2010-01-20
| | |/ | |/|
* | | Merge branch 'jc/1.7.0-diff-whitespace-only-status'Junio C Hamano2009-12-26
|\ \ \ | |/ / |/| |
| * | diff: Rename QUIET internal option to QUICKJunio C Hamano2009-07-29
* | | Merge branch 'jc/log-stdin'Junio C Hamano2009-11-23
|\ \ \
| * | | Make --stdin option to "log" family read also pathspecsJunio C Hamano2009-11-20
| * | | setup_revisions(): do not call get_pathspec() too earlyJunio C Hamano2009-11-20
| * | | Teach --stdin option to "log" familyJunio C Hamano2009-11-20
| * | | read_revision_from_stdin(): use strbufJunio C Hamano2009-11-20
* | | | Add '--bisect' revision machinery argumentLinus Torvalds2009-10-28
|/ / /
* | | improve reflog date/number heuristicJeff King2009-09-29
* | | Merge branch 'as/maint-graph-interesting-fix'Junio C Hamano2009-08-27
|\ \ \
| * | | graph API: fix bug in graph_is_interesting()Adam Simpkins2009-08-21
| |/ /
* | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-18
|/ /
* | Make 'git show' more usefulLinus Torvalds2009-07-14
* | git log: add '--merges' flag to match '--no-merges'Linus Torvalds2009-06-29
* | Clean up and simplify rev_compare_tree()Linus Torvalds2009-06-03
* | Fix typos / spelling in commentsMike Ralphson2009-04-22