summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-31Merge branch 'sb/format-patch-parseopt'Junio C Hamano
2009-05-31t9139 uses ancient, backwards-compatible iconv namesEric Wong
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-25Merge branch 'sb/format-patch-parseopt' into sb/opt-filenameJunio C Hamano
2009-05-19Use 'UTF-8' rather than 'utf-8' everywhere for backward compatibilityBrandon Casey
2009-05-18format-patch: migrate to parse-options APIStephen Boyd
2009-05-09format-patch let -k override a config-specified format.numberedJim Meyering
2009-04-06Merge branch 'sb/format-patch-patchname'Junio C Hamano
2009-04-06Add configuration variable for sign-off to format-patchHeiko Voigt
2009-03-28format-patch: add arbitrary email headersMichael Hendricks
2009-03-23format-patch: --attach/inline uses filename instead of SHA1Stephen Boyd
2009-03-23format-patch: move get_patch_filename() into log-treeStephen Boyd
2009-03-23format-patch: pass a commit to reopen_stdout()Stephen Boyd
2009-03-23format-patch: construct patch filename in one functionStephen Boyd
2009-03-22Sync with maintJunio C Hamano
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd
2009-03-19format-patch: Respect --quiet optionNate Case
2009-03-11Merge branch 'tr/format-patch-thread'Junio C Hamano
2009-02-22format-patch: support deep threadingThomas Rast
2009-02-22format-patch: thread as reply to cover letter even with in-reply-toThomas Rast
2009-02-22format-patch: track several referencesThomas Rast
2009-02-12Enable setting attach as the default in .gitconfig for git-format-patch.Jeremy White
2009-01-22Merge branch 'jc/maint-format-patch-o-relative'Junio C Hamano
2009-01-18Merge branch 'jc/maint-format-patch'Junio C Hamano
2009-01-14Merge branch 'mh/cherry-default'Junio C Hamano
2009-01-13Teach format-patch to handle output directory relative to cwdJunio C Hamano
2009-01-11format-patch: show patch text for the root commitJunio C Hamano
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2009-01-05Documentation: clarify which parameters are optional to git-cherryMarkus Heidelberg
2009-01-05show <tag>: reuse pp_user_info() instead of duplicating codeJohannes Schindelin
2009-01-01git-cherry: make <upstream> parameter optionalMarkus Heidelberg
2008-12-16Merge branch 'maint'Junio C Hamano
2008-12-15git-show: do not segfault when showing a bad tagJunio C Hamano
2008-12-08reorder ALLOW_TEXTCONV option settingJeff King
2008-11-13Merge branch 'lt/decorate'Junio C Hamano
2008-11-04Make '--decorate' set an explicit 'show_decorations' flagLinus Torvalds
2008-11-04Add a 'source' decorator for commitsLinus Torvalds
2008-10-26userdiff: require explicitly allowing textconvJeff King
2008-10-18format-patch: autonumber by defaultBrian Gernhardt
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-20Merge branch 'maint'Junio C Hamano
2008-09-20Typo "bogos" in format-patch error message.Mikael Magnusson
2008-09-05move load_ref_decorations() to log-tree.c and export itRené Scharfe
2008-09-05log: add load_ref_decorations()René Scharfe
2008-08-27format-patch: use default diff format even with patch optionsJeff King
2008-08-21Merge branch 'pm/log-exit-code'Junio C Hamano
2008-08-20git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering
2008-08-17Teach git log --exit-code to return an appropriate exit codePeter Valdemar Mørch