OSDN Git Service

git-core/git.git
2007-01-03 Robert Fitzsimonsgitweb: Fix shortlog only showing HEAD revision.
2007-01-03 Junio C Hamanogit-verify-tag: make sure we remove temporary file.
2007-01-03 Santi Béjargit-tag: add flag to verify a tag
2007-01-03 Lars HjemliRefactor print-functions in builtin-branch
2007-01-03 Jakub Narebskigitweb: There can be empty patches (in git_patchset_body)
2007-01-03 Jakub Narebskigitweb: Fix bug in git_difftree_body (was '!=' instead...
2007-01-03 Santi BéjarDocumentation/tutorial: misc updates
2007-01-03 Junio C Hamanotutorial: misc updates.
2007-01-03 Lars HjemliSkip excessive blank lines before commit body
2007-01-03 Brian GernhardtAdd documentation for git-branch's color configuration.
2007-01-03 Jakub Narebskigitweb: Fix error in git_project_index subroutine
2007-01-03 Andy Whitcroftsend pack check for failure to send revisions list
2007-01-03 Eric Wonginstaweb: load Apache mime and dir modules if they...
2007-01-02 Junio C Hamanofetch-pack: do not use lockfile structure on stack.
2007-01-02 Junio C HamanoRemove unused variable (git-commit.sh)
2007-01-01 Junio C HamanoUpdate clone/fetch documentation with --depth (shallow...
2007-01-01 Junio C HamanoStrongly discourage --update-head-ok in fetch-options...
2007-01-01 Junio C HamanoMerge branch 'sp/merge' (early part)
2007-01-01 J. Bruce FieldsDocumentation: remove master:origin example from pull...
2007-01-01 J. Bruce FieldsDocumentation: update git-pull.txt for new clone behavior
2007-01-01 Junio C Hamanogit-fetch: remove .keep file at the end.
2007-01-01 Junio C Hamanofail pull/merge early in the middle of conflicted merge
2007-01-01 Junio C HamanoUpdate send-pack pipeline documentation.
2007-01-01 Eric Wonggit-svn: t/t91??-*: optimize the tests a bit
2007-01-01 Eric Wonggit-svn: t/t9100-git-svn-basic: remove old check for...
2007-01-01 Eric Wonggit-svn: remove svnadmin dependency from the tests
2007-01-01 Junio C Hamanoi18n: do not leak 'encoding' header even when we cheat...
2007-01-01 Junio C HamanoDo not merge random set of refs out of wildcarded refs
2007-01-01 Theodore TsoFix formatting for urls section of fetch, pull, and...
2007-01-01 J. Bruce FieldsDocumentation: update tutorial's discussion of origin
2007-01-01 J. Bruce FieldsDocumentation: update glossary entry for "origin"
2007-01-01 J. Bruce FieldsDocumentation: update git-clone.txt for clone's new...
2007-01-01 J. Bruce FieldsDocs: update cvs-migration.txt to reflect clone's new...
2006-12-31 Junio C Hamanosend-pack: tell pack-objects to use its internal rev...
2006-12-31 Junio C Hamanosend-pack.c: use is_null_sha1()
2006-12-31 Junio C HamanoUpdate documentation for update hook.
2006-12-31 Junio C HamanoMerge branch 'jc/send-pack-pipeline'
2006-12-31 Shawn O. PearceAdd test case for update hooks in receive-pack.
2006-12-31 Junio C HamanoDocumentation/config.txt (and repo-config manpage)...
2006-12-31 Shawn O. PearceTeach Git how to parse standard power of 2 suffixes.
2006-12-31 Shawn O. PearceUse /dev/null for update hook stdin.
2006-12-31 Shawn O. PearceRedirect update hook stdout to stderr.
2006-12-31 Shawn O. PearceRemove unnecessary argc parameter from run_command_v.
2006-12-31 Shawn O. PearceAutomatically detect a bare git repository.
2006-12-31 Shawn O. PearceReplace "GIT_DIR" with GIT_DIR_ENVIRONMENT.
2006-12-31 Shawn O. PearceUse PATH_MAX constant for --bare.
2006-12-31 Shawn O. PearceForce core.filemode to false on Cygwin.
2006-12-31 Theodore Ts'oFix formatting for urls section of fetch, pull, and...
2006-12-31 Johannes SchindelinFix yet another subtle xdl_merge() bug
2006-12-31 Junio C Hamanoi18n: drop "encoding" header in the output after re...
2006-12-30 Junio C Hamanocommit-tree: cope with different ways "utf-8" can be...
2006-12-30 Junio C HamanoMove commit reencoding parameter parsing to revision.c
2006-12-30 Junio C HamanoDocumentation: minor rewording for git-log and git...
2006-12-30 Junio C HamanoDocumentation: i18n commit log message notes.
2006-12-30 Junio C Hamanot3900: test log --encoding=none
2006-12-30 Junio C Hamanocommit re-encoding: fix confusion between no and defaul...
2006-12-29 Junio C HamanoDocumentation: illustrate send-pack pipeline.
2006-12-29 Junio C Hamanosend-pack: fix pipeline.
2006-12-29 Junio C HamanoMerge branch 'jc/curl'
2006-12-29 Junio C HamanoFix 'git add' with .gitignore
2006-12-29 Junio C HamanoRevert "read_directory: show_both option."
2006-12-29 Jakub NarebskiAdd info about new test families (8 and 9) to t/README
2006-12-29 Junio C Hamanot5400 send-pack test: try a bit more nontrivial transfer.
2006-12-29 Shawn O. PearceUse merge-recursive in git-am -3.
2006-12-29 Shawn O. PearceAllow merging bare trees in merge-recursive.
2006-12-29 Shawn O. PearceMove better_branch_name above get_ref in merge-recursive.
2006-12-29 Junio C HamanoMerge branch 'jc/utf8'
2006-12-29 Junio C HamanoAllow non-fast-forward of remote tracking branches...
2006-12-29 Junio C Hamanocore.logallrefupdates: log remotes/ tracking branches.
2006-12-29 Junio C HamanoGIT_SKIP_TESTS: allow users to omit tests that are...
2006-12-29 Junio C Hamanot3900: test conversion to non UTF-8 as well
2006-12-29 Junio C HamanoMerge branch 'jc/make'
2006-12-28 Jim Meyeringupdate hook: redirect _both_ diagnostic lines to stderr...
2006-12-28 Johannes Schindelinxdl_merge(): fix a segmentation fault when refining...
2006-12-28 Eric Wonggit-svn: sort multi-init output
2006-12-28 Eric Wonggit-svn: verify_ref() should actually --verify
2006-12-28 Eric Wonggit-svn: print out the SVN library version in --version...
2006-12-28 Eric Wonggit-svn: remove non-delta fetch code paths
2006-12-28 Eric Wongt9200-git-cvsexportcommit.sh: quiet down commit
2006-12-28 Eric Wongtest-lib: quiet down init-db output for tests
2006-12-28 Eric Wongt6024-recursive-merge: quiet down this test
2006-12-28 Junio C HamanoMerge branch 'js/shallow'
2006-12-28 Shawn O. PearceAllow git-merge to select the default strategy.
2006-12-28 Shawn O. PearceHonor pull.{twohead,octopus} in git-merge.
2006-12-28 Shawn O. PearceEnsure `git-pull` fails if `git-merge` fails.
2006-12-28 Shawn O. PearceUse branch names in 'git-rebase -m' conflict hunks.
2006-12-28 Shawn O. PearceHonor GIT_REFLOG_ACTION in git-rebase.
2006-12-28 Shawn O. PearceUse GIT_REFLOG_ACTION environment variable instead.
2006-12-28 Jakub Narebskigitweb: Precompile CGI routines for mod_perl
2006-12-28 Jakub Narebskigitweb: Add mod_perl version string to "generator"...
2006-12-28 Junio C HamanoRename t3900 test vector file
2006-12-28 Junio C HamanoWork around http-fetch built with cURL 7.16.0
2006-12-28 Junio C Hamanogcc does not necessarily pass runtime libpath with -R
2006-12-28 Junio C HamanoMerge branch 'sp/gc'
2006-12-28 Junio C HamanoUTF-8: introduce i18n.logoutputencoding.
2006-12-27 Junio C HamanoSet NO_MMAP for Cygwin by default
2006-12-27 Junio C HamanoUse 'repack -a -d -l' instead of 'repack -a -d' in...
2006-12-27 Robert Fitzsimonsgitweb: Re-enable rev-list --parents for parse_commit.
2006-12-27 Quy Tonthatgit-send-email: default value for "From:" field.
2006-12-27 Junio C HamanoMerge branch 'master' into js/shallow
next