summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-15Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds
2007-04-14Replace a pair of patches with updated ones for subproject support.Junio C Hamano
2007-04-14Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds
2007-04-14Teach git list-objects logic to not follow gitlinksLinus Torvalds
2007-04-14Fix gitlink index entry filesystem matchingLinus Torvalds
2007-04-13Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds
2007-04-13Teach git list-objects logic not to follow gitlinksLinus Torvalds
2007-04-12Don't show gitlink directories when we want "other" filesLinus Torvalds
2007-04-12Teach git-update-index about gitlinksLinus Torvalds
2007-04-12Teach directory traversal about subprojectsLinus Torvalds
2007-04-12Fix thinko in subproject entry sortingLinus Torvalds
2007-04-10Teach core object handling functions about gitlinksLinus Torvalds
2007-04-10Teach "fsck" not to follow subproject linksLinus Torvalds
2007-04-10Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds
2007-04-10Add 'resolve_gitlink_ref()' helper functionLinus Torvalds
2007-04-10Avoid overflowing name buffer in deep directory structuresLinus Torvalds
2007-04-10diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds
2007-04-10git-archive: make tar the default formatRené Scharfe
2007-04-09Merge branch 'jc/push'Junio C Hamano
2007-04-09Merge branch 'jc/merge-subtree'Junio C Hamano
2007-04-09Merge branch 'js/fetch-progress'Junio C Hamano
2007-04-09Merge branch 'maint'Junio C Hamano
2007-04-09Add Documentation/cmd-list.made to .gitignoreJunio C Hamano
2007-04-09git-svn: fix log command to avoid infinite loop on long commit messagesEric Wong
2007-04-09git-svn: dcommit/rebase confused by patches with git-svn-id: linesEric Wong
2007-04-09git-svn: bail out on incorrect command-line optionsEric Wong
2007-04-08Start 1.5.2 cycle by prepareing RelNotes for it.Junio C Hamano
2007-04-08Merge branch 'jc/read-tree-df' (early part)Junio C Hamano
2007-04-08Merge branch 'maint'Junio C Hamano
2007-04-08Prepare for 1.5.1.1Junio C Hamano
2007-04-08cvsserver: small corrections to asciidoc documentationFrank Lichtenheld
2007-04-07A new merge stragety 'subtree'.Junio C Hamano
2007-04-07git-push to multiple locations does not stop at the first failureJunio C Hamano
2007-04-07git-push reports the URL after failing.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-07Merge branch 'fp/make-j'Junio C Hamano
2007-04-07Merge branch 'cc/bisect'Junio C Hamano
2007-04-07Merge branch 'jc/checkout' (early part)Junio C Hamano
2007-04-07Merge branch 'maint'Junio C Hamano
2007-04-07Documentation: tighten dependency for git.{html,txt}Junio C Hamano
2007-04-07Makefile: iconv() on Darwin has the old interfaceArjen Laarhoven
2007-04-07t5300-pack-object.sh: portability issue using /usr/bin/statArjen Laarhoven
2007-04-07git-bisect: allow bisecting with only one bad commit.Junio C Hamano
2007-04-07t6030: add a bit more tests to git-bisectJunio C Hamano
2007-04-07t3200-branch.sh: small language nitArjen Laarhoven
2007-04-07usermanual.txt: some capitalization nitsArjen Laarhoven
2007-04-06Make builtin-branch.c handle the git config fileLars Hjemli
2007-04-06rename_ref(): only print a warning when config-file update failsLars Hjemli
2007-04-06Distinguish branches by more than case in tests.Brian Gernhardt
2007-04-06Avoid composing too long "References" header.YOSHIFUJI Hideaki / 吉藤英明