summaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAgeFilesLines
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-271-5/+2
* Teach log family --encodingJunio C Hamano2006-12-261-2/+17
* simplify inclusion of system header files.Junio C Hamano2006-12-201-2/+0
* git-show: grok blobs, trees and tags, tooJohannes Schindelin2006-12-141-1/+81
* Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-131-1/+1
* config option log.showroot to show the diff of root commitsPeter Baumann2006-11-241-4/+16
* Make git-cherry handle root treesRene Scharfe2006-10-261-2/+5
* Built-in cherryRene Scharfe2006-10-231-0/+106
* git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer2006-09-281-2/+3
* format-patch: use cwd as default output directoryMatthias Lederhofer2006-09-281-0/+2
* Use xrealloc instead of reallocJonas Fonseca2006-08-261-2/+2
* Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones2006-08-041-1/+1
* Builtins: control the use of pager from the command table.Junio C Hamano2006-07-311-1/+0
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-15/+10
* Call setup_git_directory() earlyLinus Torvalds2006-07-281-8/+10
* log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-271-3/+6
* builtin-log: typefix for recent format-patch changes.Junio C Hamano2006-07-141-3/+6
* Add option to set initial In-Reply-To/ReferencesJosh Triplett2006-07-141-0/+10
* Add option to enable threading headersJosh Triplett2006-07-141-8/+13
* git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-141-0/+23
* Merge branch 'ew/diff'Junio C Hamano2006-07-091-4/+4
|\
| * diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-081-4/+4
* | Disable color detection during format-patchRyan Anderson2006-07-091-0/+3
|/
* builtin-log: respect diff configuration optionsEric Wong2006-07-071-2/+5
* Merge branch 'th/diff'Junio C Hamano2006-07-051-18/+21
|\
| * format-patch: fix diff format option implementationJunio C Hamano2006-06-291-1/+2
| * log --raw: Don't descend into subdirectories by defaultTimo Hirvonen2006-06-271-1/+0
| * whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen2006-06-261-11/+16
| * Add msg_sep to diff_optionsTimo Hirvonen2006-06-261-0/+1
| * DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen2006-06-261-4/+1
| * Set default diff output format after parsing command lineTimo Hirvonen2006-06-261-1/+3
| * Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-261-3/+1
* | format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin2006-06-271-10/+4
* | format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin2006-06-261-0/+80
|/
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-1/+1
* Add "named object array" conceptLinus Torvalds2006-06-191-2/+2
* Fix git-format-patch -sEric W. Biederman2006-06-171-2/+5
* Some more memory leak avoidanceLinus Torvalds2006-06-171-0/+2
* gitweb.cgi history not shownLinus Torvalds2006-06-161-0/+1
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-1/+1
* git-format-patch: add --output-directory long option againJunio C Hamano2006-06-061-10/+16
* format-patch: resurrect extra headers from configJohannes Schindelin2006-06-021-0/+20
* format-patch --signoffJunio C Hamano2006-05-311-2/+16
* format-patch: -n and -k are mutually exclusive.Junio C Hamano2006-05-281-1/+1
* built-in format-patch: various fixups.Junio C Hamano2006-05-261-2/+11
* git-format-patch --start-number <n>Johannes Schindelin2006-05-251-3/+13
* fmt-patch: Support --attachJohannes Schindelin2006-05-211-3/+14
* Merge branch 'master' into js/fmt-patchJunio C Hamano2006-05-211-0/+7
|\
| * Allow pickaxe and diff-filter options to be used by git log.Sean2006-05-191-0/+7
* | fmt-patch: understand old <his> notationJohannes Schindelin2006-05-061-0/+8