Age | Commit message (Expand) | Author | Files | Lines |
2006-09-03 | more lightweight revalidation while reusing deflated stream in packing | Junio C Hamano | 1 | -0/+12 |
2006-09-02 | Trace into a file or an open fd and refactor tracing code. | Christian Couder | 1 | -0/+6 |
2006-09-01 | Constness tightening for move/link_temp_to_file() | Junio C Hamano | 1 | -1/+1 |
2006-08-27 | Merge branch 'js/c-merge-recursive' | Junio C Hamano | 1 | -0/+1 |
2006-08-26 | Relative timestamps in git log | Linus Torvalds | 1 | -1/+1 |
2006-08-26 | Merge branch 'gl/cleanup' | Junio C Hamano | 1 | -0/+8 |
2006-08-23 | git_dir holds pointers to local strings, hence MUST be const. | Pierre Habouzit | 1 | -1/+1 |
2006-08-23 | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 1 | -0/+4 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -0/+4 |
2006-08-21 | Add write_or_die(), a helper function | Rene Scharfe | 1 | -0/+1 |
2006-08-17 | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 1 | -0/+4 |
2006-08-15 | make inline is_null_sha1 global | David Rientjes | 1 | -0/+4 |
2006-08-12 | Merge branch 'jc/pack-objects' | Junio C Hamano | 1 | -0/+2 |
2006-08-12 | Merge branch 'master' into js/c-merge-recursive | Junio C Hamano | 1 | -1/+2 |
2006-08-12 | Better error message when we are unable to lock the index file | Junio C Hamano | 1 | -1/+1 |
2006-07-31 | pager: config variable pager.color | Matthias Lederhofer | 1 | -0/+1 |
2006-07-30 | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 1 | -0/+2 |
2006-07-26 | Make git-mv a builtin | Johannes Schindelin | 1 | -0/+1 |
2006-07-26 | Extract helper bits from c-merge-recursive work | Johannes Schindelin | 1 | -0/+3 |
2006-07-25 | sha1_file.c: expose map_sha1_file() interface. | Junio C Hamano | 1 | -0/+2 |
2006-07-13 | sha1_file: add the ability to parse objects in "pack file format" | Linus Torvalds | 1 | -0/+1 |
2006-07-13 | Status update on merge-recursive in C | Johannes Schindelin | 1 | -0/+4 |
2006-07-11 | Make the unpacked object header functions static to sha1_file.c | Linus Torvalds | 1 | -2/+0 |
2006-07-09 | "git -p cmd" to page anywhere | Junio C Hamano | 1 | -0/+1 |
2006-07-04 | Improve git-peek-remote | Linus Torvalds | 1 | -1/+5 |
2006-07-03 | Make zlib compression level configurable, and change default. | Joachim B Haga | 1 | -0/+1 |
2006-06-25 | diff --color: use $GIT_DIR/config | Junio C Hamano | 1 | -1/+0 |
2006-06-24 | Rename safe_strncpy() to strlcpy(). | Peter Eriksen | 1 | -1/+0 |
2006-06-21 | upload-pack/fetch-pack: support side-band communication | Junio C Hamano | 1 | -2/+2 |
2006-06-19 | Add specialized object allocator | Linus Torvalds | 1 | -0/+11 |
2006-06-18 | Merge branch 'jc/shared' | Junio C Hamano | 1 | -0/+6 |
2006-06-16 | Implement safe_strncpy() as strlcpy() and use it more. | Peter Eriksen | 1 | -1/+1 |
2006-06-10 | shared repository: optionally allow reading to "others". | Junio C Hamano | 1 | -0/+6 |
2006-06-06 | Make index file locking code reusable to others. | Junio C Hamano | 1 | -6/+6 |
2006-06-03 | Merge branch 'sp/reflog' | Junio C Hamano | 1 | -0/+1 |
2006-05-28 | Merge branch 'jc/cache-tree' | Junio C Hamano | 1 | -0/+1 |
2006-05-24 | Merge branch 'master' into sp/reflog | Junio C Hamano | 1 | -0/+8 |
2006-05-24 | Merge branch 'be/tag' | Junio C Hamano | 1 | -0/+1 |
2006-05-24 | Merge branch 'js/fmt-patch' | Junio C Hamano | 1 | -0/+1 |
2006-05-24 | Merge branch 'lt/dirwalk' | Junio C Hamano | 1 | -0/+1 |
2006-05-23 | remove the artificial restriction tagsize < 8kb | Björn Engelmann | 1 | -0/+1 |
2006-05-21 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -0/+10 |
2006-05-20 | Merge branch 'lt/dirwalk' into jc/dirwalk-n-cache-tree | Junio C Hamano | 1 | -0/+1 |
2006-05-20 | Merge branch 'jc/cache-tree' into jc/dirwalk-n-cache-tree | Junio C Hamano | 1 | -0/+1 |
2006-05-19 | Libify the index refresh logic | Linus Torvalds | 1 | -0/+6 |
2006-05-19 | Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog' | Junio C Hamano | 1 | -0/+1 |
2006-05-18 | Prevent bogus paths from being added to the index. | Linus Torvalds | 1 | -0/+1 |
2006-05-17 | Log ref updates to logs/refs/<ref> | Shawn Pearce | 1 | -0/+1 |
2006-05-06 | Merge branch 'master' into js/fmt-patch | Junio C Hamano | 1 | -1/+3 |
2006-05-05 | binary diff: further updates. | Junio C Hamano | 1 | -0/+1 |