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
2008-06-29Make default expiration period of reflog used for stash infiniteJunio C Hamano
2008-06-29Per-ref reflog expiry configurationJunio C Hamano
2008-06-16Make git reflog expire honour core.sharedRepository.Pierre Habouzit
2008-06-16Update RPM spec to drop curl executable requirementJunio C Hamano
2008-06-16The "curl" executable is no longer requiredJohan Herland
2008-06-16Makefile: update check-docs targetJunio C Hamano
2008-06-16Consistency: Use "libcurl" instead of "cURL library" and "curl"Johan Herland
2008-06-16cpio is no longer used by git-cloneJohan Herland
2008-06-16Documentation: RelNotes-1.5.6: talk about renamed HTML filesChristian Couder
2008-06-15GIT 1.5.6-rc3v1.5.6-rc3Junio C Hamano
2008-06-15Simplify and rename find_sha1_file()Linus Torvalds
2008-06-15Make loose object file reading more carefulLinus Torvalds
2008-06-15Avoid cross-directory renames and linking on object creationLinus Torvalds
2008-06-15Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski
2008-06-14Don't allocate too much memory in quote_ref_urlMike Hommey
2008-06-14gitweb: Make it work with $GIT containing spacesJakub Narebski
2008-06-14completion: add more 'git add' optionsSZEDER Gábor
2008-06-14git add: add long equivalents of '-u' and '-f' optionsSZEDER Gábor
2008-06-14Merge branch 'rs/attr'Junio C Hamano
2008-06-14git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun
2008-06-14git-svn: don't append extra newlines at the end of commit messages.Avery Pennarun
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl
2008-06-14documentation: bisect: remove bits talking about a bisection branchChristian Couder
2008-06-14sha1_file.c: dead code removalJunio C Hamano
2008-06-14git-instaweb: improve auto-discovery of httpd and call conventions.Flavio Poletti
2008-06-14t4126: fix test that happened to work due to timingJunio C Hamano
2008-06-13Merge branch 'om/remote-fix'Junio C Hamano
2008-06-13fast-export: Correctly generate initial commits with no parentsShawn O. Pearce
2008-06-13t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann
2008-06-13document --pretty=tformat: optionJeff King
2008-06-13Improve sed portabilityChris Ridd
2008-06-13user-manual: describe how higher stages are set during a mergeJunio C Hamano
2008-06-13doc: adding gitman.info and *.texi to .gitignoreGeoffrey Irving
2008-06-13Documentation: exclude @pxref{[REMOTES]} from texinfo intermediate outputJunio C Hamano
2008-06-13Documentation/git-pull.txt: Use more standard [NOTE] markupJunio C Hamano
2008-06-12"remote prune": be quiet when there is nothing to pruneJunio C Hamano
2008-06-12Typo in RelNotes.Mikael Magnusson
2008-06-12Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-06-12Merge branch 'maint'Junio C Hamano
2008-06-12fix typo in tutorialFred Maranhão
2008-06-11remote show: list tracked remote branches with -nOlivier Marin
2008-06-11remote prune: print the list of pruned branchesOlivier Marin
2008-06-11builtin-remote: split show_or_prune() in two separate functionsOlivier Marin
2008-06-11remote show: fix the -n optionOlivier Marin
2008-06-11git-cvsimport: do not fail when CVSROOT is /Philippe Bruhat (BooK)
2008-06-11Consolidate SHA1 object file closeLinus Torvalds
2008-06-10Documentation/git-cat-file.txt: add missing line breakLea Wiemann
2008-06-10Merge branch 'js/merge-recursive'Junio C Hamano
2008-06-10Merge branch 'maint'Junio C Hamano
2008-06-10merge-recursive: respect core.autocrlf when writing out the resultJohannes Schindelin