Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-27t4202: fix typov1.6.3-rc3Linus Torvalds
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin
2009-04-25connect: replace inet_ntop with getnameinfoBenjamin Kramer
2009-04-25Documentation: git-clean: make description more readableWesley J. Landaker
2009-04-25Documentation: git-clean: fix minor grammatical errorsWesley J. Landaker
2009-04-25Remove obsolete bug warning in man git-update-server-infoSitaram Chamarty
2009-04-25t7700-repack: repack -a now works properly, expect success from testBrandon Casey
2009-04-25t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey
2009-04-25progress bar: round to the nearest instead of truncating downNicolas Pitre
2009-04-25GIT 1.6.3-rc2v1.6.3-rc2Junio C Hamano
2009-04-25Merge branch 'maint'Junio C Hamano
2009-04-25Merge branch 'maint-1.6.1' into maintJunio C Hamano
2009-04-25Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano
2009-04-24t7800: respect NO_PERLJeff King
2009-04-24remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt
2009-04-24builtin-help: silently tolerate unknown keysJohannes Sixt
2009-04-24Explain seemingly pointless use of system in difftoolAlex Riesen
2009-04-23Makefile: ignore perl/ subdirectory under NO_PERLJunio C Hamano
2009-04-23config.txt: Make configuration paragraph more consistentStephen Boyd
2009-04-23config.txt: clarify sentences in the configuration and syntax sectionsStephen Boyd
2009-04-23config.txt: add missing 'the's and make words pluralStephen Boyd
2009-04-23git-format-patch.txt: general rewordings and cleanupsStephen Boyd
2009-04-23git-show-branch.txt: cleanup example descriptionStephen Boyd
2009-04-23Documentation: use lowercase for shallow and deep threadingStephen Boyd
2009-04-23config.txt: add missing format.{subjectprefix,cc,attach} variablesStephen Boyd
2009-04-23test-genrandom: Add newline to usage stringStephen Boyd
2009-04-23Merge branch 'jc/maint-read-tree-multi'Junio C Hamano
2009-04-23Add parsing of elm aliases to git-send-emailBill Pemberton
2009-04-23Convert to use quiet option when availableDan Loewenherz
2009-04-23Fix more typos/spelling in commentsMichael J Gruber
2009-04-23Fix typos / spelling in commentsMike Ralphson
2009-04-23Documentation: git-svn: fix a grammatical error without awkwardnessWesley J. Landaker
2009-04-23Documentation: git-svn: fix spurious bolding that mangles the outputWesley J. Landaker
2009-04-23Wait for git diff to finish in git difftoolAlex Riesen
2009-04-23graph API: fix a bug in the rendering of octopus mergesAllan Caffee
2009-04-23graph API: fix extra space during pre_commit_line stateAllan Caffee
2009-04-23t4202-log: extend test coverage of graphingAllan Caffee
2009-04-22Revert "stat_tracking_info(): only count real commits"Junio C Hamano
2009-04-21test-lib.sh: Help test_create_repo() find the templates dirMichael J Gruber
2009-04-21Merge branch 'mk/maint-apply-swap'Junio C Hamano
2009-04-21Merge branch 'maint'Junio C Hamano
2009-04-21grep: don't support "grep.color"-like config optionsMarkus Heidelberg
2009-04-21Documentation: fix typos / spelling mistakesMike Ralphson
2009-04-21builtin-remote: fix typo in option descriptionMike Ralphson
2009-04-21clone: add test for push on an empty clone.Matthieu Moy
2009-04-21tests: make test-apply-criss-cross-rename more robustMichał Kiedrowicz
2009-04-21builtin-apply: keep information about files to be deletedMichał Kiedrowicz
2009-04-21tests: test applying criss-cross rename patchMichał Kiedrowicz
2009-04-21gitcvs-migration: Link to git-cvsimport documentationFrank Lichtenheld
2009-04-21Fix off-by-one in read_tree_recursiveJohannes Schindelin