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
2014-07-10
Merge branch 'rs/fix-alt-odb-path-comparison'
Junio C Hamano
1
-1
/
+2
2014-07-01
sha1_file: avoid overrunning alternate object base string
René Scharfe
1
-1
/
+2
2014-06-16
Merge branch 'jk/report-fail-to-read-objects-better'
Junio C Hamano
1
-1
/
+5
2014-05-15
open_sha1_file: report "most interesting" errno
Jeff King
1
-1
/
+5
2014-04-08
Merge branch 'jl/nor-or-nand-and'
Junio C Hamano
1
-2
/
+2
2014-03-31
code and test: fix misuses of "nor"
Justin Lebar
1
-1
/
+1
2014-03-31
comments: fix misuses of "nor"
Justin Lebar
1
-1
/
+1
2014-03-18
Merge branch 'dd/use-alloc-grow'
Junio C Hamano
1
-6
/
+1
2014-03-18
Merge branch 'nd/sha1-file-delta-stack-leakage-fix'
Junio C Hamano
1
-0
/
+4
2014-03-14
Merge branch 'mh/object-code-cleanup'
Junio C Hamano
1
-30
/
+36
2014-03-03
sha1_file.c: use ALLOC_GROW() in pretend_sha1_file()
Dmitry S. Dolzhenko
1
-6
/
+1
2014-02-27
Merge branch 'jk/pack-bitmap'
Junio C Hamano
1
-4
/
+2
2014-02-24
sha1_file.c: document a bunch of functions defined in the file
Michael Haggerty
1
-11
/
+15
2014-02-24
sha1_file_name(): declare to return a const string
Michael Haggerty
1
-15
/
+9
2014-02-24
find_pack_entry(): document last_found_pack
Michael Haggerty
1
-4
/
+12
2014-02-24
sha1_file: fix delta_stack memory leak in unpack_entry
Nguyễn Thái Ngọc Duy
1
-0
/
+4
2014-01-27
Merge branch 'ss/safe-create-leading-dir-with-slash'
Junio C Hamano
1
-4
/
+8
2014-01-27
Merge branch 'mh/safe-create-leading-directories'
Junio C Hamano
1
-29
/
+38
2014-01-22
safe_create_leading_directories(): on Windows, \ can separate path components
Michael Haggerty
1
-4
/
+8
2014-01-16
do not discard revindex when re-preparing packfiles
Jeff King
1
-1
/
+0
2014-01-10
Merge branch 'jk/oi-delta-base'
Junio C Hamano
1
-0
/
+53
2014-01-10
Merge branch 'jh/rlimit-nofile-fallback'
Junio C Hamano
1
-7
/
+30
2014-01-10
Merge branch 'cc/replace-object-info'
Junio C Hamano
1
-10
/
+10
2014-01-06
safe_create_leading_directories(): add new error value SCLD_VANISHED
Michael Haggerty
1
-0
/
+11
2014-01-06
safe_create_leading_directories(): introduce enum for return values
Michael Haggerty
1
-8
/
+8
2014-01-06
safe_create_leading_directories(): always restore slash at end of loop
Michael Haggerty
1
-13
/
+9
2014-01-06
safe_create_leading_directories(): split on first of multiple slashes
Michael Haggerty
1
-2
/
+3
2014-01-06
safe_create_leading_directories(): rename local variable
Michael Haggerty
1
-5
/
+5
2014-01-06
safe_create_leading_directories(): add explicit "slash" pointer
Michael Haggerty
1
-9
/
+11
2014-01-06
safe_create_leading_directories(): reduce scope of local variable
Michael Haggerty
1
-1
/
+2
2014-01-06
safe_create_leading_directories(): fix format of "if" chaining
Michael Haggerty
1
-4
/
+2
2013-12-30
count-objects: recognize .bitmap in garbage-checking
Nguyễn Thái Ngọc Duy
1
-0
/
+1
2013-12-26
sha1_object_info_extended: provide delta base sha1s
Jeff King
1
-0
/
+53
2013-12-18
get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure
Junio C Hamano
1
-7
/
+30
2013-12-17
Merge branch 'jh/loose-object-dirs-creation-race' into maint
Junio C Hamano
1
-1
/
+3
2013-12-17
Merge branch 'sb/sha1-loose-object-info-check-existence' into maint
Junio C Hamano
1
-6
/
+9
2013-12-12
sha1_file: perform object replacement in sha1_object_info_extended()
Christian Couder
1
-6
/
+7
2013-12-12
sha1_object_info_extended(): add an "unsigned flags" parameter
Christian Couder
1
-3
/
+3
2013-12-12
sha1_file.c: add lookup_replace_object_extended() to pass flags
Christian Couder
1
-2
/
+1
2013-12-12
rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT
Christian Couder
1
-1
/
+1
2013-12-06
Merge branch 'jk/remove-experimental-loose-object-support'
Junio C Hamano
1
-74
/
+0
2013-12-05
Merge branch 'sb/sha1-loose-object-info-check-existence'
Junio C Hamano
1
-6
/
+9
2013-12-05
Merge branch 'jh/loose-object-dirs-creation-race'
Junio C Hamano
1
-1
/
+3
2013-11-21
drop support for "experimental" loose objects
Jeff King
1
-74
/
+0
2013-11-06
sha1_loose_object_info(): do not return success on missing object
Junio C Hamano
1
-6
/
+9
2013-10-28
Sync with v1.8.4.2
Junio C Hamano
1
-1
/
+1
2013-10-28
sha1_file.c:create_tmpfile(): Fix race when creating loose object dirs
Johan Herland
1
-1
/
+3
2013-10-28
sha1_file: move comment about return value where it belongs
Christian Couder
1
-1
/
+1
2013-10-24
sha1_file: export `git_open_noatime`
Vicent Marti
1
-3
/
+1
2013-09-24
Merge branch 'nd/unpack-entry-optim-in-pack-objects'
Jonathan Nieder
1
-10
/
+10
[next]