aboutsummaryrefslogtreecommitdiffstats
path: root/commit.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-11commit: fix a segfault when displaying a commit with unreachable parentsEric Wong1-4/+7
2006-08-28Add --relative-date option to the revision interfaceJonas Fonseca1-6/+14
2006-08-26Relative timestamps in git logLinus Torvalds1-2/+2
2006-08-17Indentation fix.Tilman Sauerbeck1-6/+6
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes1-1/+1
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-14Merge branch 'lt/unitype'Junio C Hamano1-3/+3
2006-07-13format-patch: Generate a newline between the subject header and the message bodyRobert Shearman1-2/+9
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-3/+3
2006-07-09merge-base: update the clean-up postprocessingJunio C Hamano1-190/+90
2006-07-04Re-fix clear_commit_marks().Junio C Hamano1-5/+8
2006-07-03revert clear-commit-marks for now.Junio C Hamano1-7/+6
2006-07-03get_merge_bases: clean up even when there is no common commit.Junio C Hamano1-1/+2
2006-07-02commit.c: do not redefine UNINTERESTING bit.Junio C Hamano1-20/+20
2006-07-02Fold get_merge_bases_clean() into get_merge_bases()Rene Scharfe1-15/+6
2006-07-01Make clear_commit_marks() clean harderRene Scharfe1-4/+3
2006-07-01Add get_merge_bases_clean()Rene Scharfe1-4/+16
2006-06-29move get_merge_bases() to core lib.Johannes Schindelin1-0/+240
2006-06-28connect.c: check the commit buffer boundary while parsing.Junio C Hamano1-4/+8
2006-06-28Make some strings constTimo Hirvonen1-1/+1
2006-06-19fix rfc2047 formatter.Junio C Hamano1-4/+17
2006-06-19Add specialized object allocatorLinus Torvalds1-1/+1
2006-06-17Move "void *util" from "struct object" into "struct commit"Linus Torvalds1-2/+2
2006-06-17Shrink "struct object" a bitLinus Torvalds1-4/+4
2006-05-21builtin format-patch: squelch content-type for 7-bit ASCIIJunio C Hamano1-2/+15
2006-05-21CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields.Junio C Hamano1-7/+72
2006-05-21fmt-patch: Support --attachJohannes Schindelin1-1/+9
2006-05-21Merge branch 'master' into js/fmt-patchJunio C Hamano1-16/+25
2006-05-17commit: allow --pretty= args to be abbreviatedEric Wong1-14/+24
2006-05-05Teach fmt-patch about --numberedJohannes Schindelin1-4/+1
2006-05-01Use RFC2822 dates from "git fmt-patch".Junio C Hamano1-1/+2
2006-04-22git-fmt-patch: thinkofix to show [PATCH] properly.Junio C Hamano1-2/+3
2006-04-19Minor tweak on subject line in --pretty=emailJunio C Hamano1-1/+1
2006-04-18Tentative built-in format-patch.Junio C Hamano1-5/+31
2006-04-17Allow empty lines in info/graftsYann Dirson1-1/+1
2006-04-16reading $GIT_DIR/info/graft - skip comments correctly.Junio C Hamano1-1/+3
2006-04-14Clean up trailing whitespace when pretty-printing commitsLinus Torvalds1-10/+5
2006-04-12When showing a commit message, do not lose an incomplete line.Linus Torvalds1-2/+2
2006-04-07blame -S <ancestry-file>Junio C Hamano1-55/+79
2006-04-04Replace xmalloc+memset(0) with xcalloc.Peter Eriksen1-2/+1
2006-03-10Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen1-9/+27
2006-02-23Merge fixes early for next maint series.Junio C Hamano1-1/+2
2006-02-22Give no terminating LF to error() function.Junio C Hamano1-1/+2
2006-02-15topo-order: make --date-order optional.Junio C Hamano1-3/+10
2006-02-02commit.c: "Merge" fix in pretty_print_commit.Junio C Hamano1-5/+5
2006-01-28pretty_print_commit: honor grafts.Junio C Hamano1-26/+26
2006-01-28pretty_print_commit(): pass commit object instead of commit->buffer.Junio C Hamano1-1/+2
2006-01-28diff-tree: abbreviate merge parent object names with --abbrev --pretty.Junio C Hamano1-5/+14
2006-01-15describe: omit clearing marks on the last one.Junio C Hamano1-2/+4
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano1-1/+1
2006-01-07describe: allow more than one revs to be named.Junio C Hamano1-0/+13
2006-01-07[PATCH] Compilation: zero-length array declaration.Junio C Hamano1-1/+1
2005-12-26short circuit out of a few places where we would allocate zero bytesEric Wong1-0/+3
2005-11-16GIT 0.99.9j aka 1.0rc3v1.0rc3v0.99.9jJunio C Hamano1-3/+16
2005-11-14Fix git-rev-list "date order" with --topo-orderLinus Torvalds1-2/+3
2005-11-11Add --pretty=fullerJunio C Hamano1-7/+30
2005-11-02Be careful when dereferencing tags.Junio C Hamano1-1/+1
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds1-1/+3
2005-08-29Fix compilation warnings.Junio C Hamano1-1/+1
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano1-1/+1
2005-08-23Replace zero-length array decls with [].Jason Riedy1-1/+1
2005-08-22[PATCH] Add 'git show-branch'.Junio C Hamano1-6/+15
2005-08-09Introduce --pretty=oneline format.Junio C Hamano1-7/+26
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano1-4/+1
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano1-1/+113
2005-07-27Make "parse_commit()" be a lot more carefulLinus Torvalds1-5/+11
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano1-2/+3
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour1-0/+107
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds1-4/+4
2005-06-26Add "--pretty=full" format that also shows committer.Linus Torvalds1-4/+22
2005-06-20Keep the parents in order when parsing commitsLinus Torvalds1-1/+3
2005-06-18Make "pretty" commit logs always show merge informationLinus Torvalds1-0/+24
2005-06-08[PATCH] Anal retentive 'const unsigned char *sha1'Jason McMullan1-3/+3
2005-06-06[PATCH] Modify git-rev-list to linearise the commit history in merge order.jon@blackcubes.dyndns.org1-1/+23
2005-06-05pretty_print_commit: add different formatsLinus Torvalds1-10/+36
2005-06-01Add generic commit "pretty print" function.Linus Torvalds1-0/+80
2005-05-30commit_list_insert: return the new commit list entryLinus Torvalds1-1/+2
2005-05-25commit: save the commit buffer off when parsing a commitLinus Torvalds1-0/+4
2005-05-22Include file cleanups..Linus Torvalds1-2/+0
2005-05-20[PATCH] delta checkNicolas Pitre1-0/+2
2005-05-18commit: add "lookup_commit_reference()" helper functionLinus Torvalds1-6/+23
2005-05-06[PATCH] don't load and decompress objects twice with parse_object()Nicolas Pitre1-14/+26
2005-05-04[PATCH] Fix memory leaks in git-fsck-cacheSergey Vlasov1-1/+3
2005-04-26[PATCH] introduce xmalloc and xreallocChristopher Li1-2/+2
2005-04-24Don't add references to objects we couldn't find. Linus Torvalds1-3/+6
2005-04-24Verify that the object type matches for tree/commit objects even before parsing.Linus Torvalds1-1/+1
2005-04-24Set object type at object creation time, not object parse time.Linus Torvalds1-1/+1
2005-04-23[PATCH] Allow multiple date-ordered listsDaniel Barkalow1-3/+5
2005-04-23Don't add parents to the commit list if we have alreadyLinus Torvalds1-2/+5
2005-04-23[PATCH] Add some functions for commit listsDaniel Barkalow1-6/+52
2005-04-21Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h".Linus Torvalds1-0/+1
2005-04-18[PATCH] Implementations of parsing functionsDaniel Barkalow1-0/+85