clone: the given repository dir should be relative to $PWD
[gitweb.git] / object.c
2006-10-02 Merge branch 'maint'
2006-10-01 Merge branch 'maint'
2006-10-01 Merge branch 'jc/gitpm'
2006-09-18 Merge part of branch 'jc/upload-pack'
2006-09-14 Merge branches 'maint' and 'jc/http'
2006-09-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-08-28 Merge branch 'gl/web'
2006-08-28 Use xcalloc instead of calloc
2006-08-28 Merge branch 'js/c-merge-recursive'
2006-08-28 Merge branch 'ts/daemon'
2006-08-28 Merge branch 'jc/apply'
2006-08-26 Merge branch 'master' into gl/web
2006-08-26 Merge branch 'gl/cleanup'
2006-08-23 Merge branch 'gl/cleanup' into gl/cleanup-next
2006-08-23 Convert memcpy(a,b,20) to hashcpy(a,b).
2006-08-21 Merge branch 'maint'
2006-08-17 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded...
2006-08-13 Merge branch 'jc/upload-pack'
2006-08-13 Merge branch 'th/diff-extra'
2006-08-13 GIT 1.4.2 v1.4.2
2006-08-13 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-08-08 Merge branch 'master' into pb/gitpm
2006-07-30 Merge branch 'jn/make'
2006-07-26 Merge branch 'pb/configure'
2006-07-25 Merge branch 'jc/clone-bind-failure'
2006-07-25 Merge branch 'lt/objformat'
2006-07-17 Merge branch 'sp/reflog' v1.4.2-rc1
2006-07-14 Merge branch 'lt/unitype'
2006-07-14 Merge branch 'lt/unitype' into js/c-merge-recursive
2006-07-13 Remove TYPE_* constant macros and use object_type enums...
2006-07-13 Merge branch 'lt/merge-tree'
2006-07-05 Merge branch 'jc/sha1'
2006-07-05 Merge branch 'jc/diff-test'
2006-07-05 Merge branch 'th/diff'
2006-07-05 Re-fix clear_commit_marks().
2006-07-03 Merge branch 'master' into js/merge-base
2006-07-03 revert clear-commit-marks for now.
2006-07-02 git object hash cleanups v1.4.1
2006-06-30 Abstract out accesses to object hash array
2006-06-22 Merge branch 'js/lsfix'
2006-06-22 Merge branch 'ew/rebase'
2006-06-22 Merge branch 'jn/web'
2006-06-22 Merge early parts of branch 'js/diff'
2006-06-22 Merge branch 'jc/upload-corrupt'
2006-06-22 Merge branch 'ew/rebase' into next
2006-06-22 Merge branch 'jn/web' into next
2006-06-22 Merge branch 'jc/waitpid'
2006-06-22 Merge branch 'ff/c99'
2006-06-22 Merge branch 'pb/config'
2006-06-22 Merge branch 'lt/objlist'
2006-06-22 Merge branch 'master' into next
2006-06-21 Merge branch 'jc/upload-corrupt' into next
2006-06-21 Merge branch 'jn/web' into next
2006-06-21 Merge branch 'ew/rebase' into next
2006-06-21 Merge branch 'ff/c99' into next
2006-06-21 Merge branch 'jc/upload-corrupt' into next
2006-06-21 Merge branch 'jn/web' into next
2006-06-21 Merge branch 'master' into next
2006-06-20 Merge branch 'jn/web' into next
2006-06-20 Merge branch 'jn/web' into next
2006-06-20 Merge branch 'master' into next
2006-06-20 Merge branch 'jn/web' into next
2006-06-20 Merge branch 'pb/config' into next
2006-06-20 Merge branch 'jc/waitpid' into next
2006-06-20 Merge branch 'lt/objlist' into next
2006-06-20 Add "named object array" concept
2006-06-19 Merge branch 'pb/config' into next
2006-06-19 Merge branch 'yl/build'
2006-06-19 Merge branch 'jc/shared'
2006-06-19 Merge branch 'eb/mail'
2006-06-18 Remove "refs" field from "struct object"
2006-06-18 Merge branch 'eb/mail' into next
2006-06-18 Shrink "struct object" a bit
2006-06-18 Merge early part of branch 'jc/fetchupload'
2006-06-18 Merge branch 'jc/rw-prefix'
2006-06-13 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-10 Merge git://git.kernel.org/pub/scm/git/gitweb
2006-06-07 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-04 Merge branch 'new' of git://git./gitk/gitk into next
2006-06-04 Merge branch 'lt/tree-2'
2006-06-03 Merge branch 'jc/fmt-patch' into next
2006-06-02 Merge branch 'master' into next
2006-06-02 Merge branch 'jc/fmt-patch' into next
2006-06-01 Merge branch 'master' into next
2006-06-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-01 Merge branch 'master' into next
2006-06-01 Merge branch 'nh/http' into next
2006-05-31 Merge branch 'sp/reflog' into next
2006-05-31 Merge branch 'jc/fmt-patch' into next
2006-05-31 Merge branch 'ff/svnimport' into next
2006-05-30 Merge branch 'master' into next
2006-05-30 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-30 Make "struct tree" contain the pointer to the tree...
2006-05-29 Merge branch 'jc/lt-tree-n-cache-tree' into next
2006-05-29 Merge branch 'lt/tree' into jc/lt-tree-n-cache-tree
2006-05-29 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-29 Add raw tree buffer info to "struct tree"
2006-05-03 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-24 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-04-17 Merge git://git.kernel.org/pub/scm/gitk/gitk
next