summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-24Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds
2005-07-24Rename the "tools" programs to also have the "git-" prefixLinus Torvalds
2005-07-24[PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano
2005-07-24[PATCH] Document update-server-info.Junio C Hamano
2005-07-24[PATCH] Add update-server-info.Junio C Hamano
2005-07-24[PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano
2005-07-24[PATCH] Documentation: git-peek-remote.Junio C Hamano
2005-07-24[PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano
2005-07-23Update tutorial.txt branches/tags to use the nicer helper syntaxLinus Torvalds
2005-07-23Make "git tag" create both simple and signed tagsLinus Torvalds
2005-07-23[PATCH] mailinfo: handle folded header.Junio C Hamano
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki
2005-07-23[PATCH] Deb packaging needs two more configuration filesRyan Anderson
2005-07-23[PATCH] Deb packages should include the binariesRyan Anderson
2005-07-23Be more aggressive about marking trees uninterestingLinus Torvalds
2005-07-23[PATCH] tutorial: mention "git clone" records .git/branches/originJunio C Hamano
2005-07-23[PATCH] git-clone-script: store where we cloned from in .git/branches/originJunio C Hamano
2005-07-23[PATCH] Test framework: prettyprint the failed command.Junio C Hamano
2005-07-23[PATCH] Install tools with "make install-tools".Junio C Hamano
2005-07-23[PATCH] Audit rev-parse users.Junio C Hamano
2005-07-23[PATCH] git-branch: avoid getting confused by empty or nonexisting branches.Junio C Hamano
2005-07-23[PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano
2005-07-23[PATCH] Document "curl" requirements.Junio C Hamano
2005-07-23[PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson
2005-07-23[PATCH] Install git-verify-tag-scriptEric W. Biederman
2005-07-23[PATCH] Cleanup: git-verify-tag-scriptEric W. Biederman
2005-07-23[PATCH] Fix a typo in git-unpack-objects documentation.Jan Veldeman
2005-07-23[PATCH] debian/ fixesRyan Anderson
2005-07-22[PATCH] format-patch: --mbox and --check.Junio C Hamano
2005-07-22[PATCH] git-format-patch-script and mailinfo updates.Junio C Hamano
2005-07-22[PATCH] tools/applymbox: allow manual fixing and continuing after a failure.Junio C Hamano
2005-07-22[PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano
2005-07-19Add "git commit --all" since everybody seems to want it.Linus Torvalds
2005-07-19git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds
2005-07-18Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds
2005-07-18Make the diff display less gaudy.Paul Mackerras
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras
2005-07-17Fix display of mode changes in details pane.Paul Mackerras
2005-07-17First cut at displaying the diffs for a merge.Paul Mackerras
2005-07-17Make searching in files changed faster, and fix some bugs.Paul Mackerras
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds
2005-07-16git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds
2005-07-16git-fetch-script: fix http:// breakageLinus Torvalds
2005-07-16Fix git-fetch-script breakageLinus Torvalds
2005-07-16Merge git-tools repository under "tools" subdirectoryLinus Torvalds
2005-07-16Prepare git-tools for merging into the main git archiveLinus Torvalds
2005-07-16git-convert-cache: fix up file modes in trees tooLinus Torvalds
2005-07-16[PATCH] Documentation: describe short-hand used in fetch/pull.Junio C Hamano