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