projects
/
git.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[PATCH] Remove "delta" object representation.
[git.git]
/
cache.h
2005-06-27
Junio C Hamano
[PATCH] Remove "delta" object representation.
blob
|
commitdiff
2005-06-25
Junio C Hamano
[PATCH] Fix oversimplified optimization for add_cache_e...
blob
|
commitdiff
|
diff to current
2005-06-22
Linus Torvalds
Do a cross-project merge of Paul Mackerras' gitk visualizer
blob
|
commitdiff
|
diff to current
2005-06-08
Jason McMullan
[PATCH] Anal retentive 'const unsigned char *sha1'
blob
|
commitdiff
|
diff to current
2005-06-07
Daniel Barkalow
[PATCH] Operations on refs
blob
|
commitdiff
|
diff to current
2005-06-06
Linus Torvalds
Add "__noreturn__" attribute to die() and usage()
blob
|
commitdiff
|
diff to current
2005-06-06
Linus Torvalds
More work on merging with git-read-tree..
blob
|
commitdiff
|
diff to current
2005-06-06
Linus Torvalds
Make fiel checkout function available to the git library
blob
|
commitdiff
|
diff to current
2005-06-02
Junio C Hamano
[PATCH] Find size of SHA1 object without inflating...
blob
|
commitdiff
|
diff to current
2005-06-02
Junio C Hamano
[PATCH] Handle deltified object correctly in git-*...
blob
|
commitdiff
|
diff to current
2005-06-02
Linus Torvalds
Split up unpack_sha1_file() some more
blob
|
commitdiff
|
diff to current
2005-06-02
Linus Torvalds
Add "unpack_sha1_header()" helper function
blob
|
commitdiff
|
diff to current
2005-05-22
Linus Torvalds
Include file cleanups..
blob
|
commitdiff
|
diff to current
2005-05-20
Linus Torvalds
Introduce "base_name_compare()" helper function
blob
|
commitdiff
|
diff to current
2005-05-19
Junio C Hamano
[PATCH] Implement git-checkout-cache -u to update stat...
blob
|
commitdiff
|
diff to current
2005-05-18
Brian Gerst
[PATCH] Kill a bunch of pointer sign warnings for gcc4
blob
|
commitdiff
|
diff to current
2005-05-15
Petr Baudis
Remove obsolete note about native CPU byte format
blob
|
commitdiff
|
diff to current
2005-05-15
Brad Roberts
Rename some more cache-related functions
blob
|
commitdiff
|
diff to current
2005-05-15
Brad Roberts
Rename cache_match_stat() to ce_match_stat()
blob
|
commitdiff
|
diff to current
2005-05-15
Brad Roberts
Cleanup the x-allocation functions
blob
|
commitdiff
|
diff to current
2005-05-13
Junio C Hamano
[PATCH 2/3] Support symlinks in git-ls-files --others.
blob
|
commitdiff
|
diff to current
2005-05-11
Petr Baudis
Merge ... http://members.cox.net/junkio/git-jc.git
blob
|
commitdiff
|
diff to current
2005-05-10
Petr Baudis
Mark the variable declarations in .h files as extern
blob
|
commitdiff
|
diff to current
2005-05-10
Junio C Hamano
Introduce GIT_DIR environment variable.
blob
|
commitdiff
|
diff to current
2005-05-10
Junio C Hamano
Rename environment variables.
blob
|
commitdiff
|
diff to current
2005-05-08
Junio C Hamano
Add git-update-cache --replace option.
blob
|
commitdiff
|
diff to current
2005-05-07
Junio C Hamano
Introduce SHA1_FILE_DIRECTORIES to support multiple...
blob
|
commitdiff
|
diff to current
2005-05-07
Junio C Hamano
[PATCH] Remove unused sha1_file_directory variable.
blob
|
commitdiff
|
diff to current
2005-05-06
Linus Torvalds
Revert bogus optimization that avoids index file writes
blob
|
commitdiff
|
diff to current
2005-05-06
Linus Torvalds
date.c: add "show_date()" function.
blob
|
commitdiff
|
diff to current
2005-05-06
Linus Torvalds
Merge of http://members.cox.net/junkio/git-jc.git
blob
|
commitdiff
|
diff to current
2005-05-05
Linus Torvalds
Fix symlink handling
blob
|
commitdiff
|
diff to current
2005-05-05
Kay Sievers
[PATCH] git and symlinks as tracked content
blob
|
commitdiff
|
diff to current
2005-05-03
Linus Torvalds
Improve sha1 object file writing.
blob
|
commitdiff
|
diff to current
2005-05-03
Linus Torvalds
Automatic merge of /home/torvalds/junkio/.git/
blob
|
commitdiff
|
diff to current
2005-05-02
Junio C Hamano
Add git-write-blob.
blob
|
commitdiff
|
diff to current
2005-05-01
Linus Torvalds
Add "get_sha1()" helper function.
blob
|
commitdiff
|
diff to current
2005-04-30
Edgar Toernig
[PATCH] compat: missing dirent.d_type field
blob
|
commitdiff
|
diff to current
2005-04-30
Edgar Toernig
[PATCH] compat: support pre-1.2 zlib
blob
|
commitdiff
|
diff to current
2005-04-30
Edgar Toernig
[PATCH] Do date parsing by hand...
blob
|
commitdiff
|
diff to current
2005-04-28
Junio C Hamano
[PATCH] Rename and extend read_tree_with_tree_or_commit...
blob
|
commitdiff
|
diff to current
2005-04-26
Christopher Li
[PATCH] introduce xmalloc and xrealloc
blob
|
commitdiff
|
diff to current
2005-04-25
Linus Torvalds
Fix up the types in write_sha1_file
blob
|
commitdiff
|
diff to current
2005-04-25
Linus Torvalds
Simplify "write_sha1_file()" interfaces
blob
|
commitdiff
|
diff to current
2005-04-24
Daniel Barkalow
[PATCH] Additional functions for the objects database
blob
|
commitdiff
|
diff to current
2005-04-23
Linus Torvalds
New "diff-cache" implementation.
blob
|
commitdiff
|
diff to current
2005-04-22
Linus Torvalds
Move "read_tree()" to "tree.c" to be used as a generic...
blob
|
commitdiff
|
diff to current
2005-04-21
Linus Torvalds
Add support for alternate SHA1 library implementations.
blob
|
commitdiff
|
diff to current
2005-04-21
Linus Torvalds
Add support for a "GIT_INDEX_FILE" environment variable.
blob
|
commitdiff
|
diff to current
2005-04-21
Junio C Hamano
[PATCH] Accept commit in some places when tree is needed.
blob
|
commitdiff
|
diff to current
2005-04-20
Linus Torvalds
Improve build: add <unistd.h> and use -O2 instead of -O3
blob
|
commitdiff
|
diff to current
2005-04-20
Linus Torvalds
Make the sha1 of the index file go at the very end...
blob
|
commitdiff
|
diff to current
2005-04-20
Linus Torvalds
Do SHA1 hash _before_ compression.
blob
|
commitdiff
|
diff to current
2005-04-17
Linus Torvalds
Be much more liberal about the file mode bits.
blob
|
commitdiff
|
diff to current
2005-04-16
Junio C Hamano
[PATCH] Add --stage to show-files for new stage dircache.
blob
|
commitdiff
|
diff to current
2005-04-16
Junio C Hamano
[PATCH] Byteorder fix for read-tree, new -m semantics...
blob
|
commitdiff
|
diff to current
2005-04-16
Linus Torvalds
Make cache entry comparison take the new "state" flag...
blob
|
commitdiff
|
diff to current
2005-04-16
Linus Torvalds
Encode a few extra flags per index entry.
blob
|
commitdiff
|
diff to current
2005-04-15
Linus Torvalds
Convert the index file reading/writing to use network...
blob
|
commitdiff
|
diff to current
2005-04-13
Petr Baudis
[PATCH] Consolidate the error handling
blob
|
commitdiff
|
diff to current
2005-04-11
Linus Torvalds
Rename ".dircache" directory to ".git"
blob
|
commitdiff
|
diff to current
2005-04-10
Linus Torvalds
Add "-R" flag to "diff-tree", so that it will recursive...
blob
|
commitdiff
|
diff to current
2005-04-10
Linus Torvalds
Make "update-cache" a bit friendlier to use (and harder...
blob
|
commitdiff
|
diff to current
2005-04-10
Linus Torvalds
This implements the new "recursive tree" write-tree.
blob
|
commitdiff
|
diff to current
2005-04-09
Linus Torvalds
Export "cache_name_compare()" helper function.
blob
|
commitdiff
|
diff to current
2005-04-09
Linus Torvalds
Make "write_cache()" and friends available as generic...
blob
|
commitdiff
|
diff to current
2005-04-09
Linus Torvalds
Make the cache stat information comparator public.
blob
|
commitdiff
|
diff to current
2005-04-09
Linus Torvalds
Make "cache_name_pos()" available to others.
blob
|
commitdiff
|
diff to current
2005-04-09
Linus Torvalds
Fix missing return values and some error tests for...
blob
|
commitdiff
|
diff to current
2005-04-08
Linus Torvalds
Add "check_sha1_signature()" helper function
blob
|
commitdiff
|
diff to current
2005-04-08
Linus Torvalds
Factor out "read_sha1_file" into mapping/inflating...
blob
|
commitdiff
|
diff to current
2005-04-08
Linus Torvalds
Make "cat-file" output the file contents to stdout.
blob
|
commitdiff
|
diff to current
2005-04-07
Linus Torvalds
Initial revision of "git", the information manager...
blob
|
commitdiff
|
diff to current