aboutsummaryrefslogtreecommitdiff
path: root/builtin-log.c
Commit message (Expand)AuthorAge
* Limit filename for format-patchRobin Rosenberg2007-02-24
* git reflog showLinus Torvalds2007-02-08
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-25
* format-patch: fix bug with --stdout in a subdirectoryJeff King2007-01-22
* --walk-reflogs: do not crash with cyclic reflog ancestryJohannes Schindelin2007-01-20
* git-format-patch: the default suffix is now .patch, not .txtJunio C Hamano2007-01-17
* git-format-patch: make --binary on by defaultJunio C Hamano2007-01-17
* Add --summary to git-format-patch by defaultJunio C Hamano2007-01-17
* git-format-patch -3Junio C Hamano2007-01-17
* git-format-patch: do not crash with format.headers without value.Junio C Hamano2007-01-17
* Introduce 'git-format-patch --suffix=.patch'Junio C Hamano2007-01-17
* UTF-8: introduce i18n.logoutputencoding.Junio C Hamano2006-12-27
* Teach log family --encodingJunio C Hamano2006-12-26
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* git-show: grok blobs, trees and tags, tooJohannes Schindelin2006-12-14
* Allow subcommand.color and color.subcommand color configurationAndy Parkins2006-12-13
* config option log.showroot to show the diff of root commitsPeter Baumann2006-11-24
* Make git-cherry handle root treesRene Scharfe2006-10-26
* Built-in cherryRene Scharfe2006-10-23
* git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer2006-09-28
* format-patch: use cwd as default output directoryMatthias Lederhofer2006-09-28
* Use xrealloc instead of reallocJonas Fonseca2006-08-26
* Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones2006-08-04
* Builtins: control the use of pager from the command table.Junio C Hamano2006-07-31
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Call setup_git_directory() earlyLinus Torvalds2006-07-28
* log and diff family: honor config even from subdirectoriesJunio C Hamano2006-07-27
* builtin-log: typefix for recent format-patch changes.Junio C Hamano2006-07-14
* Add option to set initial In-Reply-To/ReferencesJosh Triplett2006-07-14
* Add option to enable threading headersJosh Triplett2006-07-14
* git-format-patch: Make the second and subsequent mails replies to the firstJosh Triplett2006-07-14
* Merge branch 'ew/diff'Junio C Hamano2006-07-09
|\
| * diff: do not use configuration magic at the core-levelJunio C Hamano2006-07-08
* | Disable color detection during format-patchRyan Anderson2006-07-09
|/
* builtin-log: respect diff configuration optionsEric Wong2006-07-07
* Merge branch 'th/diff'Junio C Hamano2006-07-05
|\
| * format-patch: fix diff format option implementationJunio C Hamano2006-06-29
| * log --raw: Don't descend into subdirectories by defaultTimo Hirvonen2006-06-27
| * whatchanged: Default to DIFF_FORMAT_RAWTimo Hirvonen2006-06-26
| * Add msg_sep to diff_optionsTimo Hirvonen2006-06-26
| * DIFF_FORMAT_RAW is not default anymoreTimo Hirvonen2006-06-26
| * Set default diff output format after parsing command lineTimo Hirvonen2006-06-26
| * Merge with_raw, with_stat and summary variables to output_formatTimo Hirvonen2006-06-26
* | format-patch: use clear_commit_marks() instead of some ad-hockeryJohannes Schindelin2006-06-27
* | format-patch: introduce "--ignore-if-in-upstream"Johannes Schindelin2006-06-26
|/
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Add "named object array" conceptLinus Torvalds2006-06-19
* Fix git-format-patch -sEric W. Biederman2006-06-17
* Some more memory leak avoidanceLinus Torvalds2006-06-17