summaryrefslogtreecommitdiff
path: root/commit.c
AgeCommit message (Expand)Author
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
2006-04-17Allow empty lines in info/graftsYann Dirson
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano
2006-04-15Clean up trailing whitespace when pretty-printing commitsLinus Torvalds
2006-04-12When showing a commit message, do not lose an incomplete line.Linus Torvalds
2006-04-07blame -S <ancestry-file>Junio C Hamano
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen
2006-02-24Merge fixes early for next maint series.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-16topo-order: make --date-order optional.Junio C Hamano
2006-02-03commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano
2006-01-28pretty_print_commit: honor grafts.Junio C Hamano
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano
2006-01-16describe: omit clearing marks on the last one.Junio C Hamano
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano
2006-01-08describe: allow more than one revs to be named.Junio C Hamano