| Commit message (Expand) | Author | Age |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-10-15 |
|\ |
|
| * | Fix embarrassing "git log --follow" bug | Linus Torvalds | 2007-10-15 |
* | | parse_date_format(): convert a format name to an enum date_mode | Andy Parkins | 2007-09-29 |
|/ |
|
* | Fix revision log diff setup, avoid unnecessary diff generation | Linus Torvalds | 2007-09-29 |
* | revision walker: --cherry-pick is a limited operation | Johannes Schindelin | 2007-09-15 |
* | Make "git-log --" without paths behave the same as "git-log" without -- | Junio C Hamano | 2007-08-31 |
* | Don't allow combination of -g and --reverse as it doesn't work | Shawn O. Pearce | 2007-08-19 |
* | Add --log-size to git log to print message size | Marco Costalba | 2007-08-14 |
* | git log -g: Complain, but do not fail, when no reflogs are there | Johannes Schindelin | 2007-07-24 |
* | Teach revision machinery about --no-walk | Johannes Schindelin | 2007-07-23 |
* | Synonyms: -i == --regexp-ignore-case, -E == --extended-regexp | Junio C Hamano | 2007-07-22 |
* | Fix up duplicate parents removal | Linus Torvalds | 2007-07-20 |
* | Wire new date formats to --date=<format> parser. | Junio C Hamano | 2007-07-13 |
* | Fix --cherry-pick with given paths | Johannes Schindelin | 2007-07-11 |
* | revision.c: remove duplicated parents after history simplification | Junio C Hamano | 2007-07-08 |
* | format-patch: Add format.subjectprefix config option | Adam Roben | 2007-07-02 |
* | Finally implement "git log --follow" | Linus Torvalds | 2007-06-22 |
* | Merge branch 'maint' to sync with GIT 1.5.2.2 | Junio C Hamano | 2007-06-16 |
|\ |
|
| * | Avoid diff cost on "git log -z" | Junio C Hamano | 2007-06-15 |
* | | More missing static | Junio C Hamano | 2007-06-08 |
* | | git-rev-list: Add regexp tuning options | Petr Baudis | 2007-05-20 |
|/ |
|
* | Handle return code of parse_commit in revision machinery | Alex Riesen | 2007-05-06 |
* | Add --date={local,relative,default} | Junio C Hamano | 2007-04-25 |
* | store mode in rev_list, if <tree>:<filename> syntax is used | Martin Koegler | 2007-04-24 |
* | Merge branch 'jc/cherry' | Junio C Hamano | 2007-04-12 |
|\ |
|
| * | git-log --cherry-pick A...B | Junio C Hamano | 2007-04-11 |
* | | Fix git {log,show,...} --pretty=email | Junio C Hamano | 2007-04-12 |
|/ |
|
* | Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS | Theodore Ts'o | 2007-03-31 |
* | Merge branch 'jc/fpl' | Junio C Hamano | 2007-03-25 |
|\ |
|
| * | git-log --first-parent: show only the first parent log | Junio C Hamano | 2007-03-14 |
* | | Initialize tree descriptors with a helper function rather than by hand. | Linus Torvalds | 2007-03-21 |
* | | Replace remaining instances of strdup with xstrdup. | James Bowes | 2007-03-19 |
* | | try-to-simplify-commit: use diff-tree --quiet machinery. | Junio C Hamano | 2007-03-14 |
* | | revision.c: explain what tree_difference does | Junio C Hamano | 2007-03-14 |
|/ |
|
* | revision --boundary: fix uncounted case. | Junio C Hamano | 2007-03-06 |
* | revision --boundary: fix stupid typo | Junio C Hamano | 2007-03-06 |
* | revision traversal: SHOWN means shown | Junio C Hamano | 2007-03-06 |
* | revision traversal: retire BOUNDARY_SHOW | Junio C Hamano | 2007-03-06 |
* | revision walker: Fix --boundary when limited | Junio C Hamano | 2007-03-06 |
* | Merge branch 'js/bundle' | Junio C Hamano | 2007-02-28 |
|\ |
|
| * | git-bundle: fix 'create --all' | Johannes Schindelin | 2007-02-22 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-02-27 |
|\ \ |
|
| * | | git-show: Reject native ref | Linus Torvalds | 2007-02-27 |
| |/ |
|
* | | Merge branch 'js/no-limit-boundary' | Junio C Hamano | 2007-02-24 |
|\ \ |
|
| * | | rev-list --max-age, --max-count: support --boundary | Johannes Schindelin | 2007-02-19 |
| |/ |
|
* | | prefixcmp(): fix-up leftover strncmp(). | Junio C Hamano | 2007-02-20 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 |
* | | Merge branch 'js/reverse' | Junio C Hamano | 2007-02-13 |
|\ \
| |/
|/| |
|
| * | Teach revision machinery about --reverse | Johannes Schindelin | 2007-01-20 |
* | | Do not forget to pack objects reachable from HEAD reflog. | Junio C Hamano | 2007-02-12 |