Age | Commit message (Expand) | Author | Files | Lines |
2011-10-09 | builtin/log.c: Fix an "Using plain integer as NULL pointer" warning | Ramsay Jones | 1 | -1/+1 |
2011-10-05 | format-patch: use branch description in cover letter | Junio C Hamano | 1 | -3/+68 |
2011-09-12 | format-patch: ignore ui.color | Pang Yan Han | 1 | -1/+2 |
2011-08-19 | want_color: automatically fallback to color.ui | Jeff King | 1 | -12/+0 |
2011-05-31 | Merge branch 'jk/format-patch-am' | Junio C Hamano | 1 | -12/+13 |
2011-05-31 | Merge branch 'jc/log-quiet-fix' | Junio C Hamano | 1 | -0/+2 |
2011-05-28 | log: --quiet should serve as synonym to -s | Junio C Hamano | 1 | -0/+2 |
2011-05-26 | format-patch: preserve subject newlines with -k | Jeff King | 1 | -0/+1 |
2011-05-26 | clean up calling conventions for pretty.c functions | Jeff King | 1 | -10/+11 |
2011-05-26 | pretty: add pp_commit_easy function for simple callers | Jeff King | 1 | -3/+1 |
2011-05-18 | Add log.abbrevCommit config variable | Jay Soffian | 1 | -8/+17 |
2011-05-18 | "git log -h": typofix misspelled 'suppress' | Jay Soffian | 1 | -1/+1 |
2011-05-13 | Merge branch 'cn/log-parse-opt' | Junio C Hamano | 1 | -30/+44 |
2011-05-06 | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 1 | -1/+3 |
2011-04-28 | Merge branch 'jc/rename-degrade-cc-to-c' | Junio C Hamano | 1 | -0/+9 |
2011-04-27 | Merge branch 'cn/format-patch-quiet' | Junio C Hamano | 1 | -6/+10 |
2011-04-27 | Merge branch 'mg/reflog-with-options' | Junio C Hamano | 1 | -13/+17 |
2011-04-14 | log: convert to parse-options | Carlos Martín Nieto | 1 | -30/+43 |
2011-04-12 | format-patch: don't pass on the --quiet flag | Carlos Martín Nieto | 1 | -6/+10 |
2011-04-03 | Merge branch 'mm/maint-log-n-with-diff-filtering' into maint | Junio C Hamano | 1 | -1/+7 |
2011-04-01 | Merge branch 'ab/i18n-st' | Junio C Hamano | 1 | -34/+34 |
2011-04-01 | reflog: fix overriding of command line options | Michael J Gruber | 1 | -7/+2 |
2011-04-01 | builtin/log.c: separate default and setup of cmd_log_init() | Michael J Gruber | 1 | -6/+15 |
2011-03-26 | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 1 | -1/+1 |
2011-03-25 | Convert read_tree{,_recursive} to support struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+3 |
2011-03-23 | revision.c: introduce --min-parents and --max-parents options | Michael J Gruber | 1 | -1/+1 |
2011-03-22 | diffcore-rename: fall back to -C when -C -C busts the rename limit | Junio C Hamano | 1 | -0/+9 |
2011-03-19 | Merge branch 'mm/maint-log-n-with-diff-filtering' | Junio C Hamano | 1 | -1/+7 |
2011-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -16/+18 |
2011-03-16 | cherry: split off function to print output lines | Jonathan Nieder | 1 | -16/+18 |
2011-03-09 | i18n: git-log "--OPT does not make sense" messages | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2011-03-09 | i18n: git-log basic messages | Ævar Arnfjörð Bjarmason | 1 | -31/+31 |
2011-03-09 | log: fix --max-count when used together with -S or -G | Matthieu Moy | 1 | -1/+7 |
2011-02-03 | Convert struct diff_options to use struct pathspec | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2010-12-12 | Merge branch 'tc/format-patch-p' | Junio C Hamano | 1 | -0/+2 |
2010-12-03 | Merge branch 'pn/commit-autosquash' | Junio C Hamano | 1 | -2/+1 |
2010-11-23 | format-patch: page output with --stdout | Tay Ray Chuan | 1 | -0/+2 |
2010-11-15 | add description parameter to OPT__VERBOSE | René Scharfe | 1 | -1/+1 |
2010-11-04 | commit: helper methods to reduce redundant blocks of code | Pat Notz | 1 | -2/+1 |
2010-09-29 | Merge branch 'rr/format-patch-count-without-merges' | Junio C Hamano | 1 | -6/+1 |
2010-08-27 | format-patch: Don't go over merge commits | Ramkumar Ramachandra | 1 | -6/+1 |
2010-08-25 | Fix 'git log' early pager startup error case | Linus Torvalds | 1 | -6/+1 |
2010-06-30 | Merge branch 'ar/decorate-color' | Junio C Hamano | 1 | -0/+3 |
2010-06-30 | Merge branch 'jp/string-list-api-cleanup' | Junio C Hamano | 1 | -10/+10 |
2010-06-27 | string_list: Fix argument order for string_list_append | Julian Phillips | 1 | -10/+10 |
2010-06-24 | Allow customizable commit decorations colors | Nazri Ramliy | 1 | -0/+3 |
2010-06-16 | format-patch: Add a signature option (--signature) | Stephen Boyd | 1 | -3/+15 |
2010-05-08 | Merge branch 'sd/log-decorate' | Junio C Hamano | 1 | -6/+40 |
2010-04-13 | pretty: Initialize notes if %N is used | Johannes Gilger | 1 | -1/+5 |
2010-04-03 | Merge branch 'ef/cherry-abbrev' | Junio C Hamano | 1 | -18/+21 |