summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/format-patch-reroll'Junio C Hamano2013-01-111-9/+24
|\
| * format-patch: give --reroll-count a short synonym -vJunio C Hamano2013-01-031-1/+1
| * format-patch: add --reroll-count=$N optionJunio C Hamano2012-12-221-0/+11
| * get_patch_filename(): split into two functionsJunio C Hamano2012-12-211-1/+3
| * get_patch_filename(): drop "just-numbers" hackJunio C Hamano2012-12-211-1/+4
| * get_patch_filename(): simplify function signatureJunio C Hamano2012-12-211-1/+1
| * builtin/log.c: stop using global patch_suffixJunio C Hamano2012-12-211-2/+2
| * builtin/log.c: drop redundant "numbered_files" parameter from make_cover_lett...Junio C Hamano2012-12-211-7/+6
| * builtin/log.c: drop unused "numbered" parameter from make_cover_letter()Junio C Hamano2012-12-211-2/+2
* | Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano2013-01-091-13/+23
|\ \
| * | format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy2013-01-031-3/+16
| * | format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy2013-01-031-12/+9
| * | Merge branch 'mz/cherry-pick-cmdline-order' into maintJunio C Hamano2012-09-141-1/+1
| |\ \
| * \ \ Sync with 1.7.11.7Junio C Hamano2012-09-141-1/+1
| |\ \ \
* | | | | log: honor grep.* configurationJunio C Hamano2012-10-091-1/+7
| |_|_|/ |/| | |
* | | | Merge branch 'mz/cherry-pick-cmdline-order'Junio C Hamano2012-09-101-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | teach log --no-walk=unsorted, which avoids sortingMartin von Zweigbergk2012-08-301-1/+1
* | | | Merge branch 'jk/maint-quiet-is-synonym-to-s-in-log'Junio C Hamano2012-09-101-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | log: fix --quiet synonym for -sJeff King2012-08-281-1/+1
| * | | Merge branch 'tr/maint-show-walk' into maintJunio C Hamano2012-07-221-0/+3
| |\ \ \ | | |/ / | |/| |
* | | | Merge branch 'nd/i18n-parseopt-help'Junio C Hamano2012-09-071-40/+40
|\ \ \ \
| * | | | i18n: log: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-5/+5
| * | | | i18n: format-patch: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-33/+33
| * | | | i18n: cherry: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-2/+2
| | |_|/ | |/| |
* | | | cherry: remove redundant check for merge commitMartin von Zweigbergk2012-07-291-8/+2
* | | | cherry: don't set ignored rev_info optionsMartin von Zweigbergk2012-07-291-4/+0
* | | | remove unnecessary parameter from get_patch_ids()Martin von Zweigbergk2012-07-291-4/+4
|/ / /
* | | Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-0/+3
|\ \ \
| * | | revision.c: the "log" family, except for "show", takes committishJunio C Hamano2012-07-091-0/+3
* | | | Merge branch 'tr/maint-show-walk'Junio C Hamano2012-07-131-0/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | show: fix "range implies walking"Junio C Hamano2012-06-191-0/+3
* | | | move git_version_string into version.cJeff King2012-06-031-0/+1
| |_|/ |/| |
* | | format-patch: do not use bogus email addresses in message idsJeff King2012-05-241-1/+1
* | | ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICTJeff King2012-05-241-1/+1
* | | format-patch: use GIT_COMMITTER_EMAIL in message idsJeff King2012-05-241-1/+2
* | | format-patch: refactor get_patch_filenameJeff King2012-05-221-28/+7
* | | format-patch: use default email for generating message idsJeff King2012-05-221-8/+2
* | | Merge branch 'nd/stream-more'Junio C Hamano2012-04-151-14/+20
|\ \ \
| * | | show: use streaming API for showing blobsNguyễn Thái Ngọc Duy2012-03-071-14/+20
| | |/ | |/|
* | | diff --stat: add config option to limit graph widthzj/diff-stat-dyncolZbigniew Jędrzejewski-Szmek2012-03-011-0/+1
* | | log --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-0/+1
* | | show --stat: use the full terminal widthZbigniew Jędrzejewski-Szmek2012-03-011-0/+2
|/ /
* | Sync with v1.7.8.1Junio C Hamano2011-12-211-2/+0
|\ \ | |/
| * builtin/log: remove redundant initializationMichael Schubert2011-12-211-2/+0
* | Rename resolve_ref() to resolve_ref_unsafe()nd/resolve-refNguyễn Thái Ngọc Duy2011-12-131-2/+2
* | builtin/log.c: Fix an "Using plain integer as NULL pointer" warningRamsay Jones2011-10-091-1/+1
* | format-patch: use branch description in cover letterJunio C Hamano2011-10-051-3/+68
|/
* format-patch: ignore ui.colorPang Yan Han2011-09-121-1/+2
* want_color: automatically fallback to color.uiJeff King2011-08-191-12/+0
* Merge branch 'jk/format-patch-am'Junio C Hamano2011-05-311-12/+13
|\