aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | Allow the default low-level merge driver to be configured.Junio C Hamano2007-04-18
| * | | | Custom low-level merge driver support.Junio C Hamano2007-04-18
| * | | | Add a demonstration/test of customized merge.Junio C Hamano2007-04-17
| * | | | Allow specifying specialized merge-backend per path.Junio C Hamano2007-04-17
| * | | | merge-recursive: separate out xdl_merge() interface.Junio C Hamano2007-04-17
| * | | | Allow more than true/false to attributes.Junio C Hamano2007-04-17
| * | | | Document git-check-attrJames Bowes2007-04-15
| * | | | Change attribute negation marker from '!' to '-'.Junio C Hamano2007-04-15
| * | | | Define a built-in attribute macro "binary".Junio C Hamano2007-04-15
| * | | | attribute macro supportJunio C Hamano2007-04-15
| * | | | Makefile: add patch-ids.h back in.Junio C Hamano2007-04-15
| * | | | Fix 'diff' attribute semantics.Junio C Hamano2007-04-15
| * | | | Fix 'crlf' attribute semantics.Junio C Hamano2007-04-15
| * | | | Teach 'diff' about 'diff' attribute.Junio C Hamano2007-04-14
| * | | | Define 'crlf' attribute.Junio C Hamano2007-04-14
| * | | | Add basic infrastructure to assign attributes to pathsJunio C Hamano2007-04-14
* | | | | Merge branch 'lt/gitlink'Junio C Hamano2007-04-21
|\ \ \ \ \
| * | | | | Tests for core subproject supportAlex Riesen2007-04-18
| * | | | | Expose subprojects as special files to "git diff" machineryLinus Torvalds2007-04-15
| * | | | | Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds2007-04-14
| * | | | | Replace a pair of patches with updated ones for subproject support.Junio C Hamano2007-04-14
| |\ \ \ \ \
| | * | | | | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-12
| | * | | | | Teach git list-objects logic not to follow gitlinksLinus Torvalds2007-04-12
| * | | | | | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-14
| * | | | | | Teach git list-objects logic to not follow gitlinksLinus Torvalds2007-04-14
| * | | | | | Fix gitlink index entry filesystem matchingLinus Torvalds2007-04-14
| |/ / / / /
| * | | | | Don't show gitlink directories when we want "other" filesLinus Torvalds2007-04-12
| * | | | | Teach git-update-index about gitlinksLinus Torvalds2007-04-12
| * | | | | Teach directory traversal about subprojectsLinus Torvalds2007-04-11
| * | | | | Fix thinko in subproject entry sortingLinus Torvalds2007-04-11
| * | | | | Teach core object handling functions about gitlinksLinus Torvalds2007-04-10
| * | | | | Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-10
| * | | | | Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds2007-04-10
| * | | | | Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2007-04-10
| * | | | | Avoid overflowing name buffer in deep directory structuresLinus Torvalds2007-04-09
| * | | | | diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds2007-04-09
* | | | | | Merge branch 'np/pack'Junio C Hamano2007-04-21
|\ \ \ \ \ \
| * | | | | | document --index-version for index-pack and pack-objectsNicolas Pitre2007-04-19
| * | | | | | pack-objects: remove obsolete commentsNicolas Pitre2007-04-19
| * | | | | | pack-objects: better check_object() performancesNicolas Pitre2007-04-16
| * | | | | | add get_size_from_delta()Nicolas Pitre2007-04-16
| * | | | | | pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-16
| * | | | | | pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-16
| * | | | | | pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-16
| * | | | | | pack-objects: clean up list sortingNicolas Pitre2007-04-16
| * | | | | | pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-16
| * | | | | | pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-16
| * | | | | | pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-16
| * | | | | | clean up add_object_entry()Nicolas Pitre2007-04-11
| * | | | | | tests for various pack index featuresNicolas Pitre2007-04-11