index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-read-tree.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Let 'git <command> -h' show usage without a git dir
Jonathan Nieder
2009-11-10
1
-2
/
+2
*
read-tree: Fix regression with creation of a new index file.
Alexandre Julliard
2009-08-17
1
-4
/
+6
*
read-tree: migrate to parse-options
Stephen Boyd
2009-06-27
1
-96
/
+74
*
read-tree: convert unhelpful usage()'s to helpful die()'s
Stephen Boyd
2009-06-27
1
-3
/
+3
*
Merge branch 'jc/maint-read-tree-multi'
Junio C Hamano
2009-04-23
1
-40
/
+8
|
\
|
*
read-tree -m A B: prime cache-tree from the switched-to tree
Junio C Hamano
2009-04-20
1
-0
/
+5
|
*
Move prime_cache_tree() to cache-tree.c
Junio C Hamano
2009-04-20
1
-36
/
+1
|
*
read-tree A B: do not corrupt cache-tree
Junio C Hamano
2009-04-20
1
-4
/
+2
*
|
Turn the flags in struct dir_struct into a single variable
Johannes Schindelin
2009-02-18
1
-1
/
+1
|
/
*
checkout: Fix "initial checkout" detection
Junio C Hamano
2008-11-12
1
-1
/
+1
*
Merge branch 'jc/maint-checkout-keep-remove' into maint
Junio C Hamano
2008-09-19
1
-0
/
+1
|
\
|
*
checkout: do not lose staged removal
Junio C Hamano
2008-09-10
1
-0
/
+1
*
|
Start conforming code to "git subcmd" style part 3
Heikki Orsila
2008-09-16
1
-1
/
+1
|
/
*
read-tree: setup worktree if merge is required
Nguyễn Thái Ngọc Duy
2008-08-29
1
-0
/
+2
*
Move read_cache_unmerged() to read-cache.c
Miklos Vajna
2008-07-01
1
-24
/
+0
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+1
*
Move name hashing functions into a file of its own
Linus Torvalds
2008-04-09
1
-1
/
+1
*
read-tree() and unpack_trees(): use consistent limit
Junio C Hamano
2008-03-14
1
-5
/
+4
*
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
2008-03-09
1
-22
/
+2
*
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
2008-03-09
1
-0
/
+1
*
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-1
/
+2
|
\
|
*
Allow callers of unpack_trees() to handle failure
Daniel Barkalow
2008-02-10
1
-1
/
+2
*
|
Name hash fixups: export (and rename) remove_hash_entry
Linus Torvalds
2008-02-23
1
-0
/
+1
*
|
git-reset --hard and git-read-tree --reset: fix read_cache_unmerged()
Junio C Hamano
2008-02-21
1
-1
/
+1
|
/
*
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-2
/
+1
*
Improve use of lockfile API
Brandon Casey
2008-01-17
1
-1
/
+1
*
Clean-up read-tree error condition.
Junio C Hamano
2007-08-17
1
-6
/
+3
*
Fix read-tree merging more than 3 trees using 3-way merge
Junio C Hamano
2007-08-16
1
-2
/
+6
*
Start moving unpack-trees to "struct tree_desc"
Linus Torvalds
2007-08-10
1
-8
/
+18
*
read-tree: remove unnecessary call to setup_git_directory()
Johannes Schindelin
2007-08-03
1
-1
/
+0
*
Document git read-tree --trivial
Jakub Narebski
2007-06-16
1
-1
/
+1
*
Merge branch 'jc/read-tree-df' (early part)
Junio C Hamano
2007-04-08
1
-0
/
+1
|
\
|
*
Fix read-tree --prefix=dir/.
Junio C Hamano
2007-04-04
1
-0
/
+1
*
|
git-read-tree --index-output=<file>
Junio C Hamano
2007-04-04
1
-1
/
+6
*
|
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
Junio C Hamano
2007-04-04
1
-2
/
+2
|
/
*
read-tree: use xcalloc
James Bowes
2007-03-28
1
-1
/
+1
*
Initialize tree descriptors with a helper function rather than by hand.
Linus Torvalds
2007-03-21
1
-2
/
+1
*
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-2
/
+2
*
read-tree: document --exclude-per-directory
Junio C Hamano
2006-12-06
1
-1
/
+1
*
read-tree: further loosen "working file will be lost" check.
Junio C Hamano
2006-12-06
1
-0
/
+20
*
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
2006-08-23
1
-1
/
+1
*
remove unnecessary initializations
David Rientjes
2006-08-16
1
-1
/
+1
*
Merge branch 'js/read-tree'
Junio C Hamano
2006-08-13
1
-823
/
+38
|
\
|
*
read-tree: move merge functions to the library
Johannes Schindelin
2006-07-31
1
-397
/
+1
|
*
read-trees: refactor the unpack_trees() part
Johannes Schindelin
2006-07-31
1
-483
/
+94
*
|
Better error message when we are unable to lock the index file
Junio C Hamano
2006-08-13
1
-3
/
+1
*
|
read-tree: shadowed variable fix.
Junio C Hamano
2006-08-03
1
-1
/
+1
|
/
*
Call setup_git_directory() much earlier
Linus Torvalds
2006-07-29
1
-2
/
+1
*
checkout -f failed to check out a file if an existing directory interfered.
Junio C Hamano
2006-07-17
1
-2
/
+2
*
Avoid C99 initializers
Shawn Pearce
2006-07-10
1
-10
/
+8
[next]