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
/
sha1_file.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-03
Merge branch 'jc/verify-loose-object-header'
Junio C Hamano
1
-2
/
+24
2016-09-26
unpack_sha1_header(): detect malformed object header
Junio C Hamano
1
-2
/
+24
2016-09-21
Merge branch 'rs/pack-sort-with-llist-mergesort'
Junio C Hamano
1
-24
/
+15
2016-09-21
Merge branch 'jk/delta-base-cache'
Junio C Hamano
1
-2
/
+2
2016-09-13
sha1_file: use llist_mergesort() for sorting packs
René Scharfe
1
-24
/
+15
2016-09-12
Merge branch 'jk/diff-submodule-diff-inline'
Junio C Hamano
1
-0
/
+6
2016-09-12
add_delta_base_cache: use list_for_each_safe
Jeff King
1
-2
/
+2
2016-09-08
Merge branch 'sb/submodule-clone-rr'
Junio C Hamano
1
-0
/
+76
2016-08-31
cache: add empty_tree_oid object and helper function
Jacob Keller
1
-0
/
+6
2016-08-23
delta_base_cache: use hashmap.h
Jeff King
1
-34
/
+60
2016-08-23
delta_base_cache: drop special treatment of blobs
Jeff King
1
-8
/
+0
2016-08-23
delta_base_cache: use list.h for LRU
Jeff King
1
-22
/
+16
2016-08-23
release_delta_base_cache: reuse existing detach function
Jeff King
1
-4
/
+1
2016-08-23
clear_delta_base_cache_entry: use a more descriptive name
Jeff King
1
-2
/
+7
2016-08-23
cache_or_unpack_entry: drop keep_cache parameter
Jeff King
1
-10
/
+3
2016-08-15
clone: factor out checking for an alternate path
Stefan Beller
1
-0
/
+76
2016-08-12
Merge branch 'vs/typofix'
Junio C Hamano
1
-1
/
+1
2016-08-11
Spelling fixes
Ville Skyttä
1
-1
/
+1
2016-08-10
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
1
-2
/
+2
2016-08-08
Merge branch 'jk/pack-objects-optim'
Junio C Hamano
1
-48
/
+18
2016-07-29
find_pack_entry: replace last_found_pack with MRU cache
Jeff King
1
-18
/
+18
2016-07-29
sha1_file: drop free_pack_by_name
Jeff King
1
-30
/
+0
2016-07-28
Merge branch 'nd/pack-ofs-4gb-limit'
Junio C Hamano
1
-1
/
+1
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
1
-2
/
+2
2016-07-12
pack-objects: pass length to check_pack_crc() without truncation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-1
/
+1
2016-05-09
sha1_file.c: use {error,die,warning}_errno()
Nguyễn Thái Ngọc Duy
1
-19
/
+13
2016-04-22
dir.c: rename str(n)cmp_icase to fspath(n)cmp
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-03-04
Merge branch 'jk/pack-idx-corruption-safety'
Junio C Hamano
1
-0
/
+17
2016-02-27
sha1_file.c: mark strings for translation
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-02-26
Merge branch 'jk/tighten-alloc'
Junio C Hamano
1
-11
/
+13
2016-02-25
use_pack: handle signed off_t overflow
Jeff King
1
-0
/
+2
2016-02-25
nth_packed_object_offset: bounds-check extended offset
Jeff King
1
-0
/
+15
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-9
/
+11
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-2
/
+2
2016-01-15
clone/sha1_file: read info/alternates with strbuf_getline()
Junio C Hamano
1
-1
/
+1
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
2015-12-21
Merge branch 'bc/format-patch-null-from-line'
Junio C Hamano
1
-0
/
+1
2015-12-15
Merge branch 'jk/prune-mtime'
Junio C Hamano
1
-2
/
+2
2015-12-14
sha1_file.c: introduce a null_oid constant
brian m. carlson
1
-0
/
+1
2015-11-20
sha1_file: introduce has_object_file helper.
brian m. carlson
1
-0
/
+5
2015-11-20
Merge branch 'dk/gc-idx-wo-pack'
Jeff King
1
-17
/
+6
2015-10-30
Merge branch 'js/misc-fixes'
Junio C Hamano
1
-1
/
+1
2015-10-26
Silence GCC's "cast of pointer to integer of a different size" warning
Johannes Schindelin
1
-1
/
+1
2015-10-20
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
1
-67
/
+59
2015-10-15
Merge branch 'js/clone-dissociate'
Junio C Hamano
1
-22
/
+37
2015-10-07
sha1_file.c: add a function to release all packs
Johannes Schindelin
1
-3
/
+20
2015-10-05
sha1_file: consolidate code to close a pack's file descriptor
Johannes Schindelin
1
-20
/
+18
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
1
-2
/
+3
2015-10-05
write_loose_object: convert to strbuf
Jeff King
1
-20
/
+22
[next]