Sign in
googlers
/
jrn
/
git
/
8d79589ad61132e038dd7312ab018c6d6518ead7
/
shallow.c
50492f7
pass constants as first argument to st_mult()
by René Scharfe
· 9 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
· 9 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
0692a6c
Merge branch 'rs/pop-commit'
by Junio C Hamano
· 9 years ago
433cc7e
Merge branch 'tk/sigchain-unnecessary-post-tempfile'
by Junio C Hamano
· 9 years ago
e510ab8
use pop_commit() for consuming the first entry of a struct commit_list
by René Scharfe
· 9 years ago
4b7c50a
shallow: remove unused #include "sigchain.h"
by Tobias Klauser
· 9 years ago
db86e61
Merge branch 'mh/tempfile'
by Junio C Hamano
· 10 years ago
f932729
memoize common git-path "constant" files
by Jeff King
· 10 years ago
6e122b4
setup_temporary_shallow(): use tempfile module
by Michael Haggerty
· 10 years ago
b4fb09e
lockfile: add accessor get_lock_file_path()
by Michael Haggerty
· 10 years ago
580b04e
shallow: rewrite functions to take object_id arguments
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
a916cb5
Merge branch 'bc/object-id'
by Junio C Hamano
· 10 years ago
7683e2e
commit: convert parts to struct object_id
by brian m. carlson
· 10 years ago
faf723a
Merge branch 'jk/blame-commit-label' into maint
by Junio C Hamano
· 10 years ago
c985aaf
Merge branch 'jc/unused-symbols'
by Junio C Hamano
· 10 years ago
092c4be
Merge branch 'jk/blame-commit-label'
by Junio C Hamano
· 10 years ago
167832c
shallow.c: make check_shallow_file_for_update() static
by Junio C Hamano
· 10 years ago
8c53f07
use xstrdup_or_null to replace ternary conditionals
by Jeff King
· 10 years ago
e4da4fb
Merge branch 'eb/no-pthreads'
by Junio C Hamano
· 10 years ago
0f4b6db
Handle atexit list internaly for unthreaded builds
by Etienne Buira
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
cf6950d
lockfile: change lock_file::filename into a strbuf
by Michael Haggerty
· 10 years ago
2756ca4
use REALLOC_ARRAY for changing the allocation size of arrays
by René Scharfe
· 11 years ago
6aa3085
trace: improve trace performance
by Karsten Blees
· 11 years ago
7839632
shallow: verify shallow file after taking lock
by Jeff King
· 11 years ago
0179c94
shallow: automatically clean up shallow tempfiles
by Jeff King
· 11 years ago
0cc77c3
shallow: use stat_validity to check for up-to-date file
by Jeff King
· 11 years ago
92251b1
Merge branch 'nd/shallow-clone'
by Junio C Hamano
· 11 years ago
feefdf6
shallow: remove unused code
by Ramsay Jones
· 11 years ago
eab3296
prune: clean .git/shallow after pruning objects
by Nguyễn Thái Ngọc Duy
· 11 years ago
0a1bc12
receive-pack: allow pushes that update .git/shallow
by Nguyễn Thái Ngọc Duy
· 11 years ago
069c053
add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses
by Nguyễn Thái Ngọc Duy
· 11 years ago
79d3a23
upload-pack: make sure deepening preserves shallow roots
by Nguyễn Thái Ngọc Duy
· 11 years ago
8e27738
shallow.c: steps 6 and 7 to select new commits for .git/shallow
by Nguyễn Thái Ngọc Duy
· 11 years ago
58babff
shallow.c: the 8 steps to select new commits for .git/shallow
by Nguyễn Thái Ngọc Duy
· 11 years ago
1a30f5a
shallow.c: extend setup_*_shallow() to accept extra shallow commits
by Nguyễn Thái Ngọc Duy
· 11 years ago
ad49136
make the sender advertise shallow commits to the receiver
by Nguyễn Thái Ngọc Duy
· 11 years ago
5bb6205
Merge branch 'jk/robustify-parse-commit'
by Junio C Hamano
· 11 years ago
367068e
use parse_commit_or_die instead of custom message
by Jeff King
· 11 years ago
08ea65a
shallow: add setup_temporary_shallow()
by Nguyễn Thái Ngọc Duy
· 12 years ago
6a3bbb4
shallow: only add shallow graft points to new shallow file
by Nguyễn Thái Ngọc Duy
· 12 years ago
3125fe5
move setup_alternate_shallow and write_shallow_commits to shallow.c
by Nguyễn Thái Ngọc Duy
· 12 years ago
4c72ee8
Merge branch 'mk/upload-pack-off-by-one-dead-code-removal'
by Junio C Hamano
· 12 years ago
4b79695
upload-pack: remove a piece of dead code
by Matthijs Kooijman
· 12 years ago
6035d6a
fetch-pack: prepare updated shallow file before fetching the pack
by Nguyễn Thái Ngọc Duy
· 12 years ago
682c7d2
upload-pack: fix off-by-one depth calculation in shallow clone
by Nguyễn Thái Ngọc Duy
· 12 years ago
3cd4745
object.h: Add OBJECT_ARRAY_INIT macro and make use of it.
by Thiago Farina
· 15 years ago
ee4f06c
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
dec38c8
check return value from parse_commit() in various functions
by Martin Koegler
· 17 years ago
affeef1
deref_tag: handle return value NULL
by Martin Koegler
· 17 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
f43117a
is_repository_shallow(): prototype fix.
by Junio C Hamano
· 18 years ago
d64d6c9
get_shallow_commits: Avoid memory leak if a commit has been reached already.
by Alexandre Julliard
· 18 years ago
abef3a1
Shallow clone: do not ignore shallowness when following tags
by Alexandre Julliard
· 18 years ago
f53514b
allow deepening of a shallow repository
by Johannes Schindelin
· 18 years ago
ed09aef
support fetching into a shallow repository
by Johannes Schindelin
· 18 years ago