summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-10GIT 0.99.4.v0.99.4Junio C Hamano1-0/+6
2005-08-10Merge with master.Junio C Hamano1-10/+21
2005-08-10Merge with gitk.Junio C Hamano1-10/+21
2005-08-10Merge with master.Junio C Hamano2-3/+39
2005-08-10[PATCH] Fix git-rev-parse's parent handlingJohannes Schindelin2-3/+39
2005-08-10Only do an update every 100 commits when drawing the graph.Paul Mackerras1-10/+21
2005-08-10Merge with master.Junio C Hamano30-120/+516
2005-08-10Skip merges in format-patch.Junio C Hamano1-1/+2
2005-08-10Add -v option to git-cherry.Junio C Hamano1-1/+7
2005-08-09Teach git push .git/branches shorthandJunio C Hamano1-1/+62
2005-08-09ls-remote: drop storing operation and add documentation.Junio C Hamano2-27/+87
2005-08-09Teach format-patch, rebase and cherry a..b formatJunio C Hamano3-22/+47
2005-08-09Stash away the original head in ORIG_HEAD when resetting.Junio C Hamano1-1/+7
2005-08-09git-revert: revert an existing commit.Junio C Hamano2-0/+38
2005-08-09Introduce --pretty=oneline format.Junio C Hamano3-9/+36
2005-08-09Document "git commit"Junio C Hamano2-8/+65
2005-08-09git-commit: log parameter updates.Junio C Hamano3-24/+107
2005-08-09Update rev-parse flags list.Junio C Hamano1-0/+3
2005-08-09[PATCH] add *--no-merges* flag to suppress display of merge commitsJohannes Schindelin1-1/+11
2005-08-09Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak2-3/+16
2005-08-09Small typofix in mailsplit.cJunio C Hamano1-1/+1
2005-08-09A bit more format warning squelching.Junio C Hamano2-5/+6
2005-08-09[PATCH] -Werror fixesTimo Sirainen9-16/+21
2005-08-09[PATCH] Warning fix for gcc 4Pavel Roskin1-1/+1
2005-08-09Merge with master.Junio C Hamano2-11/+20
2005-08-09Merge with gitk.Junio C Hamano1-10/+19
2005-08-09Downgrade git-send-email-scriptJunio C Hamano1-1/+1
2005-08-09[PATCH] "Child" information in commit window - and cleanupsLinus Torvalds1-10/+19
2005-08-08Merge with master.Junio C Hamano8-12/+43
2005-08-08[PATCH] Add -m <message> option to "git tag"Chris Wright1-5/+15
2005-08-08[PATCH] Plug memory leak in git-pack-objectsSergey Vlasov1-0/+4
2005-08-08[PATCH] Plug memory leak in sha1close()Sergey Vlasov1-0/+1
2005-08-08[PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov1-2/+12
2005-08-08[PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov1-0/+1
2005-08-08[PATCH] git_mkstemp() fixHolger Eitzenberger1-2/+7
2005-08-08[PATCH] Make curl fail on server errorCatalin Marinas3-3/+3
2005-08-08Merge with master.Junio C Hamano1-0/+1
2005-08-08Makefile dependency fix.Junio C Hamano1-0/+1
2005-08-08Change RPM dependency from Prereq to Requires.Junio C Hamano1-1/+1
2005-08-07Update Maintainer field of debian/controlJunio C Hamano1-1/+1
2005-08-07[PATCH] RPM spec updates.Horst von Brand1-8/+15
2005-08-07Merge with master.Junio C Hamano1-41/+92
2005-08-07Merge with gitk.Junio C Hamano1-41/+92
2005-08-08Better graph line details display and expand history coverage.Paul Mackerras1-39/+78
2005-08-08[PATCH] gitk "parent information" in commit windowLinus Torvalds1-2/+14
2005-08-07Merge with master.Junio C Hamano1-9/+24
2005-08-07Merge with gitk.Junio C Hamano1-8/+24
2005-08-07(revert local fix)Junio C Hamano1-1/+0
2005-08-07Use lf translation rather than binary when reading commit data.Paul Mackerras1-1/+1
2005-08-06Fix build rules for debian package.Junio C Hamano2-6/+6
2005-08-07Change cursor to a hand cursor when over a SHA1 ID link.Paul Mackerras1-7/+23
2005-08-06Fix RPM build that omitted templates and tools.Junio C Hamano1-1/+2
2005-08-06Merge with master.Junio C Hamano1-1/+3
2005-08-06[PATCH] Extend "git reset" to take a reset pointLinus Torvalds1-1/+3
2005-08-06GIT 0.99.4 (release candidate)Junio C Hamano4-10/+18
2005-08-06Redo the templates generation and installation.Junio C Hamano7-33/+76
2005-08-06gitk proposed fix: handle more than one SHA1 links.Junio C Hamano1-0/+1
2005-08-06send-pack: allow generic sha1 expression on the source side.Junio C Hamano1-0/+20
2005-08-06send-pack: allow the same source to be pushed more than once.Junio C Hamano1-7/+0
2005-08-06[PATCH] Make git-sh-setup-script do what it was supposed to doLinus Torvalds1-1/+1
2005-08-06Merge with gitk.Junio C Hamano1-10/+99
2005-08-06Add forward and back buttons and make SHA1 IDs clickable links.Paul Mackerras1-10/+99
2005-08-05[PATCH] Assorted documentation patchesJohannes Schindelin19-50/+58
2005-08-05[PATCH] git-commit-script fix for degenerated mergeJohannes Schindelin1-2/+2
2005-08-05[PATCH] git: use git_mkstemp() instead of mkstemp() for diff generation.Holger Eitzenberger1-3/+4
2005-08-05[PATCH] git: add git_mkstemp()Holger Eitzenberger2-0/+29
2005-08-05Fix ref_newer() in send-pack.Junio C Hamano1-5/+22
2005-08-05Fix refname termination.Junio C Hamano1-1/+1
2005-08-05[PATCH] Fix git-merge-cache -qPetr Baudis1-2/+2
2005-08-05git-applymbox: allow retrying after fixing up.Junio C Hamano1-15/+41
2005-08-05Merge with gitk.Junio C Hamano1-28/+81
2005-08-05daemon.c: squelch error message from EINTRJunio C Hamano1-2/+5
2005-08-05Teach rev-list since..til notation.Junio C Hamano1-8/+30
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano4-223/+235
2005-08-05Fix send-pack for non-commitish tags.Junio C Hamano4-17/+51
2005-08-04git-init-db: brown paper bag bugfix.Junio C Hamano1-0/+1
2005-08-05Compress the graph horizontally if it gets too wide.Paul Mackerras1-28/+81
2005-08-04git-bisect termination condition fix.Junio C Hamano1-2/+2
2005-08-04Retire git-check-files documentation too.Junio C Hamano1-50/+0
2005-08-03[PATCH] Fix sparse warningsAlecs King3-5/+3
2005-08-03Retire check-files.Junio C Hamano3-51/+1
2005-08-03[PATCH] Fix debian doc-baseKalle Valo1-2/+2
2005-08-03git-send-pack: documentationJunio C Hamano1-1/+47
2005-08-03Renaming push.Junio C Hamano3-94/+226
2005-08-03Install sample hooksJunio C Hamano6-0/+199
2005-08-03[PATCH] Plug memory leaks in git-unpack-objectsSergey Vlasov1-1/+5
2005-08-03send-pack: handle partial pushes correctly.Junio C Hamano1-1/+8
2005-08-02git-send-email-script: minimum whitespace cleanup.Junio C Hamano1-16/+12
2005-08-02[PATCH] Doc: update git-send-email-script documentation.Ryan Anderson1-0/+13
2005-08-02[PATCH] git-send-email-script - Fix loops that limit emails to unique values ...Ryan Anderson1-11/+24
2005-08-02[PATCH] git-send-email-script - fix 2 small bugs that snuck through an untest...Ryan Anderson1-2/+2
2005-08-02[PATCH] Make the SMTP server used by git-sendm-email-script configurable on t...Ryan Anderson1-2/+9
2005-08-02[PATCH] git-send-email-script: Reformat readline interface and generate a bet...Ryan Anderson1-14/+28
2005-08-02[PATCH] Add "--chain-reply-to" to git-send-email-script, to control whether o...Ryan Anderson1-1/+10
2005-08-02[PATCH] Cleanup initial comments, add copyright notices.Ryan Anderson1-10/+8
2005-08-02[PATCH] Convert from using quoted-printable to just 8bit encoding on all emails.Ryan Anderson1-13/+3
2005-08-02[PATCH] Add new dependencies caused by git-send-email-script to debian/controlRyan Anderson1-1/+1
2005-08-02[PATCH] Add documentation for git-send-email-scriptRyan Anderson1-0/+61
2005-08-02[PATCH] Add git-send-email-script - tool to send emails from git-format-patch...Ryan Anderson2-0/+266
2005-08-02[PATCH] Parallelize pulling by sshbarkalow@iabervon.org3-24/+57
2005-08-02[PATCH] Parallelize the pull algorithmbarkalow@iabervon.org5-54/+97
2005-08-02[PATCH] Object library enhancementsbarkalow@iabervon.org3-1/+65
2005-08-02Make sure leading directories exist when pushing refs.Junio C Hamano1-0/+2
2005-08-02receive-pack hooks updates.Junio C Hamano4-37/+71
2005-08-02Make send-pack --all and explicit ref mutually exclusive.Junio C Hamano1-2/+5
2005-08-02[PATCH] list shortlog items in commit orderNicolas Pitre1-1/+1
2005-08-02Clean t/trash upon "make clean" as well.Junio C Hamano1-0/+1
2005-08-01GIT 0.99.3v0.99.3Junio C Hamano1-1/+1
2005-08-01[PATCH] git-merge-cache -q doesn't complain about failing merge programPetr Baudis2-10/+22
2005-08-01[PATCH] Fix sparse warningsLinus Torvalds3-4/+4
2005-08-01[PATCH] Do not rely on a sane wcJohannes Schindelin1-1/+1
2005-08-01[PATCH] Updates to tutorial.txtJohannes Schindelin1-19/+17
2005-08-01CVS-like push-pull description update.Junio C Hamano1-6/+4
2005-08-01[PATCH] Updates for cvs-migration.txtJohannes Schindelin1-6/+22
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM1-1/+1
2005-08-01Retire git-fetch-dumb-http and missing-revsJunio C Hamano4-181/+3
2005-07-31[PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org1-6/+175
2005-07-31[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2-1/+135
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer5-30/+186
2005-07-31[PATCH] Fix support for old libcurlbarkalow@iabervon.org1-3/+2
2005-07-31Fix typo in recent Makefile cleanup (again).Junio C Hamano1-3/+3
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano3-2/+127
2005-07-31Add a stupid "count objects" script.Junio C Hamano2-0/+15
2005-07-31Fetch from a packed repository on dumb servers.Junio C Hamano4-4/+188
2005-07-31Merge with gitk.Junio C Hamano1-5/+9
2005-07-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9
2005-07-30[PATCH] add NO_CURL option to the MakefileJohannes Schindelin1-1/+8
2005-07-30Fix merge-base from getting confused.Linus Torvalds1-38/+36
2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds2-1/+159
2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano1-1/+3
2005-07-29Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1
2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-07-29[PATCH] Build commands through object filesPetr Baudis1-7/+8
2005-07-29Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7
2005-07-29[PATCH] Support for NO_OPENSSLPetr Baudis2-2/+12
2005-07-29[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57
2005-07-29[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8
2005-07-29[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis17-18/+17
2005-07-29[PATCH] Trivial tidyupsPetr Baudis3-8/+6
2005-07-29[PATCH] mmap error handlingPavel Roskin8-12/+15
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano2-18/+32
2005-07-29ls-files: rework exclude patterns.Junio C Hamano1-29/+73
2005-07-29[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds1-0/+11
2005-07-29Tutorial: use a bit longer sample filenames.Junio C Hamano1-40/+40
2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin1-0/+10
2005-07-29Merge with gitk.Junio C Hamano1-71/+611
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84
2005-07-29[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS XJohannes Schindelin1-0/+4
2005-07-29[PATCH] support bc version 1.04Johannes Schindelin1-2/+6
2005-07-29[PATCH] remove "-r" option to xargsJohannes Schindelin1-1/+1
2005-07-29server-info: do not complain if a tag points at a non-commit.Junio C Hamano1-4/+11
2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds1-2/+10
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13
2005-07-27[PATCH] GIT: Listen on IPv6 as well, if available.YOSHIFUJI Hideaki1-31/+100
2005-07-27[PATCH] Add documentation for git-rename-scriptRyan Anderson1-0/+34
2005-07-27[PATCH] Add support for directories to git-rename-script.Ryan Anderson1-5/+68
2005-07-27Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras1-2/+3
2005-07-27Display the diffs for a merge in a unified fashion.Paul Mackerras1-4/+363
2005-07-27Document --strict flag to the fsck-cache command.Junio C Hamano2-2/+10
2005-07-27git-fsck-cache: be stricter about "tree" objectsLinus Torvalds3-12/+37
2005-07-27git-convert-cache: fix up mode conversionLinus Torvalds1-30/+15
2005-07-27git-fsck-cache.c: check commit objects more carefullyLinus Torvalds1-1/+22
2005-07-27Make "parse_commit()" be a lot more carefulLinus Torvalds1-5/+11
2005-07-27Tutorial typofix.Linus Torvalds1-1/+1
2005-07-27Typofix: usage strings fix.Junio C Hamano3-3/+3
2005-07-27git-log: make sure we have some commit to start from.Linus Torvalds1-0/+2
2005-07-27request-pull: minor tweaks.Junio C Hamano1-16/+15
2005-07-27[PATCH] Add git-request-pull-script, a short script that generates a summary ...Ryan Anderson2-1/+38
2005-07-27[PATCH] git-status-script was missed during the conversion from N -> ARyan Anderson1-1/+1
2005-07-26Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with "git"Ryan Anderson3-1/+27
2005-07-26Fix potential send-pack SIGSEGVLinus Torvalds2-1/+56
2005-07-26Name it 0.99.2v0.99.2Junio C Hamano1-1/+1
2005-07-26Adjust diff-raw tests to the status letter change.Junio C Hamano18-34/+34
2005-07-25diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano1-1/+1
2005-07-25Use symbolic constants for diff-raw status indicators.Junio C Hamano3-26/+51
2005-07-25Documentation: describe git-ls-files --exclude patterns.Junio C Hamano1-4/+92
2005-07-25git-ls-files: --exclude mechanism updates.Junio C Hamano2-21/+157
2005-07-25Update the documentation for git-tag-script to reflect current behavior.Ryan Anderson1-5/+11
2005-07-25git-tag-script updates.Junio C Hamano1-6/+26
2005-07-23Fix up applymbox script for the addition of "git-" prefixLinus Torvalds1-3/+3
2005-07-23[PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano1-6/+17
2005-07-23Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds2-1/+8
2005-07-23Rename the "tools" programs to also have the "git-" prefixLinus Torvalds3-2/+5
2005-07-23[PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano3-3/+63
2005-07-23[PATCH] Document update-server-info.Junio C Hamano2-0/+46
2005-07-23[PATCH] Add update-server-info.Junio C Hamano9-1/+1025
2005-07-23[PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano2-1/+106
2005-07-23[PATCH] Documentation: git-peek-remote.Junio C Hamano2-3/+59
2005-07-23[PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano2-1/+57
2005-07-23Update tutorial.txt branches/tags to use the nicer helper syntaxLinus Torvalds1-21/+31
2005-07-23Make "git tag" create both simple and signed tagsLinus Torvalds1-12/+38
2005-07-23[PATCH] mailinfo: handle folded header.Junio C Hamano1-37/+27
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds1-1/+3
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki1-28/+43
2005-07-23[PATCH] Deb packaging needs two more configuration filesRyan Anderson2-0/+2
2005-07-23[PATCH] Deb packages should include the binariesRyan Anderson3-7/+13
2005-07-23Be more aggressive about marking trees uninterestingLinus Torvalds1-1/+25
2005-07-22[PATCH] tutorial: mention "git clone" records .git/branches/originJunio C Hamano1-22/+18
2005-07-22[PATCH] git-clone-script: store where we cloned from in .git/branches/originJunio C Hamano1-18/+23