| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "log" family not to be too agressive about showing notes | Junio C Hamano | 2010-01-20 | 1 | -0/+3 |
* | Merge branch 'jc/log-stdin' | Junio C Hamano | 2009-11-23 | 1 | -2/+2 |
|\ |
|
| * | Teach --stdin option to "log" family | Junio C Hamano | 2009-11-20 | 1 | -2/+2 |
* | | Add '--bisect' revision machinery argument | Linus Torvalds | 2009-10-28 | 1 | -0/+1 |
|/ |
|
* | improve reflog date/number heuristic | Jeff King | 2009-09-29 | 1 | -1/+2 |
* | Merge branch 'as/maint-graph-interesting-fix' | Junio C Hamano | 2009-08-27 | 1 | -0/+1 |
|\ |
|
| * | graph API: fix bug in graph_is_interesting() | Adam Simpkins | 2009-08-21 | 1 | -0/+1 |
* | | git-log: allow --decorate[=short|full] | Lars Hjemli | 2009-08-18 | 1 | -0/+3 |
|/ |
|
* | git log: add '--merges' flag to match '--no-merges' | Linus Torvalds | 2009-06-29 | 1 | -0/+1 |
* | Clean up and simplify rev_compare_tree() | Linus Torvalds | 2009-06-03 | 1 | -2/+3 |
* | Merge branch 'lt/pack-object-memuse' | Junio C Hamano | 2009-04-18 | 1 | -0/+2 |
|\ |
|
| * | show_object(): push path_name() call further down | Linus Torvalds | 2009-04-12 | 1 | -1/+1 |
| * | process_{tree,blob}: show objects without buffering | Linus Torvalds | 2009-04-12 | 1 | -0/+2 |
* | | Merge branch 'sb/format-patch-patchname' | Junio C Hamano | 2009-04-06 | 1 | -0/+2 |
|\ \ |
|
| * | | format-patch: --attach/inline uses filename instead of SHA1 | Stephen Boyd | 2009-03-22 | 1 | -0/+2 |
* | | | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-04-01 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove --kept-pack-only option and associated infrastructure | Brandon Casey | 2009-03-20 | 1 | -1/+0 |
* | | | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 2009-03-11 | 1 | -4/+2 |
|\ \ \
| |/ / |
|
| * | | is_kept_pack(): final clean-up | Junio C Hamano | 2009-02-28 | 1 | -3/+0 |
| * | | Simplify is_kept_pack() | Junio C Hamano | 2009-02-28 | 1 | -5/+3 |
| * | | Consolidate ignore_packed logic more | Junio C Hamano | 2009-02-28 | 1 | -0/+1 |
| * | | has_sha1_kept_pack(): take "struct rev_info" | Junio C Hamano | 2009-02-28 | 1 | -0/+2 |
| |/ |
|
* | | format-patch: track several references | Thomas Rast | 2009-02-21 | 1 | -1/+1 |
* | | revision traversal: '--simplify-by-decoration' | Linus Torvalds | 2008-11-04 | 1 | -0/+1 |
* | | Make '--decorate' set an explicit 'show_decorations' flag | Linus Torvalds | 2008-11-04 | 1 | -0/+1 |
* | | Add a 'source' decorator for commits | Linus Torvalds | 2008-11-04 | 1 | -0/+1 |
* | | Merge branch 'tr/rev-list-reverse' | Junio C Hamano | 2008-09-18 | 1 | -0/+1 |
|\ \ |
|
| * | | rev-list: fix --reverse interaction with --parents | Thomas Rast | 2008-08-29 | 1 | -0/+1 |
* | | | Merge branch 'tr/filter-branch' | Junio C Hamano | 2008-09-02 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | revision --simplify-merges: use decoration instead of commit->util field | Junio C Hamano | 2008-08-14 | 1 | -0/+1 |
| |/ |
|
| * | revision traversal: show full history with merge simplification | Junio C Hamano | 2008-08-02 | 1 | -0/+1 |
* | | Fix "git log -i --grep" | Jeff King | 2008-08-24 | 1 | -1/+2 |
* | | revision.h: make show_early_output an extern which is defined in revision.c | Brandon Casey | 2008-08-20 | 1 | -1/+1 |
|/ |
|
* | sort_in_topological_order(): avoid setting a commit flag | Johannes Schindelin | 2008-07-23 | 1 | -2/+1 |
* | Merge branch 'ph/parseopt-step-blame' | Junio C Hamano | 2008-07-13 | 1 | -0/+8 |
|\ |
|
| * | revisions: refactor handle_revision_opt into parse_revision_opt. | Pierre Habouzit | 2008-07-09 | 1 | -2/+5 |
| * | revisions: split handle_revision_opt() from setup_revisions() | Pierre Habouzit | 2008-07-08 | 1 | -0/+4 |
| * | Merge branch 'jc/blame' (early part) into HEAD | Junio C Hamano | 2008-07-08 | 1 | -0/+1 |
| |\ |
|
| | * | revision traversal: --children option | Junio C Hamano | 2008-04-12 | 1 | -0/+1 |
* | | | Merge branch 'jc/report-tracking' | Junio C Hamano | 2008-07-13 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | stat_tracking_info(): clear object flags used during counting | Junio C Hamano | 2008-07-03 | 1 | -0/+1 |
| |/ / |
|
* | | | Move read_revisions_from_stdin from builtin-rev-list.c to revision.c | Adam Brewster | 2008-07-05 | 1 | -0/+2 |
|/ / |
|
* | | log and rev-list: add --graph option | Adam Simpkins | 2008-05-05 | 1 | -1/+5 |
* | | revision API: split parent rewriting and parent printing options | Adam Simpkins | 2008-05-05 | 1 | -1/+2 |
* | | log: teach "terminator" vs "separator" mode to "--pretty=format" | Junio C Hamano | 2008-04-10 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'db/cover-letter' | Junio C Hamano | 2008-02-27 | 1 | -1/+1 |
|\ |
|
| * | Improve message-id generation flow control for format-patch | Daniel Barkalow | 2008-02-19 | 1 | -1/+1 |
* | | Add "--show-all" revision walker flag for debugging | Linus Torvalds | 2008-02-13 | 1 | -0/+1 |
|/ |
|
* | shortlog: default to HEAD when the standard input is a tty | Junio C Hamano | 2007-12-11 | 1 | -0/+2 |
* | Fix parent rewriting in --early-output | Linus Torvalds | 2007-11-14 | 1 | -1/+1 |