| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework object refs tracking to reduce memory usage | Sergey Vlasov | 2005-11-15 | 1 | -3/+16 |
* | Fix git-rev-list "date order" with --topo-order | Linus Torvalds | 2005-11-14 | 1 | -2/+3 |
* | Add --pretty=fuller | Junio C Hamano | 2005-11-11 | 1 | -7/+30 |
* | Be careful when dereferencing tags. | Junio C Hamano | 2005-11-02 | 1 | -1/+1 |
* | Unlocalized isspace and friends | Linus Torvalds | 2005-10-14 | 1 | -1/+0 |
* | [PATCH] Avoid wasting memory in git-rev-list | Linus Torvalds | 2005-09-15 | 1 | -1/+3 |
* | Fix compilation warnings. | Junio C Hamano | 2005-08-29 | 1 | -1/+1 |
* | Revert "Replace zero-length array decls with []." | Junio C Hamano | 2005-08-29 | 1 | -1/+1 |
* | Replace zero-length array decls with []. | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | [PATCH] Add 'git show-branch'. | Junio C Hamano | 2005-08-22 | 1 | -6/+15 |
* | Introduce --pretty=oneline format. | Junio C Hamano | 2005-08-09 | 1 | -7/+26 |
* | Fix send-pack for non-commitish tags. | Junio C Hamano | 2005-08-05 | 1 | -4/+1 |
* | Teach parse_commit_buffer about grafting. | Junio C Hamano | 2005-07-31 | 1 | -1/+113 |
* | Make "parse_commit()" be a lot more careful | Linus Torvalds | 2005-07-27 | 1 | -5/+11 |
* | [PATCH] Dereference tag repeatedly until we get a non-tag. | Junio C Hamano | 2005-07-11 | 1 | -2/+3 |
* | [PATCH] Add a topological sort procedure to commit.c | Jon Seymour | 2005-07-06 | 1 | -0/+107 |
* | Make "insert_by_date()" match "commit_list_insert()" | Linus Torvalds | 2005-07-06 | 1 | -4/+4 |
* | Add "--pretty=full" format that also shows committer. | Linus Torvalds | 2005-06-26 | 1 | -4/+22 |
* | Keep the parents in order when parsing commits | Linus Torvalds | 2005-06-20 | 1 | -1/+3 |
* | Make "pretty" commit logs always show merge information | Linus Torvalds | 2005-06-18 | 1 | -0/+24 |
* | [PATCH] Anal retentive 'const unsigned char *sha1' | Jason McMullan | 2005-06-08 | 1 | -3/+3 |
* | [PATCH] Modify git-rev-list to linearise the commit history in merge order. | jon@blackcubes.dyndns.org | 2005-06-06 | 1 | -1/+23 |
* | pretty_print_commit: add different formats | Linus Torvalds | 2005-06-05 | 1 | -10/+36 |
* | Add generic commit "pretty print" function. | Linus Torvalds | 2005-06-01 | 1 | -0/+80 |
* | commit_list_insert: return the new commit list entry | Linus Torvalds | 2005-05-30 | 1 | -1/+2 |
* | commit: save the commit buffer off when parsing a commit | Linus Torvalds | 2005-05-25 | 1 | -0/+4 |
* | Include file cleanups.. | Linus Torvalds | 2005-05-22 | 1 | -2/+0 |
* | [PATCH] delta check | Nicolas Pitre | 2005-05-20 | 1 | -0/+2 |
* | commit: add "lookup_commit_reference()" helper function | Linus Torvalds | 2005-05-18 | 1 | -6/+23 |
* | [PATCH] don't load and decompress objects twice with parse_object() | Nicolas Pitre | 2005-05-06 | 1 | -14/+26 |
* | [PATCH] Fix memory leaks in git-fsck-cache | Sergey Vlasov | 2005-05-04 | 1 | -1/+3 |
* | [PATCH] introduce xmalloc and xrealloc | Christopher Li | 2005-04-26 | 1 | -2/+2 |
* | Don't add references to objects we couldn't find. | Linus Torvalds | 2005-04-24 | 1 | -3/+6 |
* | Verify that the object type matches for tree/commit objects even before parsing. | Linus Torvalds | 2005-04-24 | 1 | -1/+1 |
* | Set object type at object creation time, not object parse time. | Linus Torvalds | 2005-04-24 | 1 | -1/+1 |
* | [PATCH] Allow multiple date-ordered lists | Daniel Barkalow | 2005-04-23 | 1 | -3/+5 |
* | Don't add parents to the commit list if we have already | Linus Torvalds | 2005-04-23 | 1 | -2/+5 |
* | [PATCH] Add some functions for commit lists | Daniel Barkalow | 2005-04-23 | 1 | -6/+52 |
* | Include <limits.h> in commit.c for ULONG_MAX. Remove old "revision.h". | Linus Torvalds | 2005-04-21 | 1 | -0/+1 |
* | [PATCH] Implementations of parsing functions | Daniel Barkalow | 2005-04-18 | 1 | -0/+85 |