Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | revision.c: make --no-notes reset --notes list | Jeff King | 2011-03-29 | |
* | | | | | | | revision.c: support --notes command-line option | Jeff King | 2011-03-29 | |
* | | | | | | | notes: refactor display notes default handling | Jeff King | 2011-03-29 | |
* | | | | | | | notes: refactor display notes extra refs field | Jeff King | 2011-03-29 | |
* | | | | | | | revision.c: refactor notes ref expansion | Jeff King | 2011-03-29 | |
|/ / / / / / | ||||
* | | | | | | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 2011-03-26 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 2011-03-23 | |
* | | | | | | | Merge branch 'mg/rev-list-one-side-only' | Junio C Hamano | 2011-03-22 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | ||||
| * | | | | | git-log: put space after commit mark | Michael J Gruber | 2011-03-10 | |
| * | | | | | log --cherry: a synonym | Michael J Gruber | 2011-03-09 | |
| * | | | | | revision.c: introduce --cherry-mark | Michael J Gruber | 2011-03-09 | |
| * | | | | | rev-list/log: factor out revision mark generation | Michael J Gruber | 2011-03-09 | |
| * | | | | | rev-list: --left/right-only are mutually exclusive | Junio C Hamano | 2011-02-21 | |
| * | | | | | revlist.c: introduce --left/right-only for unsymmetric picking | Michael J Gruber | 2011-02-21 | |
| |/ / / / | ||||
* | | | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | |
* | | | | | struct rev_info: convert prune_data to struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | |
* | | | | | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | |
|/ / / / | ||||
* | | | | Merge branch 'tf/commit-list-prefix' | Junio C Hamano | 2010-12-22 | |
|\ \ \ \ | ||||
| * | | | | commit: Add commit_list prefix in two function names. | Thiago Farina | 2010-11-29 | |
* | | | | | Merge branch 'jk/maint-reflog-bottom' | Junio C Hamano | 2010-12-12 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | reflogs: clear flags properly in corner case | Jeff King | 2010-11-23 | |
* | | | | | Merge branch 'mm/shortopt-detached' | Junio C Hamano | 2010-08-21 | |
|\ \ \ \ \ | ||||
| * | | | | | log: parse separate option for --glob | Matthieu Moy | 2010-08-06 | |
| * | | | | | log: parse separate options like git log --grep foo | Matthieu Moy | 2010-08-06 | |
* | | | | | | setup_revisions(): Allow walking history in a submodule | Heiko Voigt | 2010-07-07 | |
|/ / / / / | ||||
* | | | | | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 2010-06-30 | |
|\ \ \ \ \ | ||||
| * | | | | | string_list: Fix argument order for string_list_append | Julian Phillips | 2010-06-27 | |
| |/ / / / | ||||
* | | | | | Merge branch 'tr/rev-list-count' | Junio C Hamano | 2010-06-30 | |
|\ \ \ \ \ | ||||
| * | | | | | rev-list: introduce --count option | Thomas Rast | 2010-06-12 | |
| |/ / / / | ||||
* | | | | | Merge branch 'jn/show-num-walks' | Junio C Hamano | 2010-06-27 | |
|\ \ \ \ \ | ||||
| * | | | | | DWIM 'git show -5' to 'git show --do-walk -5' | Jonathan Nieder | 2010-06-02 | |
| |/ / / / | ||||
* | | | | | Merge branch 'jc/rev-list-ancestry-path' | Junio C Hamano | 2010-06-22 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||
| * | | | | revision: Turn off history simplification in --ancestry-path mode | Johan Herland | 2010-06-06 | |
| * | | | | revision: Fix typo in --ancestry-path error message | Johan Herland | 2010-06-06 | |
| * | | | | revision: --ancestry-path | Junio C Hamano | 2010-04-21 | |
| |/ / / | ||||
* | | | | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 | |
|/ / / | ||||
* | | | Merge branch 'tr/notes-display' | Junio C Hamano | 2010-03-24 | |
|\ \ \ | ||||
| * | | | Support showing notes from more than one notes tree | Thomas Rast | 2010-03-12 | |
| * | | | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-02-23 | |
| |\ \ \ | ||||
* | \ \ \ | Merge branch 'pb/log-first-parent-p-m' | Junio C Hamano | 2010-03-24 | |
|\ \ \ \ \ | ||||
| * | | | | | show -c: show patch text | Junio C Hamano | 2010-03-09 | |
| * | | | | | revision: introduce setup_revision_opt | Junio C Hamano | 2010-03-09 | |
* | | | | | | don't use default revision if a rev was specified | Dave Olszewski | 2010-03-13 | |
* | | | | | | Merge branch 'jc/grep-author-all-match-implicit' into maint | Junio C Hamano | 2010-03-08 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | "log --author=me --grep=it" should find intersection, not union | Junio C Hamano | 2010-01-25 | |
* | | | | | | | Merge branch 'tr/maint-cherry-pick-list' into maint | Junio C Hamano | 2010-03-04 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||
| * | | | | | | cherry_pick_list: quit early if one side is empty | Thomas Rast | 2010-02-20 | |
* | | | | | | | Fix log -g this@{upstream} | Junio C Hamano | 2010-01-26 | |
* | | | | | | | Merge branch 'il/rev-glob' | Junio C Hamano | 2010-01-22 | |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| * | | | | | | rev-parse --branches/--tags/--remotes=pattern | Ilari Liusvaara | 2010-01-20 |