index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unpack-trees.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix non-literal format in printf-style calls
Daniel Lowe
2008-11-11
1
-1
/
+1
*
correct cache_entry allocation
Jeff King
2008-11-02
1
-1
/
+1
*
checkout: do not lose staged removal
Junio C Hamano
2008-09-10
1
-1
/
+10
*
unpack_trees(): protect the handcrafted in-core index from read_cache()
Junio C Hamano
2008-08-24
1
-0
/
+1
*
unpack_trees(): allow callers to differentiate worktree errors from merge errors
Junio C Hamano
2008-05-30
1
-3
/
+7
*
unpack-trees: allow Porcelain to give different error messages
Junio C Hamano
2008-05-20
1
-14
/
+41
*
Optimize symlink/directory detection
Linus Torvalds
2008-05-11
1
-7
/
+5
*
Make unpack-tree update removed files before any updated files
Linus Torvalds
2008-04-09
1
-2
/
+7
*
Make branch merging aware of underlying case-insensitive filsystems
Linus Torvalds
2008-04-09
1
-0
/
+26
*
Make hash_name_lookup able to do case-independent lookups
Linus Torvalds
2008-04-09
1
-1
/
+1
*
Make "index_name_exists()" return the cache_entry it found
Linus Torvalds
2008-04-09
1
-4
/
+4
*
Fix read-tree not to discard errors
Junio C Hamano
2008-03-19
1
-3
/
+6
*
Don't update unchanged merge entries
Linus Torvalds
2008-03-16
1
-3
/
+6
*
Fix recent 'unpack_trees()'-related changes breaking 'git stash'
Linus Torvalds
2008-03-15
1
-0
/
+2
*
read-tree() and unpack_trees(): use consistent limit
Junio C Hamano
2008-03-14
1
-3
/
+3
*
unpack_trees(): fix diff-index regression.
Linus Torvalds
2008-03-11
1
-2
/
+0
*
traverse_trees_recursive(): propagate merge errors up
Junio C Hamano
2008-03-10
1
-3
/
+4
*
unpack_trees(): minor memory leak fix in unused destination index
Linus Torvalds
2008-03-09
1
-0
/
+1
*
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
2008-03-09
1
-77
/
+72
*
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
2008-03-09
1
-39
/
+40
*
Move 'unpack_trees()' over to 'traverse_trees()' interface
Linus Torvalds
2008-03-09
1
-281
/
+249
*
Merge branch 'db/checkout'
Junio C Hamano
2008-02-27
1
-56
/
+98
|
\
|
*
Add "skip_unmerged" option to unpack_trees.
Daniel Barkalow
2008-02-10
1
-3
/
+17
|
*
Discard "deleted" cache entries after using them to update the working tree
Daniel Barkalow
2008-02-10
1
-7
/
+9
|
*
Send unpack-trees debugging output to stderr
Daniel Barkalow
2008-02-10
1
-7
/
+7
|
*
Add flag to make unpack_trees() not print errors.
Daniel Barkalow
2008-02-10
1
-14
/
+29
|
*
Allow callers of unpack_trees() to handle failure
Daniel Barkalow
2008-02-10
1
-37
/
+48
*
|
Be more verbose when checkout takes a long time
Linus Torvalds
2008-02-24
1
-1
/
+1
*
|
Use helper function for copying index entry information
Linus Torvalds
2008-02-23
1
-1
/
+1
*
|
Merge branch 'jc/gitignore-ends-with-slash'
Junio C Hamano
2008-02-17
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
gitignore: lazily find dtype
Junio C Hamano
2008-02-05
1
-1
/
+2
|
*
gitignore(5): Allow "foo/" in ignore list to match directory "foo"
Junio C Hamano
2008-02-05
1
-1
/
+1
*
|
Make on-disk index representation separate from in-core one
Linus Torvalds
2008-01-21
1
-15
/
+14
|
/
*
unpack-trees: FLEX_ARRAY fix
Linus Torvalds
2007-12-18
1
-1
/
+1
*
per-directory-exclude: lazily read .gitignore files
Junio C Hamano
2007-11-29
1
-6
/
+0
*
Merge branch 'jc/maint-add-sync-stat'
Junio C Hamano
2007-11-14
1
-2
/
+2
|
\
|
*
ce_match_stat, run_diff_files: use symbolic constants for readability
Junio C Hamano
2007-11-10
1
-2
/
+2
*
|
relax usage of the progress API
Nicolas Pitre
2007-10-31
1
-5
/
+3
*
|
make struct progress an opaque type
Nicolas Pitre
2007-10-31
1
-5
/
+5
*
|
more compact progress display
Nicolas Pitre
2007-10-17
1
-2
/
+2
|
/
*
Optimize the three-way merge of git-read-tree
Linus Torvalds
2007-08-11
1
-2
/
+5
*
Optimize the two-way merge of git-read-tree too
Linus Torvalds
2007-08-10
1
-3
/
+4
*
Optimize the common cases of git-read-tree
Linus Torvalds
2007-08-10
1
-3
/
+3
*
Move old index entry removal from "unpack_trees()" into the individual functions
Linus Torvalds
2007-08-10
1
-6
/
+23
*
Start moving unpack-trees to "struct tree_desc"
Linus Torvalds
2007-08-10
1
-16
/
+9
*
unpack-trees.c: assume submodules are clean during check-out
Junio C Hamano
2007-08-05
1
-0
/
+9
*
cleanup unpack-trees.c: shrink struct tree_entry_list
René Scharfe
2007-07-25
1
-9
/
+3
*
unpack-trees.c: assume submodules are clean during check-out
Sven Verdoolaege
2007-07-19
1
-25
/
+50
*
Teach read-tree 2-way merge to ignore intermediate symlinks
Junio C Hamano
2007-07-12
1
-0
/
+3
*
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
2007-05-21
1
-4
/
+0
|
\
[next]