summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Name it 0.99.2v0.99.2Junio C Hamano2005-07-261-1/+1
* Adjust diff-raw tests to the status letter change.Junio C Hamano2005-07-2618-34/+34
* diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano2005-07-251-1/+1
* Use symbolic constants for diff-raw status indicators.Junio C Hamano2005-07-253-26/+51
* Documentation: describe git-ls-files --exclude patterns.Junio C Hamano2005-07-251-4/+92
* git-ls-files: --exclude mechanism updates.Junio C Hamano2005-07-252-21/+157
* Update the documentation for git-tag-script to reflect current behavior.Ryan Anderson2005-07-251-5/+11
* git-tag-script updates.Junio C Hamano2005-07-251-6/+26
* Fix up applymbox script for the addition of "git-" prefixLinus Torvalds2005-07-231-3/+3
* [PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano2005-07-231-6/+17
* Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds2005-07-232-1/+8
* Rename the "tools" programs to also have the "git-" prefixLinus Torvalds2005-07-233-2/+5
* [PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano2005-07-233-3/+63
* [PATCH] Document update-server-info.Junio C Hamano2005-07-232-0/+46
* [PATCH] Add update-server-info.Junio C Hamano2005-07-239-1/+1025
* [PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano2005-07-232-1/+106
* [PATCH] Documentation: git-peek-remote.Junio C Hamano2005-07-232-3/+59
* [PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano2005-07-232-1/+57
* Update tutorial.txt branches/tags to use the nicer helper syntaxLinus Torvalds2005-07-231-21/+31
* Make "git tag" create both simple and signed tagsLinus Torvalds2005-07-231-12/+38
* [PATCH] mailinfo: handle folded header.Junio C Hamano2005-07-231-37/+27
* Fix git protocol connection 'port' overrideLinus Torvalds2005-07-231-1/+3
* [PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki2005-07-231-28/+43
* [PATCH] Deb packaging needs two more configuration filesRyan Anderson2005-07-232-0/+2
* [PATCH] Deb packages should include the binariesRyan Anderson2005-07-233-7/+13
* Be more aggressive about marking trees uninterestingLinus Torvalds2005-07-231-1/+25
* [PATCH] tutorial: mention "git clone" records .git/branches/originJunio C Hamano2005-07-221-22/+18
* [PATCH] git-clone-script: store where we cloned from in .git/branches/originJunio C Hamano2005-07-221-18/+23
* [PATCH] Test framework: prettyprint the failed command.Junio C Hamano2005-07-221-1/+3
* [PATCH] Install tools with "make install-tools".Junio C Hamano2005-07-222-2/+15
* [PATCH] Audit rev-parse users.Junio C Hamano2005-07-225-12/+12
* [PATCH] git-branch: avoid getting confused by empty or nonexisting branches.Junio C Hamano2005-07-221-1/+7
* [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano2005-07-222-6/+37
* [PATCH] Document "curl" requirements.Junio C Hamano2005-07-221-2/+4
* [PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson2005-07-222-2/+11
* [PATCH] Install git-verify-tag-scriptEric W. Biederman2005-07-221-1/+1
* [PATCH] Cleanup: git-verify-tag-scriptEric W. Biederman2005-07-221-4/+3
* [PATCH] Fix a typo in git-unpack-objects documentation.Jan Veldeman2005-07-221-1/+1
* [PATCH] debian/ fixesRyan Anderson2005-07-222-1/+1
* [PATCH] format-patch: --mbox and --check.Junio C Hamano2005-07-221-6/+43
* [PATCH] git-format-patch-script and mailinfo updates.Junio C Hamano2005-07-222-8/+40
* [PATCH] tools/applymbox: allow manual fixing and continuing after a failure.Junio C Hamano2005-07-221-10/+38
* [PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano2005-07-221-7/+38
* [PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano2005-07-222-1/+40
* Add "git commit --all" since everybody seems to want it.Linus Torvalds2005-07-191-1/+5
* git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds2005-07-191-10/+26
* Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds2005-07-181-81/+434
|\
| * Make the diff display less gaudy.Paul Mackerras2005-07-181-14/+32
| * Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras2005-07-181-1/+18
| * Fix display of mode changes in details pane.Paul Mackerras2005-07-171-33/+13