aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* improve fetch-pack's handling of kept packsNicolas Pitre2006-11-03
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-03
* Merge branch 'lj/refs'Junio C Hamano2006-11-01
|\
| * Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| |\
| * | update-ref: -d flag and ref creation safety.Junio C Hamano2006-09-27
| * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| * | Make ref resolution sanerLinus Torvalds2006-09-17
* | | Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-30
* | | Merge branch 'np/pack'Junio C Hamano2006-10-22
|\ \ \
| * | | introduce delta objects with offset to baseNicolas Pitre2006-09-27
| | |/ | |/|
* | | Make write_sha1_file_prepare() staticRene Scharfe2006-10-14
* | | Add hash_sha1_file()Rene Scharfe2006-10-14
|/ /
* | many cleanups to sha1_file.cNicolas Pitre2006-09-23
* | add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
* | Make hexval() available to others.Junio C Hamano2006-09-20
|/
* Merge branch 'jc/pack'Junio C Hamano2006-09-17
|\
| * pack-objects --unpacked=<existing pack> option.Junio C Hamano2006-09-07
* | connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-12
|/
* more lightweight revalidation while reusing deflated stream in packingJunio C Hamano2006-09-03
* Trace into a file or an open fd and refactor tracing code.Christian Couder2006-09-02
* Constness tightening for move/link_temp_to_file()Junio C Hamano2006-09-01
* Merge branch 'js/c-merge-recursive'Junio C Hamano2006-08-27
|\
| * Merge branch 'master' into js/c-merge-recursiveJunio C Hamano2006-08-12
| |\
| * \ Merge branch 'js/read-tree' into js/c-merge-recursiveJunio C Hamano2006-07-30
| |\ \
| * | | Status update on merge-recursive in CJohannes Schindelin2006-07-13
* | | | Relative timestamps in git logLinus Torvalds2006-08-26
* | | | Merge branch 'gl/cleanup'Junio C Hamano2006-08-26
|\ \ \ \
| * | | | Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-23
| * | | | Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* | | | | git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit2006-08-23
|/ / / /
* | | | Add write_or_die(), a helper functionRene Scharfe2006-08-21
* | | | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* | | | make inline is_null_sha1 globalDavid Rientjes2006-08-15
* | | | Merge branch 'jc/pack-objects'Junio C Hamano2006-08-12
|\ \ \ \ | |_|_|/ |/| | |
| * | | sha1_file.c: expose map_sha1_file() interface.Junio C Hamano2006-07-25
* | | | Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* | | | pager: config variable pager.colorMatthias Lederhofer2006-07-31
| |_|/ |/| |
* | | Make git-mv a builtinJohannes Schindelin2006-07-26
* | | Extract helper bits from c-merge-recursive workJohannes Schindelin2006-07-26
|/ /
* | sha1_file: add the ability to parse objects in "pack file format"Linus Torvalds2006-07-13
|/
* Make the unpacked object header functions static to sha1_file.cLinus Torvalds2006-07-11
* "git -p cmd" to page anywhereJunio C Hamano2006-07-09
* Improve git-peek-remoteLinus Torvalds2006-07-04
* Make zlib compression level configurable, and change default.Joachim B Haga2006-07-03
* diff --color: use $GIT_DIR/configJunio C Hamano2006-06-25
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* upload-pack/fetch-pack: support side-band communicationJunio C Hamano2006-06-21
* Add specialized object allocatorLinus Torvalds2006-06-19
* Merge branch 'jc/shared'Junio C Hamano2006-06-18
|\
| * shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10