aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-28git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer1-2/+3
2006-09-28format-patch: use cwd as default output directoryMatthias Lederhofer1-0/+2
2006-08-26Use xrealloc instead of reallocJonas Fonseca1-2/+2
2006-08-04Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones1-1/+1
2006-07-31Builtins: control the use of pager from the command table.Junio C Hamano1-1/+0
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-15/+10
2006-07-28Call setup_git_directory() earlyLinus Torvalds1-8/+10
2006-07-27log and diff family: honor config even from subdirectoriesJunio C Hamano1-3/+6
2006-07-14builtin-log: typefix for recent format-patch changes.Junio C Hamano1-3/+6
2006-07-14Add option to set initial In-Reply-To/ReferencesJosh Triplett1-0/+10
2006-07-14Add option to enable threading headersJosh Triplett1-8/+13
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett1-0/+23
2006-07-09Merge branch 'ew/diff'Junio C Hamano1-4/+4
2006-07-09Disable color detection during format-patchRyan Anderson1-0/+3
2006-07-08diff: do not use configuration magic at the core-levelJunio C Hamano1-4/+4
2006-07-07builtin-log: respect diff configuration optionsEric Wong1-2/+5
2006-07-05Merge branch 'th/diff'Junio C Hamano1-18/+21
2006-06-29format-patch: fix diff format option implementationJunio C Hamano1-1/+2
2006-06-27format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin1-10/+4
2006-06-27log --raw: Don't descend into subdirectories by defaultTimo Hirvonen1-1/+0
2006-06-26whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen1-11/+16
2006-06-26Add msg_sep to diff_optionsTimo Hirvonen1-0/+1
2006-06-26DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen1-4/+1
2006-06-26Set default diff output format after parsing command lineTimo Hirvonen1-1/+3
2006-06-26Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen1-3/+1
2006-06-26format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin1-0/+80
2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen1-1/+1
2006-06-19Add "named object array" conceptLinus Torvalds1-2/+2
2006-06-17Fix git-format-patch -sEric W. Biederman1-2/+5
2006-06-17Some more memory leak avoidanceLinus Torvalds1-0/+2
2006-06-16gitweb.cgi history not shownLinus Torvalds1-0/+1
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen1-1/+1
2006-06-06git-format-patch: add --output-directory long option againJunio C Hamano1-10/+16
2006-06-02format-patch: resurrect extra headers from configJohannes Schindelin1-0/+20
2006-05-31format-patch --signoffJunio C Hamano1-2/+16
2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano1-1/+1
2006-05-26built-in format-patch: various fixups.Junio C Hamano1-2/+11
2006-05-25git-format-patch --start-number <n>Johannes Schindelin1-3/+13
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-3/+14
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-0/+7
2006-05-19Allow pickaxe and diff-filter options to be used by git log.Sean1-0/+7
2006-05-06fmt-patch: understand old <his> notationJohannes Schindelin1-0/+8
2006-05-05Teach fmt-patch about --keep-subjectJohannes Schindelin1-4/+12
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin1-1/+8
2006-05-05fmt-patch: implement -o <dir>Johannes Schindelin1-10/+34
2006-05-05fmt-patch: output file names to stdoutJohannes Schindelin1-1/+6
2006-05-05Teach fmt-patch to write individual files.Johannes Schindelin1-1/+71
2006-04-21Merge branch 'master' into jc/fmt-patchJunio C Hamano1-0/+108
2006-04-21Split up builtin commands into separate files from git.cLinus Torvalds1-0/+69