summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-05Fix silly thinko in "head_ref()"Linus Torvalds
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds
2005-07-05Remove multi-head support from fetch-packLinus Torvalds
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds
2005-07-05Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLinus Torvalds
2005-07-05Work around git-http-pull breakage in git-fetch-scriptLinus Torvalds
2005-07-05git-fetch-script: use git-fetch-pack for local and ssh fetches.Linus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-05Merge with Linus' current treeMatthias Urlichs
2005-07-05Merge with http://www.liacs.nl/~sverdool/git.git#cvs2gitMatthias Urlichs
2005-07-05cvsimport: getopt accepted a -q option (undocumented and unused).Matthias Urlichs
2005-07-05git-cvsimport-script: move working directory forwardSven Verdoolaege
2005-07-04git-rev-list: make sure the output is sorted by recencyLinus Torvalds
2005-07-04Make rev-list flush the stdio buffers after each rev.Linus Torvalds
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds
2005-07-04git-cvsimport-script: remove unused variableSven Verdoolaege
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds
2005-07-04git-cvsimport-script: more error handlingSven Verdoolaege
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour
2005-07-04git-cvsimport-script: provide direct support for cvsps -z optionSven Verdoolaege
2005-07-04git-cvsimport-script: update cvsps cache instead of rebuilding itSven Verdoolaege
2005-07-04git-cvsimport-script: fix branch switchingSven Verdoolaege
2005-07-04git-cvsimport-script: use private index.Sven Verdoolaege
2005-07-04git-rev-parse: support show sha1 names for pack entriesLinus Torvalds
2005-07-04Make git-rev-parse support cogito-style "short hex names"Linus Torvalds
2005-07-03git-cvsimport-script: leave working directory alone.Sven Verdoolaege
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds
2005-07-03git-cvsimport-script: typo head -> headsSven Verdoolaege
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLinus Torvalds
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03cvsimport: Missing tests for verbosity flag.Matthias Urlichs
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds
2005-07-03Support :ext: access method.Sven Verdoolaege
2005-07-03Honour CVS_SERVER.Sven Verdoolaege
2005-07-03git-cvsimport-script: clean up documentationSven Verdoolaege
2005-07-03Make specification of CVS module to convert optional.Sven Verdoolaege