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