index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
index-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let 'git <command> -h' show usage without a git dir
Jonathan Nieder
2009-11-10
1
-0
/
+3
*
increase portability of NORETURN declarations
Erik Faye-Lund
2009-10-01
1
-2
/
+2
*
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-11
/
+10
|
\
|
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-11
/
+10
*
|
Fix various sparse warnings in the git source code
Linus Torvalds
2009-06-21
1
-1
/
+1
*
|
Fix big left-shifts of unsigned char
Linus Torvalds
2009-06-18
1
-3
/
+3
|
/
*
Merge branch 'jc/shared-literally'
Junio C Hamano
2009-04-06
1
-4
/
+3
|
\
|
*
Move chmod(foo, 0444) into move_temp_to_file()
Johan Herland
2009-03-28
1
-4
/
+3
*
|
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
2009-03-16
1
-1
/
+1
|
/
*
Merge branch 'jc/maint-1.6.0-pack-directory'
Junio C Hamano
2009-02-25
1
-11
/
+12
|
\
|
*
Make sure objects/pack exists before creating a new pack
Junio C Hamano
2009-02-25
1
-11
/
+12
*
|
Merge branch 'sp/runtime-prefix'
Junio C Hamano
2009-02-01
1
-0
/
+3
|
\
\
|
*
|
Add calls to git_extract_argv0_path() in programs that call git_config_*
Steffen Prohaska
2009-01-26
1
-0
/
+3
*
|
|
Merge branch 'lt/maint-wrap-zlib'
Junio C Hamano
2009-01-22
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Wrap inflate and other zlib routines for better error reporting
Linus Torvalds
2009-01-11
1
-6
/
+6
|
|
/
*
|
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
*
|
Merge branch 'np/pack-safer'
Junio C Hamano
2008-11-13
1
-1
/
+1
|
\
\
|
*
|
better validation on delta base object offsets
Nicolas Pitre
2008-11-03
1
-1
/
+1
*
|
|
Merge branch 'np/index-pack'
Junio C Hamano
2008-11-03
1
-82
/
+81
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
index-pack: don't leak leaf delta result
Nicolas Pitre
2008-10-24
1
-1
/
+3
|
*
|
fix multiple issues in index-pack
Nicolas Pitre
2008-10-21
1
-6
/
+5
|
*
|
index-pack: smarter memory usage during delta resolution
Nicolas Pitre
2008-10-18
1
-34
/
+39
|
*
|
index-pack: rationalize delta resolution code
Nicolas Pitre
2008-10-18
1
-65
/
+58
*
|
|
Merge branch 'maint'
Junio C Hamano
2008-10-21
1
-3
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
rehabilitate 'git index-pack' inside the object store
Nicolas Pitre
2008-10-21
1
-3
/
+19
*
|
|
Do not rename read-only files during a push
Petr Baudis
2008-10-18
1
-2
/
+3
|
|
/
|
/
|
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-10-10
1
-0
/
+1
|
\
|
|
*
fix pread()'s short read in index-pack
Nicolas Pitre
2008-10-10
1
-0
/
+1
*
|
Merge branch 'maint'
Shawn O. Pearce
2008-10-08
1
-1
/
+4
|
\
|
|
*
Do not use errno when pread() returns 0
Samuel Tardieu
2008-10-08
1
-1
/
+4
*
|
fix openssl headers conflicting with custom SHA1 implementations
Nicolas Pitre
2008-10-03
1
-4
/
+4
|
/
*
Do not perform cross-directory renames when creating packs
Petr Baudis
2008-09-22
1
-1
/
+1
*
index-pack: use fixup_pack_header_footer()'s validation mode
Nicolas Pitre
2008-08-30
1
-18
/
+25
*
improve reliability of fixup_pack_header_footer()
Nicolas Pitre
2008-08-30
1
-1
/
+2
*
index-pack: setup git repository
Nguyễn Thái Ngọc Duy
2008-08-27
1
-0
/
+2
*
Merge branch 'maint'
Junio C Hamano
2008-07-25
1
-0
/
+4
|
\
|
*
index-pack.c: correctly initialize appended objects
Björn Steinbrink
2008-07-25
1
-0
/
+4
*
|
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-1
/
+1
|
\
\
|
*
|
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
|
Merge branch 'sp/maint-index-pack'
Junio C Hamano
2008-07-17
1
-29
/
+113
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
index-pack: Honor core.deltaBaseCacheLimit when resolving deltas
Shawn O. Pearce
2008-07-15
1
-2
/
+46
|
*
index-pack: Track the object_entry that creates each base_data
Shawn O. Pearce
2008-07-15
1
-6
/
+12
|
*
index-pack: Chain the struct base_data on the stack for traversal
Shawn O. Pearce
2008-07-15
1
-3
/
+31
|
*
index-pack: Refactor base arguments of resolve_delta into a struct
Shawn O. Pearce
2008-07-15
1
-27
/
+33
*
|
Fix some warnings (on cygwin) to allow -Werror
Ramsay Jones
2008-07-06
1
-2
/
+4
|
/
*
Make pack creation always fsync() the result
Linus Torvalds
2008-05-31
1
-0
/
+1
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
index-pack: introduce checking mode
Martin Koegler
2008-02-29
1
-1
/
+87
*
Merge branch 'np/progress'
Junio C Hamano
2007-11-14
1
-7
/
+7
|
\
|
*
nicer display of thin pack completion
Nicolas Pitre
2007-11-09
1
-5
/
+5
[next]