๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v0.99.6
/
cache.h
tag
f12e22d4c12c3d0263fa681f25c06569f643da0f
tagger
Junio C Hamano <junkio@cox.net>
Wed Sep 07 23:06:10 2005
object
99977bd5fdeabbd0608a70e9411c243007ec4ea2
GIT v0.99.6
2ab141a
[PATCH] Possible cleanups for local-pull.c
by Peter Hagervall
ยท 20 years ago
2c04662
Revert "Replace zero-length array decls with []."
by Junio C Hamano
ยท 20 years ago
10d781b
Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git
by Junio C Hamano
ยท 20 years ago
ff27adf
Support +<src>:<dst> format in push as well.
by Junio C Hamano
ยท 20 years ago
c7c81b3
Fix ?: statements.
by Jason Riedy
ยท 20 years ago
6c5f9ba
Replace zero-length array decls with [].
by Jason Riedy
ยท 20 years ago
f1d090e
Fix __attribute__ changes.
by Junio C Hamano
ยท 20 years ago
75ea691
[PATCH] Spell __attribute__ correctly in cache.h.
by Jason Riedy
ยท 20 years ago
828cc61
[PATCH] Export relative path handling "prefix_path()" function
by Linus Torvalds
ยท 20 years ago
d288a70
[PATCH] Make "git diff" work inside relative subdirectories
by Linus Torvalds
ยท 20 years ago
c508df5
[PATCH] Add function to read an index file from an arbitrary filename.
by Daniel Barkalow
ยท 20 years ago
d5a63b9
Alternate object pool mechanism updates.
by Junio C Hamano
ยท 20 years ago
4ec99bf
[PATCH] -Werror fixes
by Timo Sirainen
ยท 20 years ago
d3af621
Redo the templates generation and installation.
by Junio C Hamano
ยท 20 years ago
f2db68e
[PATCH] git: add git_mkstemp()
by Holger Eitzenberger
ยท 20 years ago
f88395a
Renaming push.
by Junio C Hamano
ยท 20 years ago
8d5afef
Install sample hooks
by Junio C Hamano
ยท 20 years ago
70b9829
[PATCH] Parallelize pulling by ssh
by barkalow@iabervon.org
ยท 20 years ago
bf592c5
[PATCH] Functions for managing the set of packs the library is using (whitespace fixed)
by barkalow@iabervon.org
ยท 20 years ago
5da5c8f
Teach parse_commit_buffer about grafting.
by Junio C Hamano
ยท 20 years ago
8f3f9b0
[PATCH] Add update-server-info.
by Junio C Hamano
ยท 20 years ago
d1c133f
Merge three separate "fetch refs" functions
by Linus Torvalds
ยท 20 years ago
d289d13
[PATCH] Move git_author_info and git_commiter_info to ident.c
by Eric W. Biederman
ยท 20 years ago
c0fd1f5
Make "ce_match_path()" a generic helper function
by Linus Torvalds
ยท 20 years ago
3e58763
Fix up read_tree() pathspec matching to use "const char **"
by Linus Torvalds
ยท 20 years ago
0ca14a5
Start adding interfaces to read in partial trees
by Linus Torvalds
ยท 20 years ago
2386d65
Add first cut at "git protocol" connect logic.
by Linus Torvalds
ยท 20 years ago
6aa33f4
Abstract out the "name <email> date" handling of commit-tree.c
by Linus Torvalds
ยท 20 years ago
26a2d8a
parse_date(): allow const date string
by Linus Torvalds
ยท 20 years ago
d5f1bef
[PATCH] Remove map_sha1_file
by Daniel Barkalow
ยท 20 years ago
a5eda52
[PATCH] write_sha1_to_fd()
by Daniel Barkalow
ยท 20 years ago
7672db2
[PATCH] Expose object ID computation functions.
by Bryan Larsen
ยท 20 years ago
26c8a53
Add "mkpath()" helper function
by Linus Torvalds
ยท 20 years ago
b2cb942
[PATCH] clone-pack.c:write_one_ref() - Create leading directories.
by Junio C Hamano
ยท 20 years ago
41cb748
Move "get_ack()" to common git_connect functions
by Linus Torvalds
ยท 20 years ago
723c31f
Add "git_path()" and "head_ref()" helper functions.
by Linus Torvalds
ยท 20 years ago
013e7c7
Move ref path matching to connect.c library
by Linus Torvalds
ยท 20 years ago
f719259
Factor out the ssh connection stuff from send-pack.c
by Linus Torvalds
ยท 20 years ago
dade09c
Add "has_sha1_pack()" function to query whether the object is available in a pack
by Linus Torvalds
ยท 20 years ago
ad8c80a
[PATCH] Show more details of packfile with verify-pack -v.
by Junio C Hamano
ยท 20 years ago
f3bf922
[PATCH] verify-pack updates.
by Junio C Hamano
ยท 20 years ago
575f497
Add first cut at "git-receive-pack"
by Linus Torvalds
ยท 20 years ago
f925339
[PATCH] Add git-verify-pack command.
by Junio C Hamano
ยท 20 years ago
9a217f2
[PATCH] Expose packed_git and alt_odb.
by Junio C Hamano
ยท 20 years ago
36e4d74
[PATCH] Enhance sha1_file_size() into sha1_object_info()
by Junio C Hamano
ยท 20 years ago
c4584ae
[PATCH] Remove "delta" object representation.
by Junio C Hamano
ยท 20 years ago
b155725
[PATCH] Fix oversimplified optimization for add_cache_entry().
by Junio C Hamano
ยท 20 years ago
5d6ccf5
[PATCH] Anal retentive 'const unsigned char *sha1'
by Jason McMullan
ยท 21 years ago
95fc751
[PATCH] Operations on refs
by Daniel Barkalow
ยท 21 years ago
90334cf
Add "__noreturn__" attribute to die() and usage()
by Linus Torvalds
ยท 21 years ago
220a0b5
More work on merging with git-read-tree..
by Linus Torvalds
ยท 21 years ago
12dccc1
Make fiel checkout function available to the git library
by Linus Torvalds
ยท 21 years ago
65c2e0c
[PATCH] Find size of SHA1 object without inflating everything.
by Junio C Hamano
ยท 21 years ago
4a62b61
[PATCH] Handle deltified object correctly in git-*-pull family.
by Junio C Hamano
ยท 21 years ago
5180cac
Split up unpack_sha1_file() some more
by Linus Torvalds
ยท 21 years ago
c448357
Add "unpack_sha1_header()" helper function
by Linus Torvalds
ยท 21 years ago
6b0c312
Include file cleanups..
by Linus Torvalds
ยท 21 years ago
958ba6c
Introduce "base_name_compare()" helper function
by Linus Torvalds
ยท 21 years ago
415e96c
[PATCH] Implement git-checkout-cache -u to update stat information in the cache.
by Junio C Hamano
ยท 21 years ago
bf0f910
[PATCH] Kill a bunch of pointer sign warnings for gcc4
by Brian Gerst
ยท 21 years ago
7ab6f3d
Remove obsolete note about native CPU byte format
by Petr Baudis
ยท 21 years ago
dbbce55
Rename some more cache-related functions
by Brad Roberts
ยท 21 years ago
5d728c8
Rename cache_match_stat() to ce_match_stat()
by Brad Roberts
ยท 21 years ago
127cfd0
Cleanup the x-allocation functions
by Brad Roberts
ยท 21 years ago
a15c1c6
[PATCH 2/3] Support symlinks in git-ls-files --others.
by Junio C Hamano
ยท 21 years ago
f1a7eb3
Merge with http://members.cox.net/junkio/git-jc.git
by Petr Baudis
ยท 21 years ago
8835504
Mark the variable declarations in .h files as extern
by Petr Baudis
ยท 21 years ago
8ac069a
Introduce GIT_DIR environment variable.
by Junio C Hamano
ยท 21 years ago
d19938a
Rename environment variables.
by Junio C Hamano
ยท 21 years ago
192268c
Add git-update-cache --replace option.
by Junio C Hamano
ยท 21 years ago
ace1534
Introduce SHA1_FILE_DIRECTORIES to support multiple object databases.
by Junio C Hamano
ยท 21 years ago
bf60144
[PATCH] Remove unused sha1_file_directory variable.
by Junio C Hamano
ยท 21 years ago
ee26752
Revert bogus optimization that avoids index file writes
by Linus Torvalds
ยท 21 years ago
f80cd78
date.c: add "show_date()" function.
by Linus Torvalds
ยท 21 years ago
db823d4
Fix symlink handling
by Linus Torvalds
ยท 21 years ago
8ae0a8c
[PATCH] git and symlinks as tracked content
by Kay Sievers
ยท 21 years ago
aac1794
Improve sha1 object file writing.
by Linus Torvalds
ยท 21 years ago
74400e7
Add git-write-blob.
by Junio C Hamano
ยท 21 years ago
3c249c9
Add "get_sha1()" helper function.
by Linus Torvalds
ยท 21 years ago
b682969
[PATCH] compat: missing dirent.d_type field
by Edgar Toernig
ยท 21 years ago
9da3acf
[PATCH] compat: support pre-1.2 zlib
by Edgar Toernig
ยท 21 years ago
ecee9d9
[PATCH] Do date parsing by hand...
by Edgar Toernig
ยท 21 years ago
40469ee
[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1
by Junio C Hamano
ยท 21 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
ยท 21 years ago
f5b913c
Fix up the types in write_sha1_file
by Linus Torvalds
ยท 21 years ago
a44c9a5
Simplify "write_sha1_file()" interfaces
by Linus Torvalds
ยท 21 years ago
8237b18
[PATCH] Additional functions for the objects database
by Daniel Barkalow
ยท 21 years ago
b5af910
New "diff-cache" implementation.
by Linus Torvalds
ยท 21 years ago
94537c7
Move "read_tree()" to "tree.c" to be used as a generic helper function.
by Linus Torvalds
ยท 21 years ago
cef661f
Add support for alternate SHA1 library implementations.
by Linus Torvalds
ยท 21 years ago
bb233d6
Add support for a "GIT_INDEX_FILE" environment variable.
by Linus Torvalds
ยท 21 years ago
f4913f9
[PATCH] Accept commit in some places when tree is needed.
by Junio C Hamano
ยท 21 years ago
2dee060
Improve build: add <unistd.h> and use -O2 instead of -O3
by Linus Torvalds
ยท 21 years ago
ca9be05
Make the sha1 of the index file go at the very end of the file.
by Linus Torvalds
ยท 21 years ago
d98b46f
Do SHA1 hash _before_ compression.
by Linus Torvalds
ยท 21 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
ยท 21 years ago
aee4619
[PATCH] Add --stage to show-files for new stage dircache.
by Junio C Hamano
ยท 21 years ago
fcf712e
[PATCH] Byteorder fix for read-tree, new -m semantics version.
by Junio C Hamano
ยท 21 years ago
95fd5bf
Make cache entry comparison take the new "state" flag into account.
by Linus Torvalds
ยท 21 years ago
f5cabd1
Encode a few extra flags per index entry.
by Linus Torvalds
ยท 21 years ago
Next »