summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
2007-02-03Disallow invalid --pretty= abbreviationsEric Wong
2007-01-13Use log output encoding in --pretty=email headers.Junio C Hamano
2007-01-09merge-base: do not leak commit listJunio C Hamano
2007-01-08short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft
2007-01-03Skip excessive blank lines before commit bodyLars Hjemli
2007-01-01i18n: do not leak 'encoding' header even when we cheat the conversion.Junio C Hamano
2006-12-31i18n: drop "encoding" header in the output after re-coding.Junio C Hamano
2006-12-30commit re-encoding: fix confusion between no and default conversion.Junio C Hamano
2006-12-29Merge branch 'jc/utf8'Junio C Hamano
2006-12-28UTF-8: introduce i18n.logoutputencoding.Junio C Hamano
2006-12-27Merge branch 'master' into js/shallowJunio C Hamano
2006-12-26Teach log family --encodingJunio C Hamano
2006-12-21Move in_merge_bases() to commit.cJunio C Hamano
2006-12-17rev-list --left-rightJunio C Hamano
2006-11-24allow deepening of a shallow repositoryJohannes Schindelin
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-10-12commit: fix a segfault when displaying a commit with unreachable parentsEric Wong
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca
2006-08-27Relative timestamps in git logLinus Torvalds
2006-08-17Indentation fix.Tilman Sauerbeck
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-07-14Merge branch 'lt/unitype'Junio C Hamano
2006-07-14format-patch: Generate a newline between the subject header and the message bodyRobert Shearman
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-09merge-base: update the clean-up postprocessingJunio C Hamano
2006-07-05Re-fix clear_commit_marks().Junio C Hamano
2006-07-03revert clear-commit-marks for now.Junio C Hamano
2006-07-03get_merge_bases: clean up even when there is no common commit.Junio C Hamano
2006-07-02commit.c: do not redefine UNINTERESTING bit.Junio C Hamano
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe
2006-07-02Make clear_commit_marks() clean harderRene Scharfe
2006-07-02Add get_merge_bases_clean()Rene Scharfe
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin
2006-06-28connect.c: check the commit buffer boundary while parsing.Junio C Hamano
2006-06-28Make some strings constTimo Hirvonen
2006-06-20fix rfc2047 formatter.Junio C Hamano
2006-06-20Add specialized object allocatorLinus Torvalds
2006-06-18Move "void *util" from "struct object" into "struct commit"Linus Torvalds
2006-06-18Shrink "struct object" a bitLinus Torvalds
2006-05-22builtin format-patch: squelch content-type for 7-bit ASCIIJunio C Hamano
2006-05-22CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields.Junio C Hamano
2006-05-21fmt-patch: Support --attachJohannes Schindelin
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano
2006-05-17commit: allow --pretty= args to be abbreviatedEric Wong
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano
2006-04-22git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano
2006-04-19Minor tweak on subject line in --pretty=emailJunio C Hamano
2006-04-18Tentative built-in format-patch.Junio C Hamano