Sign in
googlers
/
jrn
/
git
/
95ec6b1b3393eb6e26da40c565520a8db9796e9f
/
unpack-trees.c
e05336b
Merge branch 'bp/fsmonitor'
by Junio C Hamano
· 7 years ago
a98e610
refs: convert resolve_gitlink_ref to struct object_id
by brian m. carlson
· 7 years ago
1053fe8
Convert remaining callers of resolve_gitlink_ref to object_id
by brian m. carlson
· 7 years ago
883e248
fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files.
by Ben Peart
· 7 years ago
7fbbd3e
Merge branch 'ls/convert-filter-progress'
by Junio C Hamano
· 8 years ago
8e36002
Merge branch 'ma/up-to-date'
by Junio C Hamano
· 8 years ago
614ea03
Merge branch 'bw/submodule-config-cleanup'
by Junio C Hamano
· 8 years ago
52f1d62
convert: display progress for filtered objects that have been delayed
by Lars Schneider
· 8 years ago
d33a433
Merge branch 'jc/simplify-progress'
by Junio C Hamano
· 8 years ago
11bd956
Merge branch 'rs/object-id'
by Junio C Hamano
· 8 years ago
7560f54
treewide: correct several "up-to-date" to "up to date"
by Martin Ågren
· 8 years ago
5aa0b6c
Merge branch 'bw/grep-recurse-submodules'
by Junio C Hamano
· 8 years ago
8aade10
progress: simplify "delayed" progress API
by Junio C Hamano
· 8 years ago
5c377d3
tree-walk: convert fill_tree_descriptor() to object_id
by René Scharfe
· 8 years ago
51b8aec
Merge branch 'ls/filter-process-delayed'
by Junio C Hamano
· 8 years ago
3302871
unpack-trees: improve loading of .gitmodules
by Brandon Williams
· 8 years ago
7463e2e
unpack-trees: don't respect submodule.update
by Brandon Williams
· 8 years ago
4c0eeaf
cache.h: add GITMODULES_FILE macro
by Brandon Williams
· 8 years ago
2841e8f
convert: add "status=delayed" to filter process protocol
by Lars Schneider
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
fa0624f
Merge branch 'dt/unpack-save-untracked-cache-extension'
by Junio C Hamano
· 8 years ago
4eeed27
Merge branch 'bw/dir-c-stops-relying-on-the-index'
by Junio C Hamano
· 8 years ago
5f074ca
Merge branch 'sb/reset-recurse-submodules'
by Junio C Hamano
· 8 years ago
edf3b90
unpack-trees: preserve index extensions
by David Turner
· 8 years ago
2c1eb10
dir: convert read_directory to take an index
by Brandon Williams
· 8 years ago
a0bba65
dir: convert is_excluded to take an index
by Brandon Williams
· 8 years ago
473e393
dir: convert add_excludes to take an index
by Brandon Williams
· 8 years ago
fba92be
dir: convert is_excluded_from_list to take an index
by Brandon Williams
· 8 years ago
8868ba1
Merge branch 'jh/unpack-trees-micro-optim'
by Junio C Hamano
· 8 years ago
cd279e2
entry.c: submodule recursing: respect force flag correctly
by Stefan Beller
· 8 years ago
d12a8cf
unpack-trees: avoid duplicate ODB lookups during checkout
by Jeff Hostetler
· 8 years ago
6362ed0
unpack-trees.c: align submodule error message to the other error messages
by Stefan Beller
· 8 years ago
a7bc845
unpack-trees: check if we can perform the operation for submodules
by Stefan Beller
· 8 years ago
d6b1230
unpack-trees: pass old oid to verify_clean_submodule
by Stefan Beller
· 8 years ago
2243d22
Merge branch 'sb/unpack-trees-super-prefix'
by Junio C Hamano
· 8 years ago
3d41542
unpack-trees: support super-prefix option
by Stefan Beller
· 8 years ago
0c0e0fd
Merge branch 'sb/unpack-trees-cleanup'
by Junio C Hamano
· 8 years ago
384f1a1
unpack-trees: factor progress setup out of check_updates
by Stefan Beller
· 8 years ago
c4bfc77
unpack-trees: remove unneeded continue
by Stefan Beller
· 8 years ago
30ac275
unpack-trees: move checkout state into check_updates
by Stefan Beller
· 8 years ago
0f30315
Merge branch 'sb/unpack-trees-grammofix'
by Junio C Hamano
· 8 years ago
584f99c
unpack-trees: fix grammar for untracked files in directories
by Stefan Beller
· 8 years ago
68e3d62
introduce CHECKOUT_INIT
by René Scharfe
· 8 years ago
e9c6d3d
Merge branch 'rs/unpack-trees-reduce-file-scope-global'
by Junio C Hamano
· 8 years ago
4af9a7d
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
b56aa5b
unpack-trees: pass checkout state explicitly to check_updates()
by René Scharfe
· 8 years ago
a1c8044
unpack-trees: do not capitalize "working"
by Alex Henrie
· 9 years ago
99d1a98
cache: convert struct cache_entry to use struct object_id
by brian m. carlson
· 9 years ago
c2691e2
unpack-trees: fix English grammar in do-this-before-that messages
by Alex Henrie
· 9 years ago
40cfc95
Merge branch 'nd/error-errno'
by Junio C Hamano
· 9 years ago
e5e7a91
Merge branch 'va/i18n-misc-updates'
by Junio C Hamano
· 9 years ago
2e3926b
i18n: unpack-trees: avoid substituting only a verb in sentences
by Vasco Almeida
· 9 years ago
43c728e
unpack-trees.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
ed47fdf
i18n: unpack-trees: mark strings for translation
by Vasco Almeida
· 9 years ago
a672095
unpack-trees: fix accidentally quadratic behavior
by David Turner
· 9 years ago
d9c2bd5
do_compare_entry: use already-computed path
by David Turner
· 9 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 9 years ago
f0bc854
Sync with 2.5.2
by Junio C Hamano
· 10 years ago
3d3caf0
Sync with 2.4.9
by Junio C Hamano
· 10 years ago
8267cd1
Sync with 2.2.3
by Junio C Hamano
· 10 years ago
f514ef9
verify_absent: allow filenames longer than PATH_MAX
by Jeff King
· 10 years ago
8c9155e
Merge branch 'jk/git-path'
by Junio C Hamano
· 10 years ago
4f66e44
Merge branch 'as/sparse-checkout-removal' into maint
by Junio C Hamano
· 10 years ago
9ad8474
Merge branch 'dt/unpack-trees-cache-tree-revalidate'
by Junio C Hamano
· 10 years ago
fcd12db
prefer git_pathdup to git_path in some possibly-dangerous cases
by Jeff King
· 10 years ago
8348bf1
Merge branch 'as/sparse-checkout-removal'
by Junio C Hamano
· 10 years ago
52fca21
unpack-trees: populate cache-tree on successful merge
by Brian Degenhardt
· 10 years ago
7d78241
unpack-trees: don't update files with CE_WT_REMOVE set
by David Turner
· 10 years ago
e931371
untracked cache: invalidate at index addition or removal
by Nguyễn Thái Ngọc Duy
· 10 years ago
3f15098
Sync with v2.2.1
by Junio C Hamano
· 10 years ago
58f1d95
Sync with v2.0.5
by Junio C Hamano
· 10 years ago
5e519fb
Sync with v1.9.5
by Junio C Hamano
· 10 years ago
6898b79
Sync with v1.8.5.6
by Junio C Hamano
· 10 years ago
2aa9100
Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5
by Junio C Hamano
· 10 years ago
4616918
unpack-trees: propagate errors adding entries to the index
by Jeff King
· 10 years ago
c09988a
Merge branch 'jc/unpack-trees-plug-leak'
by Junio C Hamano
· 10 years ago
a16cc8b
unpack_trees: plug leakage of o->result
by Junio C Hamano
· 10 years ago
a28e876
Merge branch 'jn/unpack-trees-checkout-m-carry-deletion' into maint
by Junio C Hamano
· 10 years ago
f28763d
Merge branch 'jn/unpack-trees-checkout-m-carry-deletion'
by Junio C Hamano
· 11 years ago
6a143aa
checkout -m: attempt merge when deletion of path was staged
by Jonathan Nieder
· 11 years ago
6c1db1b
unpack-trees: use 'cuddled' style for if-else cascade
by Jonathan Nieder
· 11 years ago
0ecd180
unpack-trees: simplify 'all other failures' case
by Stefan Beller
· 11 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
· 11 years ago
ccdd4a0
cleanup duplicate name_compare() functions
by Jeremiah Mahler
· 11 years ago
fa3f60b
use xstrfmt in favor of manual size calculations
by Jeff King
· 11 years ago
078a58e
read-cache: mark updated entries for split index
by Nguyễn Thái Ngọc Duy
· 11 years ago
5fc2fc8
read-cache: split-index mode
by Nguyễn Thái Ngọc Duy
· 11 years ago
e93021b
read-cache: save index SHA-1 after reading
by Nguyễn Thái Ngọc Duy
· 11 years ago
d4a2024
entry.c: update cache_changed if refresh_cache is set in checkout_entry()
by Nguyễn Thái Ngọc Duy
· 11 years ago
a5400ef
cache-tree: mark istate->cache_changed on cache tree invalidation
by Nguyễn Thái Ngọc Duy
· 11 years ago
a5c446f
unpack-trees: be specific what part of the index has changed
by Nguyễn Thái Ngọc Duy
· 11 years ago
0963008
Merge branch 'nd/i18n-progress'
by Junio C Hamano
· 11 years ago
d637d1b
Merge branch 'kb/fast-hashmap'
by Junio C Hamano
· 11 years ago
754dbc4
i18n: mark all progress lines for translation
by Nguyễn Thái Ngọc Duy
· 11 years ago
4766036
Merge branch 'jk/two-way-merge-corner-case-fix' into maint
by Junio C Hamano
· 11 years ago
fc2b621
Prevent buffer overflows when path is too long
by Antoine Pelisse
· 11 years ago
3979580
Merge branch 'jk/two-way-merge-corner-case-fix'
by Junio C Hamano
· 11 years ago
Next »