index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pack-bitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
pack-bitmap[-write]: use `object_array_clear()`, don't leak
Martin Ågren
1
-7
/
+3
2017-08-23
pack: move open_pack_index(), parse_pack_index()
Jonathan Tan
1
-0
/
+1
2017-06-30
Merge branch 'jc/pack-bitmap-unaligned'
Junio C Hamano
1
-1
/
+1
2017-06-26
pack-bitmap: don't perform unaligned memory access
James Clarke
1
-1
/
+1
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-2
/
+2
2016-10-25
sha1_file: rename git_open_noatime() to git_open()
Lars Schneider
1
-1
/
+1
2016-02-12
list-objects: pass full pathname to callbacks
Jeff King
1
-9
/
+4
2016-02-12
list-objects: drop name_path entirely
Jeff King
1
-2
/
+2
2016-01-20
Merge branch 'jk/pack-revindex'
Junio C Hamano
1
-8
/
+5
2015-12-21
pack-revindex: store entries directly in packed_git
Jeff King
1
-8
/
+5
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-13
/
+13
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-4
/
+4
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-13
/
+13
2015-09-25
use strip_suffix and xstrfmt to replace suffix
Jeff King
1
-9
/
+4
2015-06-24
Merge branch 'es/osx-header-pollutes-mask-macro'
Junio C Hamano
1
-5
/
+5
2015-06-03
ewah: use less generic macro name
Jeff King
1
-5
/
+5
2015-06-01
Merge branch 'sb/test-bitmap-free-at-end'
Junio C Hamano
1
-1
/
+1
2015-05-26
Merge branch 'rs/plug-leak-in-pack-bitmaps'
Junio C Hamano
1
-5
/
+3
2015-05-22
test_bitmap_walk: free bitmap with bitmap_free
Jeff King
1
-1
/
+1
2015-05-19
pack-bitmaps: plug memory leak, fix allocation size for recent_bitmaps
René Scharfe
1
-5
/
+3
2015-05-05
Merge branch 'sb/test-bitmap-free-at-end'
Junio C Hamano
1
-0
/
+2
2015-04-12
pack-bitmap.c: fix a memleak
Stefan Beller
1
-0
/
+2
2015-02-11
Merge branch 'jc/unused-symbols'
Junio C Hamano
1
-14
/
+14
2015-02-11
Merge branch 'ak/typofixes'
Junio C Hamano
1
-1
/
+1
2015-01-21
pack-bitmap: fix typo
Alexander Kuleshov
1
-1
/
+1
2015-01-15
pack-bitmap.c: make pack_bitmap_filename() static
Junio C Hamano
1
-14
/
+14
2014-12-12
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-7
/
+15
2014-11-30
pack-bitmap: do not use gcc packed attribute
Karsten Blees
1
-7
/
+15
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
1
-4
/
+2
2014-04-04
add `ignore_missing_links` mode to revwalk
Vicent Marti
1
-0
/
+2
2013-12-30
pack-bitmap: implement optional name_hash cache
Vicent Marti
1
-0
/
+11
2013-12-30
pack-objects: implement bitmap writing
Vicent Marti
1
-0
/
+92
2013-12-30
pack-bitmap: add support for bitmap indexes
Vicent Marti
1
-0
/
+970
[prev]