Sign in
googlers
/
jrn
/
git
/
ae5b370c9bbc161c68059cea7d9f7eb5b556e050
/
builtin-read-tree.c
026680f
Merge branch 'jc/fix-tree-walk'
by Junio C Hamano
· 15 years ago
6751e04
Merge branch 'jc/cache-unmerge'
by Junio C Hamano
· 15 years ago
73d6632
Merge branch 'nd/sparse'
by Junio C Hamano
· 15 years ago
ba655da
read-tree --debug-unpack
by Junio C Hamano
· 15 years ago
cfc5789
resolve-undo: record resolved conflicts in a new index extension section
by Junio C Hamano
· 15 years ago
99caeed
Let 'git <command> -h' show usage without a git dir
by Jonathan Nieder
· 15 years ago
a5d07d0
read-tree: add --no-sparse-checkout to disable sparse checkout support
by Nguyễn Thái Ngọc Duy
· 16 years ago
db137fe
read-tree: Fix regression with creation of a new index file.
by Alexandre Julliard
· 16 years ago
5a56da5
read-tree: migrate to parse-options
by Stephen Boyd
· 16 years ago
a429d2d
read-tree: convert unhelpful usage()'s to helpful die()'s
by Stephen Boyd
· 16 years ago
ea0b767
Merge branch 'jc/maint-read-tree-multi'
by Junio C Hamano
· 16 years ago
456156d
read-tree -m A B: prime cache-tree from the switched-to tree
by Junio C Hamano
· 16 years ago
b9d37a5
Move prime_cache_tree() to cache-tree.c
by Junio C Hamano
· 16 years ago
8cc21ce
read-tree A B: do not corrupt cache-tree
by Junio C Hamano
· 16 years ago
7c4c97c
Turn the flags in struct dir_struct into a single variable
by Johannes Schindelin
· 16 years ago
fa7b3c2
checkout: Fix "initial checkout" detection
by Junio C Hamano
· 16 years ago
2ba3d5d
Merge branch 'jc/maint-checkout-keep-remove' into maint
by Junio C Hamano
· 16 years ago
f18d244
Start conforming code to "git subcmd" style part 3
by Heikki Orsila
· 16 years ago
5521883
checkout: do not lose staged removal
by Junio C Hamano
· 16 years ago
b6469a8
read-tree: setup worktree if merge is required
by Nguyễn Thái Ngọc Duy
· 17 years ago
e46bbcf
Move read_cache_unmerged() to read-cache.c
by Miklos Vajna
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
96872bc
Move name hashing functions into a file of its own
by Linus Torvalds
· 17 years ago
ca885a4
read-tree() and unpack_trees(): use consistent limit
by Junio C Hamano
· 17 years ago
34110cd
Make 'unpack_trees()' have a separate source and destination index
by Linus Torvalds
· 17 years ago
bc052d7
Make 'unpack_trees()' take the index to work on as an argument
by Linus Torvalds
· 17 years ago
5a4d707
Merge branch 'db/checkout'
by Junio C Hamano
· 17 years ago
d070e3a
Name hash fixups: export (and rename) remove_hash_entry
by Linus Torvalds
· 17 years ago
f5ed3b3
git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()
by Junio C Hamano
· 17 years ago
203a2fe
Allow callers of unpack_trees() to handle failure
by Daniel Barkalow
· 17 years ago
7a51ed6
Make on-disk index representation separate from in-core one
by Linus Torvalds
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
a9ab200
Clean-up read-tree error condition.
by Junio C Hamano
· 18 years ago
f34f2b0
Fix read-tree merging more than 3 trees using 3-way merge
by Junio C Hamano
· 18 years ago
933bf40
Start moving unpack-trees to "struct tree_desc"
by Linus Torvalds
· 18 years ago
d825a97
read-tree: remove unnecessary call to setup_git_directory()
by Johannes Schindelin
· 18 years ago
6da0878
Document git read-tree --trivial
by Jakub Narebski
· 18 years ago
640ee0d
Merge branch 'jc/read-tree-df' (early part)
by Junio C Hamano
· 18 years ago
2960a1d
Fix read-tree --prefix=dir/.
by Junio C Hamano
· 18 years ago
5e7f56a
git-read-tree --index-output=<file>
by Junio C Hamano
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
aa4cfa8
read-tree: use xcalloc
by James Bowes
· 18 years ago
6fda5e5
Initialize tree descriptors with a helper function rather than by hand.
by Linus Torvalds
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
22f741d
read-tree: document --exclude-per-directory
by Junio C Hamano
· 18 years ago
f8a9d42
read-tree: further loosen "working file will be lost" check.
by Junio C Hamano
· 18 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
96f1e58
remove unnecessary initializations
by David Rientjes
· 19 years ago
eb45415
Merge branch 'js/read-tree'
by Junio C Hamano
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
a91af79
read-tree: shadowed variable fix.
by Junio C Hamano
· 19 years ago
076b0ad
read-tree: move merge functions to the library
by Johannes Schindelin
· 19 years ago
16da134
read-trees: refactor the unpack_trees() part
by Johannes Schindelin
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
f8f0b1f
checkout -f failed to check out a file if an existing directory interfered.
by Junio C Hamano
· 19 years ago
344c52a
Avoid C99 initializers
by Shawn Pearce
· 19 years ago
6244b24
Close the index file between writing and committing
by Johannes Schindelin
· 19 years ago
571ea60
Don't use empty structure initializers.
by Florian Forster
· 19 years ago
75c3a5c
Merge branch 'jc/rw-prefix'
by Junio C Hamano
· 19 years ago
021b6e4
Make index file locking code reusable to others.
by Junio C Hamano
· 19 years ago
eff97e3
read-tree: fix eye-candy.
by Linus Torvalds
· 19 years ago
16a4c6e
Merge branch 'lt/tree-2'
by Junio C Hamano
· 19 years ago
b0d6e64
read-tree --reset: update working tree file for conflicted paths.
by Junio C Hamano
· 19 years ago
4c068a9
tree_entry(): new tree-walking helper function
by Linus Torvalds
· 19 years ago
15b5536
Remove last vestiges of generic tree_entry_list
by Linus Torvalds
· 19 years ago
2d9c58c
Remove "tree->entries" tree-entry list from tree parser
by Linus Torvalds
· 19 years ago
1ccf5a3
builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()
by Linus Torvalds
· 19 years ago
3a7c352
Make "tree_entry" have a SHA1 instead of a union of object pointers
by Linus Torvalds
· 19 years ago
136f2e5
Make "struct tree" contain the pointer to the tree buffer
by Linus Torvalds
· 19 years ago
3f69d40
Merge branch 'jc/cache-tree'
by Junio C Hamano
· 19 years ago
d147e50
Builtin git-read-tree.
by Peter Eriksen
· 19 years ago
[Renamed (99%) from read-tree.c]
d6970e4
read-tree: reorganize bind_merge code.
by Junio C Hamano
· 19 years ago
fcc387d
read-tree -m -u: do not overwrite or remove untracked working tree files.
by Junio C Hamano
· 19 years ago
6d6776c
read-tree --reset -u fix.
by Linus Torvalds
· 19 years ago
613f027
read-tree -u one-way merge fix to check out locally modified paths.
by Junio C Hamano
· 19 years ago
76b99b8
Allow one-way tree merge to remove old files
by Linus Torvalds
· 19 years ago
31fff30
Separate object name errors from usage errors
by Dmitry V. Levin
· 19 years ago
00cbdec
Merge branch 'pe/cleanup' into next
by Junio C Hamano
· 19 years ago
90321c1
Replace xmalloc+memset(0) with xcalloc.
by Peter Eriksen
· 19 years ago
7941602
Merge branch 'lt/fix-sol-pack' into next
by Junio C Hamano
· 19 years ago
72fdfb5
Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.
by Jason Riedy
· 19 years ago
v1.2.5
84a9b58
sha1_name: warning ambiguous refs.
by Junio C Hamano
· 19 years ago
de84f99
Add --temp and --stage=all options to checkout-index.
by Shawn Pearce
· 19 years ago
afaa8d6
Documentation: read-tree --aggressive
by Junio C Hamano
· 19 years ago
2486927
Merge branch 'maint'
by Junio C Hamano
· 19 years ago
1142038
read-tree --aggressive: remove deleted entry from the working tree.
by Junio C Hamano
· 19 years ago
816c02c
Merge fixes early for next maint series.
by Junio C Hamano
· 19 years ago
7bd1527
Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into maint
by Junio C Hamano
· 19 years ago
bd2afde
Give no terminating LF to error() function.
by Junio C Hamano
· 19 years ago
744633c
checkout - eye candy.
by Junio C Hamano
· 19 years ago
5f73076
"Assume unchanged" git
by Junio C Hamano
· 19 years ago
1b1fdf8
read-tree --aggressive
by Junio C Hamano
· 19 years ago
7e4a2a8
avoid asking ?alloc() for zero bytes.
by Junio C Hamano
· 19 years ago
53228a5
Make the rest of commands work from a subdirectory.
by Junio C Hamano
· 19 years ago
39b4ac9
ls-files and read-tree need core.filemode
by Alex Riesen
· 19 years ago
340e4f8
Remove empty directories after read-tree -u.
by Junio C Hamano
· 19 years ago
23822a3
read-tree: --trivial
by Linus Torvalds
· 19 years ago
7dd4357
read-tree: remove --head option.
by Junio C Hamano
· 19 years ago
f318dd2
Document -i flag to git-read-tree
by Junio C Hamano
· 19 years ago
2ba6c47
read-tree: fix bogus debugging statement.
by Junio C Hamano
· 19 years ago
Next »