summaryrefslogtreecommitdiff
path: root/builtin/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * format-patch: preserve subject newlines with -kJeff King2011-05-261-0/+1
| * clean up calling conventions for pretty.c functionsJeff King2011-05-261-10/+11
| * pretty: add pp_commit_easy function for simple callersJeff King2011-05-261-3/+1
* | Merge branch 'jc/log-quiet-fix'Junio C Hamano2011-05-311-0/+2
|\ \
| * | log: --quiet should serve as synonym to -sJunio C Hamano2011-05-281-0/+2
* | | Add log.abbrevCommit config variableJay Soffian2011-05-181-8/+17
* | | "git log -h": typofix misspelled 'suppress'Jay Soffian2011-05-181-1/+1
* | | Merge branch 'cn/log-parse-opt'Junio C Hamano2011-05-131-30/+44
|\ \ \ | |/ /
| * | log: convert to parse-optionsCarlos Martín Nieto2011-04-141-30/+43
| * | Merge branch 'mm/maint-log-n-with-diff-filtering' into maintJunio C Hamano2011-04-031-1/+7
| |\ \
* | \ \ Merge branch 'nd/struct-pathspec'Junio C Hamano2011-05-061-1/+3
|\ \ \ \
| * | | | Convert read_tree{,_recursive} to support struct pathspecNguyễn Thái Ngọc Duy2011-03-251-1/+3
* | | | | Merge branch 'jc/rename-degrade-cc-to-c'Junio C Hamano2011-04-281-0/+9
|\ \ \ \ \
| * | | | | diffcore-rename: fall back to -C when -C -C busts the rename limitJunio C Hamano2011-03-221-0/+9
* | | | | | Merge branch 'cn/format-patch-quiet'Junio C Hamano2011-04-271-6/+10
|\ \ \ \ \ \
| * | | | | | format-patch: don't pass on the --quiet flagCarlos Martín Nieto2011-04-121-6/+10
* | | | | | | Merge branch 'mg/reflog-with-options'Junio C Hamano2011-04-271-13/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | reflog: fix overriding of command line optionsMichael J Gruber2011-04-011-7/+2
| * | | | | | builtin/log.c: separate default and setup of cmd_log_init()Michael J Gruber2011-04-011-6/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-34/+34
|\ \ \ \ \ \
| * | | | | | i18n: git-log "--OPT does not make sense" messagesÆvar Arnfjörð Bjarmason2011-03-091-3/+3
| * | | | | | i18n: git-log basic messagesÆvar Arnfjörð Bjarmason2011-03-091-31/+31
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'mg/rev-list-n-parents'Junio C Hamano2011-03-261-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | revision.c: introduce --min-parents and --max-parents optionsMichael J Gruber2011-03-231-1/+1
| |/ / / /
* | | | | Merge branch 'mm/maint-log-n-with-diff-filtering'Junio C Hamano2011-03-191-1/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | log: fix --max-count when used together with -S or -GMatthieu Moy2011-03-091-1/+7
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2011-03-161-16/+18
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cherry: split off function to print output linesJonathan Nieder2011-03-161-16/+18
| |/
* | Convert struct diff_options to use struct pathspecNguyễn Thái Ngọc Duy2011-02-031-1/+1
|/
* Merge branch 'tc/format-patch-p'Junio C Hamano2010-12-121-0/+2
|\
| * format-patch: page output with --stdoutTay Ray Chuan2010-11-231-0/+2
* | Merge branch 'pn/commit-autosquash'Junio C Hamano2010-12-031-2/+1
|\ \