Age | Commit message (Expand) | Author | Files | Lines |
2006-12-17 | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 1 | -0/+1 |
2006-12-15 | Enable reflogs by default in any repository with a working directory. | Shawn O. Pearce | 1 | -0/+1 |
2006-11-03 | improve fetch-pack's handling of kept packs | Nicolas Pitre | 1 | -4/+0 |
2006-11-03 | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 1 | -0/+1 |
2006-11-01 | Merge branch 'lj/refs' | Junio C Hamano | 1 | -3/+4 |
2006-10-30 | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 1 | -1/+0 |
2006-10-22 | Merge branch 'np/pack' | Junio C Hamano | 1 | -2/+3 |
2006-10-14 | Make write_sha1_file_prepare() static | Rene Scharfe | 1 | -6/+0 |
2006-10-14 | Add hash_sha1_file() | Rene Scharfe | 1 | -0/+1 |
2006-09-27 | Merge branch 'master' into lj/refs | Junio C Hamano | 1 | -3/+10 |
2006-09-27 | update-ref: -d flag and ref creation safety. | Junio C Hamano | 1 | -0/+1 |
2006-09-27 | introduce delta objects with offset to base | Nicolas Pitre | 1 | -2/+3 |
2006-09-23 | many cleanups to sha1_file.c | Nicolas Pitre | 1 | -3/+3 |
2006-09-20 | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 1 | -1/+1 |
2006-09-20 | add receive.denyNonFastforwards config variable | Johannes Schindelin | 1 | -0/+1 |
2006-09-20 | Make hexval() available to others. | Junio C Hamano | 1 | -0/+6 |
2006-09-17 | Make ref resolution saner | Linus Torvalds | 1 | -2/+2 |
2006-09-17 | Merge branch 'jc/pack' | Junio C Hamano | 1 | -1/+1 |
2006-09-12 | connect.c: finish_connect(): allow null pid parameter | Franck Bui-Huu | 1 | -1/+1 |
2006-09-07 | pack-objects --unpacked=<existing pack> option. | Junio C Hamano | 1 | -1/+1 |
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 |