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
/
shallow.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-21
Merge branch 'nd/shallow-fixup'
Junio C Hamano
1
-19
/
+20
2016-12-07
shallow.c: remove useless code
Nguyễn Thái Ngọc Duy
1
-4
/
+0
2016-12-07
shallow.c: bit manipulation tweaks
Rasmus Villemoes
1
-4
/
+4
2016-12-07
shallow.c: avoid theoretical pointer wrap-around
Rasmus Villemoes
1
-1
/
+1
2016-12-07
shallow.c: make paint_alloc slightly more robust
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2016-12-07
shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2016-12-07
shallow.c: rename fields in paint_info to better express their purposes
Nguyễn Thái Ngọc Duy
1
-9
/
+9
2016-10-31
Merge branch 'ls/filter-process'
Junio C Hamano
1
-1
/
+1
2016-10-17
pkt-line: rename packet_write() to packet_write_fmt()
Lars Schneider
1
-1
/
+1
2016-10-10
Merge branch 'nd/shallow-deepen'
Junio C Hamano
1
-0
/
+78
2016-08-01
pass constants as first argument to st_mult()
René Scharfe
1
-1
/
+1
2016-06-13
shallow.c: implement a generic shallow boundary finder based on rev-list
Nguyễn Thái Ngọc Duy
1
-0
/
+78
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
1
-1
/
+1
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
1
-3
/
+3
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-2
/
+2
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-1
/
+1
2015-10-30
Merge branch 'rs/pop-commit'
Junio C Hamano
1
-5
/
+1
2015-10-29
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
Junio C Hamano
1
-1
/
+0
2015-10-26
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
1
-5
/
+1
2015-10-22
shallow: remove unused #include "sigchain.h"
Tobias Klauser
1
-1
/
+0
2015-08-25
Merge branch 'mh/tempfile'
Junio C Hamano
1
-31
/
+10
2015-08-10
memoize common git-path "constant" files
Jeff King
1
-5
/
+5
2015-08-10
setup_temporary_shallow(): use tempfile module
Michael Haggerty
1
-28
/
+7
2015-08-10
lockfile: add accessor get_lock_file_path()
Michael Haggerty
1
-3
/
+3
2015-05-25
shallow: rewrite functions to take object_id arguments
Michael Haggerty
1
-18
/
+11
2015-05-25
each_ref_fn: change to take an object_id parameter
Michael Haggerty
1
-6
/
+13
2015-05-05
Merge branch 'bc/object-id'
Junio C Hamano
1
-4
/
+4
2015-03-13
commit: convert parts to struct object_id
brian m. carlson
1
-4
/
+4
2015-02-24
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
1
-1
/
+1
2015-02-11
Merge branch 'jc/unused-symbols'
Junio C Hamano
1
-1
/
+1
2015-02-11
Merge branch 'jk/blame-commit-label'
Junio C Hamano
1
-1
/
+1
2015-01-15
shallow.c: make check_shallow_file_for_update() static
Junio C Hamano
1
-1
/
+1
2015-01-13
use xstrdup_or_null to replace ternary conditionals
Jeff King
1
-1
/
+1
2014-10-24
Merge branch 'eb/no-pthreads'
Junio C Hamano
1
-5
/
+2
2014-10-19
Handle atexit list internaly for unthreaded builds
Etienne Buira
1
-5
/
+2
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
1
-0
/
+1
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
1
-3
/
+3
2014-09-18
use REALLOC_ARRAY for changing the allocation size of arrays
René Scharfe
1
-2
/
+1
2014-07-13
trace: improve trace performance
Karsten Blees
1
-5
/
+5
2014-03-17
shallow: verify shallow file after taking lock
Jeff King
1
-2
/
+2
2014-02-27
shallow: automatically clean up shallow tempfiles
Jeff King
1
-7
/
+34
2014-02-27
shallow: use stat_validity to check for up-to-date file
Jeff King
1
-17
/
+7
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-7
/
+462
2014-01-06
shallow: remove unused code
Ramsay Jones
1
-16
/
+0
2013-12-10
prune: clean .git/shallow after pruning objects
Nguyễn Thái Ngọc Duy
1
-2
/
+53
2013-12-10
receive-pack: allow pushes that update .git/shallow
Nguyễn Thái Ngọc Duy
1
-0
/
+23
2013-12-10
add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses
Nguyễn Thái Ngọc Duy
1
-1
/
+3
2013-12-10
upload-pack: make sure deepening preserves shallow roots
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2013-12-10
shallow.c: steps 6 and 7 to select new commits for .git/shallow
Nguyễn Thái Ngọc Duy
1
-0
/
+294
[prev]
[next]