]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2005-10-18  Junio C HamanoImprove "git add" again.
2005-10-18  Junio C HamanoUpdate ls-files and ls-tree to use C-style quoting...
2005-10-18  Junio C HamanoUpdate git-apply to use C-style quoting for funny pathn...
2005-10-18  Junio C HamanoFunctions to quote and unquote pathnames in C-style.
2005-10-18  Junio C HamanoMerge branch 'fixes'
2005-10-18  Junio C Hamanogit-checkout-index: documentation updates.
2005-10-18  Linus Torvaldsmake checkout-index '-a' flag saner.
2005-10-17  Junio C Hamanoref-format documentation.
2005-10-16  Junio C HamanoSparse-directory safety fix.
2005-10-16  Junio C HamanoMerge branch 'fixes'
2005-10-16  Junio C HamanoWe do not depend on patch.
2005-10-16  Junio C HamanoMerge branch 'svn' of http://netz.smurf.noris.de/git/git
2005-10-16  Matthias Urlichssvn commit: re-word the exit-due-to-memory-leak message
2005-10-16  Kalle ValoMakefile entry for git-svnimport contained a small...
2005-10-16  Junio C HamanoSquelch compiler warnings from connect.c
2005-10-16  Junio C HamanoDisable hooks during tests.
2005-10-16  Peter HagervallSparse fixes for http-fetch
2005-10-16  Junio C Hamanowhatchanged: document -m option from git-diff-tree.
2005-10-15  Junio C HamanoShow peeled onion from upload-pack and server-info.
2005-10-15  Junio C HamanoIntroduce notation "ref^{type}".
2005-10-15  Junio C HamanoIgnore funny refname sent from remote
2005-10-15  Junio C HamanoRefuse to create funny refs in clone-pack, git-fetch...
2005-10-15  Junio C Hamanogit-check-ref-format: reject funny ref names.
2005-10-15  Junio C HamanoMerge branch 'fixes'
2005-10-15  Junio C HamanoShow curl error a bit better.
2005-10-15  Johannes SchindelinSome curl versions lack curl_easy_duphandle()
2005-10-15  Linus TorvaldsUnlocalized isspace and friends
2005-10-15  Nick HengeveldUse config file settings for http
2005-10-15  Sergey Vlasovgit-http-fetch: Remove size limit for objects/info...
2005-10-15  Aneesh Kumardebian packaging
2005-10-15  Linus TorvaldsSupport git+ssh:// and ssh+git:// URL
2005-10-15  Tom PrinceAdd new programs and stamp file to .gitignore.
2005-10-14  Junio C Hamanoformat-patch: take sequence of ranges.
2005-10-13  Linus TorvaldsAdd "-l" flag for repacking only local packs
2005-10-13  Linus TorvaldsAdd support for "local" packing
2005-10-13  Linus TorvaldsKeep track of whether a pack is local or not
2005-10-13  Junio C Hamanotutorial: update the initial commit example.
2005-10-13  Junio C Hamanogit-am: do not fail if 3-way fallback succeeds.
2005-10-13  Johannes SchindelinAdapt tutorial to cygwin and add test case
2005-10-13  Martin LanghoffAdd findtags - reworked
2005-10-13  Sergey VlasovRevert "Also use 'track_object_refs = 0' in update...
2005-10-13  Ralf Baechlersh.c: typo fix
2005-10-13  Junio C Hamanoclone-pack: new option --keep tells it not to explode...
2005-10-13  Junio C Hamanoclone-pack: new option --keep tells it not to explode...
2005-10-13  Junio C HamanoFix packname hash generation.
2005-10-13  Sergey VlasovAdd git-index-pack utility
2005-10-13  Junio C Hamanogit-am: interactive should fail gracefully.
2005-10-12  Junio C Hamanogit-fetch --tags: deal with tags with spaces in them.
2005-10-12  Junio C HamanoQuote reference names while fetching with curl.
2005-10-12  Junio C HamanoMerge branch 'fixes'
2005-10-12  Martin Langhoff[PATCH] cvsimport: don't pass --cvs-direct if user...
2005-10-12  Linus TorvaldsMake git config variable names case-insensitive
2005-10-12  Linus TorvaldsUse git config file for committer name and email info
2005-10-12  Tom PrinceExport template_dir in Makefile.
2005-10-12  Junio C HamanoUse core.filemode.
2005-10-11  Linus TorvaldsImprove config file escape sanity checking
2005-10-11  Junio C Hamanoshow-branch: optionally use unique prefix as name.
2005-10-11  Johannes SchindelinSupport custom build options in config.mak
2005-10-11  Johannes SchindelinUse git-update-ref and git-symbolic-ref in tests
2005-10-11  Matthias Urlichssvn import: copy directories
2005-10-11  Matthias Urlichssvn import: Add direct HTTP access
2005-10-11  Matthias Urlichssvn import: remove some CVS cruft
2005-10-11  Matthias Urlichssvn import: make -s option actually optional
2005-10-11  Matthias Urlichssvn import: typo fix
2005-10-11  Junio C HamanoRemove unused 'got_alternates' variable.
2005-10-11  Junio C HamanoUse the same move_temp_to_file in git-http-fetch.
2005-10-11  Nick HengeveldRestore functionality to allow proxies to cache objects
2005-10-11  Nick Hengeveld[PATCH] Don't fetch objects that exist in the local...
2005-10-11  Nick HengeveldSet the parallel HTTP request limit via an environment...
2005-10-11  Nick HengeveldOnly compile parallel HTTP support with CURL >= 7.9.8
2005-10-11  Nick HengeveldAdd support for parallel HTTP transfers
2005-10-11  Junio C HamanoRemove empty directories after read-tree -u.
2005-10-10  Linus TorvaldsAdd ".git/config" file parser
2005-10-10  Junio C HamanoMerge branch 'fixes'
2005-10-10  Christian MederThe synopsis of the manpages should use the hyphenated...
2005-10-10  Christian MederConvert usage of GIT and Git into git
2005-10-10  Junio C HamanoRemove the version tags from the manpages
2005-10-10  H. Peter AnvinMake rsh.c use sq_quote_buf()
2005-10-10  H. Peter AnvinTrivial optimization
2005-10-10  H. Peter AnvinEnhanced sq_quote()
2005-10-10  Johannes Schindelint5400-send-pack relies on a working cpio
2005-10-10  Jonas Fonsecagit.sh: quote all paths
2005-10-10  Johannes SchindelinTeach git-status about spaces in file names also on...
2005-10-10  Junio C HamanoDeal with $(bindir) and friends with whitespaces.
2005-10-10  Junio C HamanoOpenBSD needs the strcasestr replacement.
2005-10-10  Matthias Urlichssvn import: get all revisions
2005-10-10  Matthias Urlichssvn import: unlink downlaoded files
2005-10-10  Matthias Urlichssvn import: Add a loop limit option
2005-10-10  Matthias Urlichssvn import: incremental imports
2005-10-10  Matthias Urlichssvn import: skip initial revisions
2005-10-10  Matthias Urlichssvn import: Do not create empty tags
2005-10-10  Matthias Urlichssvn import: Fix tagging.
2005-10-10  Matthias Urlichssvn import: remove debugging
2005-10-10  Matthias Urlichssvn import: wrong file open mode
2005-10-10  Matthias Urlichssvn import: avoid reconnecting
2005-10-10  Matthias Urlichssvn improt needs SVN::Core 1.2.1 or better
2005-10-10  Matthias Urlichssvn import: add libsvn-core-perl to Debian's control...
2005-10-10  Matthias Urlichssvn import: fixed two pipe open calls.
2005-10-10  Matthias Urlichssvn import: copy path information
2005-10-10  Matthias UrlichsSVN import: No modes
next