summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)Author
2006-08-05Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-28log and diff family: honor config even from subdirectoriesJunio C Hamano
2006-07-15builtin-log: typefix for recent format-patch changes.Junio C Hamano
2006-07-15Add option to set initial In-Reply-To/ReferencesJosh Triplett
2006-07-15Add option to enable threading headersJosh Triplett
2006-07-15git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett
2006-07-10Merge branch 'ew/diff'Junio C Hamano
2006-07-09Disable color detection during format-patchRyan Anderson
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano
2006-07-07builtin-log: respect diff configuration optionsEric Wong
2006-07-05Merge branch 'th/diff'Junio C Hamano
2006-06-29format-patch: fix diff format option implementationJunio C Hamano
2006-06-27format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin
2006-06-27log --raw: Don't descend into subdirectories by defaultTimo Hirvonen
2006-06-26whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen
2006-06-26DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen
2006-06-26format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin
2006-06-25Rename safe_strncpy() to strlcpy().Peter Eriksen
2006-06-20Add "named object array" conceptLinus Torvalds
2006-06-18Fix git-format-patch -sEric W. Biederman
2006-06-18Some more memory leak avoidanceLinus Torvalds
2006-06-17gitweb.cgi history not shownLinus Torvalds
2006-06-17Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen
2006-06-06git-format-patch: add --output-directory long option againJunio C Hamano
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin
2006-05-31format-patch --signoffJunio C Hamano
2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano
2006-05-26built-in format-patch: various fixups.Junio C Hamano
2006-05-26git-format-patch --start-number <n>Johannes Schindelin
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-19Allow pickaxe and diff-filter options to be used by git log.Sean
2006-05-06fmt-patch: understand old <his> notationJohannes Schindelin
2006-05-05Teach fmt-patch about --keep-subjectJohannes Schindelin
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin
2006-05-05fmt-patch: implement -o <dir>Johannes Schindelin
2006-05-05fmt-patch: output file names to stdoutJohannes Schindelin
2006-05-05Teach fmt-patch to write individual files.Johannes Schindelin
2006-04-21Merge branch 'master' into jc/fmt-patchJunio C Hamano
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds