summaryrefslogtreecommitdiff
path: root/builtin-log.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-13Allow subcommand.color and color.subcommand color configurationLibravatar Andy Parkins1-1/+1
2006-11-24config option log.showroot to show the diff of root commitsLibravatar Peter Baumann1-4/+16
2006-10-26Make git-cherry handle root treesLibravatar Rene Scharfe1-2/+5
2006-10-23Built-in cherryLibravatar Rene Scharfe1-0/+106
2006-09-28git-format-patch: fix bug using -o in subdirectoriesLibravatar Matthias Lederhofer1-2/+3
2006-09-28format-patch: use cwd as default output directoryLibravatar Matthias Lederhofer1-0/+2
2006-08-26Use xrealloc instead of reallocLibravatar Jonas Fonseca1-2/+2
2006-08-04Allow config file to specify Signed-off-by identity in format-patch.Libravatar Ramsay Jones1-1/+1
2006-07-31Builtins: control the use of pager from the command table.Libravatar Junio C Hamano1-1/+0
2006-07-29Call setup_git_directory() much earlierLibravatar Linus Torvalds1-15/+10
2006-07-28Call setup_git_directory() earlyLibravatar Linus Torvalds1-8/+10
2006-07-27log and diff family: honor config even from subdirectoriesLibravatar Junio C Hamano1-3/+6
2006-07-14builtin-log: typefix for recent format-patch changes.Libravatar Junio C Hamano1-3/+6
2006-07-14Add option to set initial In-Reply-To/ReferencesLibravatar Josh Triplett1-0/+10
2006-07-14Add option to enable threading headersLibravatar Josh Triplett1-8/+13
2006-07-14git-format-patch: Make the second and subsequent mails replies to the firstLibravatar Josh Triplett1-0/+23
2006-07-09Merge branch 'ew/diff'Libravatar Junio C Hamano1-4/+4
2006-07-09Disable color detection during format-patchLibravatar Ryan Anderson1-0/+3
2006-07-08diff: do not use configuration magic at the core-levelLibravatar Junio C Hamano1-4/+4
2006-07-07builtin-log: respect diff configuration optionsLibravatar Eric Wong1-2/+5
2006-07-05Merge branch 'th/diff'Libravatar Junio C Hamano1-18/+21
2006-06-29format-patch: fix diff format option implementationLibravatar Junio C Hamano1-1/+2
2006-06-27format-patch: use clear_commit_marks() instead of some ad-hockeryLibravatar Johannes Schindelin1-10/+4
2006-06-27log --raw: Don't descend into subdirectories by defaultLibravatar Timo Hirvonen1-1/+0
2006-06-26whatchanged: Default to DIFF_FORMAT_RAWLibravatar Timo Hirvonen1-11/+16
2006-06-26Add msg_sep to diff_optionsLibravatar Timo Hirvonen1-0/+1
2006-06-26DIFF_FORMAT_RAW is not default anymoreLibravatar Timo Hirvonen1-4/+1
2006-06-26Set default diff output format after parsing command lineLibravatar Timo Hirvonen1-1/+3
2006-06-26Merge with_raw, with_stat and summary variables to output_formatLibravatar Timo Hirvonen1-3/+1
2006-06-26format-patch: introduce "--ignore-if-in-upstream"Libravatar Johannes Schindelin1-0/+80
2006-06-24Rename safe_strncpy() to strlcpy().Libravatar Peter Eriksen1-1/+1
2006-06-19Add "named object array" conceptLibravatar Linus Torvalds1-2/+2
2006-06-17Fix git-format-patch -sLibravatar Eric W. Biederman1-2/+5
2006-06-17Some more memory leak avoidanceLibravatar Linus Torvalds1-0/+2
2006-06-16gitweb.cgi history not shownLibravatar Linus Torvalds1-0/+1
2006-06-16Implement safe_strncpy() as strlcpy() and use it more.Libravatar Peter Eriksen1-1/+1
2006-06-06git-format-patch: add --output-directory long option againLibravatar Junio C Hamano1-10/+16
2006-06-02format-patch: resurrect extra headers from configLibravatar Johannes Schindelin1-0/+20
2006-05-31format-patch --signoffLibravatar Junio C Hamano1-2/+16
2006-05-28format-patch: -n and -k are mutually exclusive.Libravatar Junio C Hamano1-1/+1
2006-05-26built-in format-patch: various fixups.Libravatar Junio C Hamano1-2/+11
2006-05-25git-format-patch --start-number <n>Libravatar Johannes Schindelin1-3/+13
2006-05-21fmt-patch: Support --attachLibravatar Johannes Schindelin1-3/+14
2006-05-21Merge branch 'master' into js/fmt-patchLibravatar Junio C Hamano1-0/+7
2006-05-19Allow pickaxe and diff-filter options to be used by git log.Libravatar Sean1-0/+7
2006-05-06fmt-patch: understand old <his> notationLibravatar Johannes Schindelin1-0/+8
2006-05-05Teach fmt-patch about --keep-subjectLibravatar Johannes Schindelin1-4/+12
2006-05-05Teach fmt-patch about --numberedLibravatar Johannes Schindelin1-1/+8
2006-05-05fmt-patch: implement -o <dir>Libravatar Johannes Schindelin1-10/+34
2006-05-05fmt-patch: output file names to stdoutLibravatar Johannes Schindelin1-1/+6