index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire support for old environment variables.
Junio C Hamano
2005-09-09
1
-5
/
+5
*
[PATCH] Possible cleanups for local-pull.c
Peter Hagervall
2005-09-04
1
-1
/
+1
*
Fix ?: statements.
Jason Riedy
2005-08-24
1
-1
/
+4
*
Use LF and allow comments in objects/info/alternates file.
Junio C Hamano
2005-08-17
1
-11
/
+15
*
[PATCH] Add function to read an index file from an arbitrary filename.
Daniel Barkalow
2005-08-16
1
-2
/
+8
*
Alternate object pool mechanism updates.
Junio C Hamano
2005-08-15
1
-65
/
+81
*
[PATCH] Warning fix for gcc 4
Pavel Roskin
2005-08-10
1
-1
/
+1
*
[PATCH] Plug memory leak in write_sha1_to_fd()
Sergey Vlasov
2005-08-09
1
-2
/
+12
*
[PATCH] Plug memory leak in read_object_with_reference()
Sergey Vlasov
2005-08-09
1
-0
/
+1
*
Update get_sha1() to grok extended format.
Junio C Hamano
2005-08-05
1
-39
/
+0
*
[PATCH] Parallelize pulling by ssh
barkalow@iabervon.org
2005-08-03
1
-15
/
+22
*
[PATCH] Functions for managing the set of packs the library is using (whitesp...
barkalow@iabervon.org
2005-08-01
1
-1
/
+122
*
Teach parse_commit_buffer about grafting.
Junio C Hamano
2005-07-31
1
-1
/
+12
*
[PATCH] mmap error handling
Pavel Roskin
2005-07-30
1
-2
/
+2
*
[PATCH] Check packs and then files.
Junio C Hamano
2005-07-11
1
-3
/
+6
*
Avoid signedness warnings in sha1_file.c
Linus Torvalds
2005-07-11
1
-2
/
+2
*
[PATCH] Remove map_sha1_file
Daniel Barkalow
2005-07-11
1
-14
/
+4
*
[PATCH] write_sha1_to_fd()
Daniel Barkalow
2005-07-11
1
-0
/
+59
*
[PATCH] Expose object ID computation functions.
Bryan Larsen
2005-07-09
1
-8
/
+17
*
Add "mkpath()" helper function
Linus Torvalds
2005-07-09
1
-28
/
+0
*
[PATCH] clone-pack.c:write_one_ref() - Create leading directories.
Junio C Hamano
2005-07-06
1
-0
/
+19
*
[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak
Junio C Hamano
2005-07-06
1
-0
/
+1
*
Fix up path-cleanup in git_path() properly
Linus Torvalds
2005-07-06
1
-4
/
+10
*
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
2005-07-05
1
-5
/
+23
*
Add "has_sha1_pack()" function to query whether the object is available in a ...
Linus Torvalds
2005-07-03
1
-0
/
+6
*
Fix sparse warnings.
Linus Torvalds
2005-07-03
1
-1
/
+1
*
Avoid gcc warnings in sha1_file.c
Linus Torvalds
2005-07-03
1
-4
/
+4
*
[PATCH] Show more details of packfile with verify-pack -v.
Junio C Hamano
2005-07-01
1
-0
/
+51
*
[PATCH] verify-pack updates.
Junio C Hamano
2005-07-01
1
-22
/
+44
*
[PATCH] Avoid unnecessarily inflating and interpreting delta
Junio C Hamano
2005-07-01
1
-37
/
+42
*
[PATCH] Add git-verify-pack command.
Junio C Hamano
2005-06-29
1
-16
/
+50
*
[PATCH] Fixlets on top of Nico's clean-up.
Junio C Hamano
2005-06-29
1
-7
/
+4
*
[PATCH] assorted delta code cleanup
Nicolas Pitre
2005-06-29
1
-18
/
+3
*
Fix packed_delta_info() that was broken by the delta header packing change
Linus Torvalds
2005-06-29
1
-20
/
+18
*
Make git pack files use little-endian size encoding
Linus Torvalds
2005-06-29
1
-1
/
+4
*
Merge fighting fsck-cache updates from Junio
Linus Torvalds
2005-06-29
1
-19
/
+24
|
\
|
*
[PATCH] Expose packed_git and alt_odb.
Junio C Hamano
2005-06-29
1
-19
/
+24
*
|
[PATCH] Bugfix: initialize pack_base to NULL.
Junio C Hamano
2005-06-29
1
-0
/
+1
*
|
Change pack file format. Hopefully for the last time.
Linus Torvalds
2005-06-28
1
-27
/
+48
|
/
*
Teach packing about "tag" objects
Linus Torvalds
2005-06-28
1
-0
/
+6
*
[PATCH] Obtain sha1_file_info() for deltified pack entry properly.
Junio C Hamano
2005-06-28
1
-4
/
+69
*
[PATCH] Skip writing out sha1 files for objects in packed git.
Junio C Hamano
2005-06-28
1
-12
/
+27
*
[PATCH] Teach read_sha1_file() and friends about packed git object store.
Junio C Hamano
2005-06-28
1
-10
/
+412
*
[PATCH] Enhance sha1_file_size() into sha1_object_info()
Junio C Hamano
2005-06-28
1
-7
/
+9
*
[PATCH] Remove "delta" object representation.
Junio C Hamano
2005-06-28
1
-85
/
+3
*
[PATCH] Fix several gcc4 signedness warnings
Mika Kukkonen
2005-06-21
1
-2
/
+2
*
[PATCH] Anal retentive 'const unsigned char *sha1'
Jason McMullan
2005-06-08
1
-1
/
+1
*
[PATCH] Operations on refs
Daniel Barkalow
2005-06-07
1
-1
/
+10
*
[PATCH] Find size of SHA1 object without inflating everything.
Junio C Hamano
2005-06-03
1
-0
/
+60
*
[PATCH] Handle deltified object correctly in git-*-pull family.
Junio C Hamano
2005-06-03
1
-0
/
+31
[next]