aboutsummaryrefslogtreecommitdiff
path: root/unpack-trees.c
Commit message (Expand)AuthorAge
* unpack-trees: FLEX_ARRAY fixLinus Torvalds2007-12-18
* per-directory-exclude: lazily read .gitignore filesJunio C Hamano2007-11-29
* Merge branch 'jc/maint-add-sync-stat'Junio C Hamano2007-11-14
|\
| * ce_match_stat, run_diff_files: use symbolic constants for readabilityJunio C Hamano2007-11-10
* | relax usage of the progress APINicolas Pitre2007-10-30
* | make struct progress an opaque typeNicolas Pitre2007-10-30
* | more compact progress displayNicolas Pitre2007-10-17
|/
* Optimize the three-way merge of git-read-treeLinus Torvalds2007-08-10
* Optimize the two-way merge of git-read-tree tooLinus Torvalds2007-08-10
* Optimize the common cases of git-read-treeLinus Torvalds2007-08-10
* Move old index entry removal from "unpack_trees()" into the individual functionsLinus Torvalds2007-08-10
* Start moving unpack-trees to "struct tree_desc"Linus Torvalds2007-08-10
* unpack-trees.c: assume submodules are clean during check-outJunio C Hamano2007-08-05
* cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe2007-07-24
* unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege2007-07-18
* Teach read-tree 2-way merge to ignore intermediate symlinksJunio C Hamano2007-07-12
* Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-20
|\
| * unpack-trees.c: verify_uptodate: remove dead codeSven Verdoolaege2007-05-20
* | read-tree -m -u: avoid getting confused by intermediate symlinks.Junio C Hamano2007-05-11
* | delay progress display when checking out filesNicolas Pitre2007-04-22
* | make progress "title" part of the common progress interfaceNicolas Pitre2007-04-22
* | common progress display supportNicolas Pitre2007-04-22
* | Treat D/F conflict entry more carefully in unpack-trees.c::threeway_merge()Junio C Hamano2007-04-10
* | t1000: fix case table.Junio C Hamano2007-04-10
* | Fix switching to a branch with D/F when current branch has file D.Junio C Hamano2007-04-04
* | Fix twoway_merge that passed d/f conflict marker to merged_entry().Junio C Hamano2007-04-04
* | unpack-trees: get rid of *indpos parameter.Junio C Hamano2007-04-04
* | unpack_trees.c: pass unpack_trees_options structure to keep_entry() as well.Junio C Hamano2007-04-04
|/
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-21
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Merge branch 'jc/read-tree-ignore'Junio C Hamano2006-12-13
|\
| * read-tree: further loosen "working file will be lost" check.Junio C Hamano2006-12-05
* | unpack-trees: make sure "df_conflict_entry.name" is NUL terminated.Junio C Hamano2006-12-04
|/
* merge: loosen overcautious "working file will be lost" check.Junio C Hamano2006-10-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* use appropriate typedefsDavid Rientjes2006-08-15
* read-tree: move merge functions to the libraryJohannes Schindelin2006-07-30
* read-trees: refactor the unpack_trees() partJohannes Schindelin2006-07-30