50 Commits (52670c9730d7fffba8ef785c5cdefe9945d20ef7)

Author SHA1 Message Date
Junio C Hamano 4c8725f16a topo-order: make --date-order optional. 19 years ago
Junio C Hamano 6bfb27a0c5 commit.c: "Merge" fix in pretty_print_commit. 19 years ago
Junio C Hamano f2d4227530 pretty_print_commit: honor grafts. 19 years ago
Junio C Hamano 3815f423ae pretty_print_commit(): pass commit object instead of commit->buffer. 19 years ago
Junio C Hamano b2d4c56f2f diff-tree: abbreviate merge parent object names with --abbrev --pretty. 19 years ago
Junio C Hamano 181dc77695 describe: omit clearing marks on the last one. 19 years ago
Junio C Hamano f8f9c73c7d describe: allow more than one revs to be named. 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Eric Wong 7d6fb370bc short circuit out of a few places where we would allocate zero bytes 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Sergey Vlasov 4a4e6fd74f Rework object refs tracking to reduce memory usage 19 years ago
Linus Torvalds 2ed02887bd Fix git-rev-list "date order" with --topo-order 19 years ago
Junio C Hamano ff56fe1ca7 Add --pretty=fuller 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Linus Torvalds 4546738b58 Unlocalized isspace and friends 19 years ago
Linus Torvalds 60ab26de99 [PATCH] Avoid wasting memory in git-rev-list 19 years ago
Junio C Hamano 5de36bfec9 Fix compilation warnings. 19 years ago
Junio C Hamano 2c04662d89 Revert "Replace zero-length array decls with []." 19 years ago
Jason Riedy 6c5f9baa3b Replace zero-length array decls with []. 19 years ago
Junio C Hamano f76412ed6d [PATCH] Add 'git show-branch'. 19 years ago
Junio C Hamano d87449c553 Introduce --pretty=oneline format. 20 years ago
Junio C Hamano 37fde874c2 Fix send-pack for non-commitish tags. 20 years ago
Junio C Hamano 5da5c8f4cf Teach parse_commit_buffer about grafting. 20 years ago
Linus Torvalds f7cc77d78b Make "parse_commit()" be a lot more careful 20 years ago
Junio C Hamano 013aab8265 [PATCH] Dereference tag repeatedly until we get a non-tag. 20 years ago
Jon Seymour ab580acea4 [PATCH] Add a topological sort procedure to commit.c 20 years ago
Linus Torvalds f755494cec Make "insert_by_date()" match "commit_list_insert()" 20 years ago
Linus Torvalds 9b66ec0474 Add "--pretty=full" format that also shows committer. 20 years ago
Linus Torvalds 6c88be1698 Keep the parents in order when parsing commits 20 years ago
Linus Torvalds 28342a5d32 Make "pretty" commit logs always show merge information 20 years ago
Jason McMullan 5d6ccf5ce7 [PATCH] Anal retentive 'const unsigned char *sha1' 20 years ago
jon@blackcubes.dyndns.org a3437b8c26 [PATCH] Modify git-rev-list to linearise the commit history in merge order. 20 years ago
Linus Torvalds 000182eacf pretty_print_commit: add different formats 20 years ago
Linus Torvalds e3bc7a3bc7 Add generic commit "pretty print" function. 20 years ago
Linus Torvalds ac5155ef59 commit_list_insert: return the new commit list entry 20 years ago
Linus Torvalds 3ff1fbbb94 commit: save the commit buffer off when parsing a commit 20 years ago
Linus Torvalds 6b0c312106 Include file cleanups.. 20 years ago
Nicolas Pitre d1af002dc6 [PATCH] delta check 20 years ago
Linus Torvalds 961784ee42 commit: add "lookup_commit_reference()" helper function 20 years ago
Nicolas Pitre bd2c39f58f [PATCH] don't load and decompress objects twice with parse_object() 20 years ago
Sergey Vlasov 13019d4136 [PATCH] Fix memory leaks in git-fsck-cache 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago
Linus Torvalds 235ac40772 Don't add references to objects we couldn't find. 20 years ago
Linus Torvalds c35dfe8589 Verify that the object type matches for tree/commit objects even before parsing. 20 years ago
Linus Torvalds d32987be61 Set object type at object creation time, not object parse time. 20 years ago
Daniel Barkalow 58e28af6a4 [PATCH] Allow multiple date-ordered lists 20 years ago
Linus Torvalds 4056c09114 Don't add parents to the commit list if we have already 20 years ago
Daniel Barkalow dd97f850c3 [PATCH] Add some functions for commit lists 20 years ago
Linus Torvalds b2c0071867 Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". 20 years ago
Daniel Barkalow 175785e5ff [PATCH] Implementations of parsing functions 20 years ago