summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-06GIT v1.5.2-rc2v1.5.2-rc2Junio C Hamano2-2/+2
2007-05-06Merge branch 'maint'Junio C Hamano10-58/+253
2007-05-06Handle return code of parse_commit in revision machineryAlex Riesen2-24/+51
2007-05-05Small correction in reading of commit headersAlex Riesen1-1/+3
2007-05-05Documentation: fix typo in git-remote.txtJames Bowes1-1/+1
2007-05-05Add test for blame corner cases.Junio C Hamano1-0/+132
2007-05-05blame: -C -C -CJunio C Hamano1-2/+13
2007-05-05blame: Notice a wholesale incorporation of an existing file.Junio C Hamano1-12/+40
2007-05-05Fix --boundary outputLinus Torvalds1-4/+4
2007-05-04diff format documentation: describe raw combined diff formatJakub Narebski1-0/+22
2007-05-04Mention version 1.5.1 in tutorial and user-manualCarl Worth2-4/+4
2007-05-04Add --no-rebase option to git-svn dcommitKarl Hasselström2-15/+21
2007-05-04Fix markup in git-svn man pageKarl Hasselström1-19/+13
2007-05-03git-tag(1): -v option is a subcommand; fix code blockJonas Fonseca1-1/+4
2007-05-03Improve request-pull to handle non-rebased branchesShawn O. Pearce1-9/+32
2007-05-03Merge branch 'maint'Junio C Hamano9-35/+35
2007-05-03gitweb: use decode_utf8 directlyIsmail Dönmez1-16/+10
2007-05-03posix compatibility for t4200Bryan Larsen1-1/+1
2007-05-03Document 'opendiff' value in config.txt and git-mergetool.txtArjen Laarhoven2-2/+2
2007-05-03Allow PERL_PATH="/usr/bin/env perl"Bryan Larsen1-1/+1
2007-05-03Make xstrndup commonDaniel Barkalow2-8/+13
2007-05-03diff.c: fix "size cache" handling.Junio C Hamano1-6/+7
2007-05-03http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard1-1/+1
2007-05-03blame: use .mailmap unconditionallyJunio C Hamano1-8/+2
2007-05-02Merge branch 'maint'Junio C Hamano2-3/+4
2007-05-02Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano1-0/+19
2007-05-02cvsserver: Handle re-added files correctlyFrank Lichtenheld1-1/+1
2007-05-02Don't use seq in tests, not everyone has itShawn O. Pearce1-2/+5
2007-05-02Reuse fixup_pack_header_footer in index-packShawn O. Pearce1-32/+2
2007-05-02Create pack-write.c for common pack writing codeDana L. How4-39/+45
2007-05-02Merge branch 'gfi-maint' into gfi-masterShawn O. Pearce1-0/+19
2007-05-02Teach import-tars about GNU tar's @LongLink extension.Johannes Schindelin1-0/+19
2007-05-01Fix compilation of test-deltaMartin Koegler1-2/+3
2007-04-30GIT v1.5.2-rc1v1.5.2-rc1Junio C Hamano2-6/+38
2007-04-30Merge branch 'maint'Junio C Hamano7-25/+46
2007-04-30GIT v1.5.1.3v1.5.1.3Junio C Hamano2-7/+15
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changesAlex Riesen1-0/+1
2007-04-30Remove pointless calls to access(2) when checking for .mailmapAlex Riesen2-3/+2
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviationAlex Riesen1-0/+3
2007-04-30Use strlcpy instead of strncpy in mailmap.cAlex Riesen1-1/+1
2007-04-30send-email documentation: clarify --smtp-serverJari Aalto1-3/+4
2007-04-30git.7: Mention preformatted html doc locationJari Aalto1-0/+4
2007-04-30Clarify SubmittingPatches ChecklistJari Aalto1-1/+9
2007-04-30git-svn: Add 'find-rev' commandAdam Roben2-12/+12
2007-04-30Fix symlink handling in git-svn, related to PerlIOJunio C Hamano1-2/+2
2007-04-29Merge branch 'jc/attr'Junio C Hamano3-12/+531
2007-04-29Make sure test-genrandom and test-chmtime are builtas part of the main build.Junio C Hamano1-1/+5
2007-04-29Make macros to prevent double-inclusion in headers consistent.Junio C Hamano4-10/+10
2007-04-29Apply mailmap in git-blame output.Junio C Hamano1-3/+39
2007-04-29Split out mailmap handling out of shortlogJunio C Hamano4-82/+101
2007-04-29blame -s: suppress author name and time.Junio C Hamano2-6/+18
2007-04-29Fall back to $EMAIL for missing GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAILJosh Triplett5-2/+7
2007-04-29Merge commit 'gfi/master'Junio C Hamano0-0/+0
2007-04-29Merge branch 'maint'Junio C Hamano11-8/+47
2007-04-29http.c: Fix problem with repeated calls of http_initJulian Phillips1-0/+1
2007-04-29Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentationJosh Triplett2-0/+2
2007-04-29Fix import-tars fix.Junio C Hamano1-1/+1
2007-04-29Update .mailmap with "Michael"Junio C Hamano1-0/+1
2007-04-29Do not barf on too long action descriptionJunio C Hamano1-4/+1
2007-04-28Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2-0/+3
2007-04-28Catch empty pathnames in trees during fsckShawn O. Pearce1-0/+6
2007-04-28Merge branch 'gfi-maint' into gfi-masterShawn O. Pearce2-0/+3
2007-04-28Merge commit 'jc/maint' into gfi-maintShawn O. Pearce31-71/+268
2007-04-28Don't allow empty pathnames in fast-importShawn O. Pearce1-0/+2
2007-04-28import-tars: be nice to wrong directory modesJohannes Schindelin1-0/+1
2007-04-27git-svn: Added 'find-rev' commandAdam Roben2-0/+29
2007-04-27git shortlog documentation: add long options and fix a typoMichele Ballabio1-4/+4
2007-04-26Merge branch 'maint'Junio C Hamano9-17/+105
2007-04-26Update git-http-fetch documentationAndrew Ruder1-0/+4
2007-04-26Update git-local-fetch documentationAndrew Ruder1-0/+14
2007-04-26Update git-http-push documentationAndrew Ruder1-2/+11
2007-04-26Update -L documentation for git-blame/git-annotateAndrew Ruder1-2/+22
2007-04-26Update git-grep documentationAndrew Ruder1-4/+15
2007-04-26Update git-fmt-merge documentationAndrew Ruder1-1/+24
2007-04-26Document additional options for git-fetchAndrew Ruder1-5/+12
2007-04-26Removing -n option from git-diff-files documentationAndrew Ruder2-3/+3
2007-04-26post-receive-email example hook: sed command for getting description was wrongAndy Parkins1-1/+1
2007-04-26post-receive-email example hook: detect rewind-only updates and output sensib...Andy Parkins1-23/+54
2007-04-26post-receive-email example hook: fastforward should have been fast_forwardAndy Parkins1-1/+1
2007-04-26Ignore merged status of the file-level mergeAlex Riesen1-1/+1
2007-04-25Add a test for merging changed and rename-changed branchesAlex Riesen2-0/+28
2007-04-25Avoid excessive rewrites in merge-recursiveAlex Riesen1-13/+19
2007-04-25Merge branch 'maint'Junio C Hamano7-33/+111
2007-04-25Start preparing for 1.5.1.3Junio C Hamano2-1/+39
2007-04-25Sanitize @to recipients.Robin H. Johnson1-0/+1
2007-04-25git-svn: Ignore usernames in URLs in find_by_urlAdam Roben1-0/+4
2007-04-25Add --date={local,relative,default}Junio C Hamano9-17/+71
2007-04-25Document --dry-run and envelope-sender for git-send-email.Robin H. Johnson1-0/+9
2007-04-25Allow users to optionally specify their envelope sender.Robin H. Johnson1-1/+9
2007-04-25Ensure clean addresses are always used with Net::SMTPRobin H. Johnson1-4/+5
2007-04-25Validate @recipients before using it for sendmail and Net::SMTP.Robin H. Johnson1-1/+2
2007-04-25Perform correct quoting of recipient names.Robin H. Johnson1-5/+14
2007-04-25Change the scope of the $cc variable as it is not needed outside of send_mess...Robin H. Johnson1-4/+3
2007-04-25Debugging cleanup improvementsRobin H. Johnson1-4/+6
2007-04-25Prefix Dry- to the message status to denote dry-runs.Robin H. Johnson1-2/+2
2007-04-25Document --dry-run parameter to send-email.Robin H. Johnson1-0/+2
2007-04-25git-svn: Don't rely on $_ after making a function callAdam Roben1-5/+5
2007-04-25Fix handle leak in write_treeAlex Riesen1-1/+5
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce2-11/+11
2007-04-25init_buffer(): Kill buf pointerLuiz Fernando N. Capitulino1-2/+1
2007-04-25core-tutorial: minor fixesLuiz Fernando N. Capitulino1-5/+4
2007-04-25read_cache_from(): small simplificationLuiz Fernando N. Capitulino1-9/+8
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino2-4/+4
2007-04-25remove_subtree(): Use strerror() when possibleLuiz Fernando N. Capitulino1-4/+4
2007-04-24Add 'filter' attribute and external filter driver definition.Junio C Hamano3-3/+282
2007-04-24Add 'ident' conversion.Junio C Hamano3-12/+252
2007-04-24Merge branch 'jc/the-index'Junio C Hamano2-129/+172
2007-04-24Merge branch 'mk/diff'Junio C Hamano7-14/+49
2007-04-24Merge branch 'maint'Junio C Hamano4-5/+13
2007-04-24Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2-2/+15
2007-04-24Remove usernames from all commit messages, not just when using svmpropsAdam Roben1-1/+4
2007-04-24applymbox & quiltimport: typofix.Junio C Hamano2-2/+2
2007-04-24gitattributes documentation: clarify overridingJunio C Hamano1-3/+5
2007-04-24fast-import: size_t vs ssize_tSami Farin1-1/+1
2007-04-24t/test-lib.sh: Protect ourselves from common misconfigurationJunio C Hamano1-0/+4
2007-04-24fix importing of subversion tarsUwe Kleine-König1-1/+6
2007-04-24Create a sysconfdir variable, and use it for ETC_GITCONFIGJosh Triplett1-2/+7
2007-04-24Diff between two blobs should take mode changes into account now.Junio C Hamano1-1/+1
2007-04-24use mode of the tree in git-diff, if <tree>:<file> syntax is usedMartin Koegler1-6/+14
2007-04-24store mode in rev_list, if <tree>:<filename> syntax is usedMartin Koegler2-5/+13
2007-04-24add add_object_array_with_modeMartin Koegler2-0/+8
2007-04-24add get_sha1_with_modeMartin Koegler2-2/+10
2007-04-24Add S_IFINVALID modeMartin Koegler1-0/+3
2007-04-24Merge branch 'maint'Junio C Hamano7-5/+15
2007-04-24git-fetch: Fix "argument list too long"OGAWA Hirofumi2-6/+11
2007-04-23Documentation/git-reset.txt: suggest git commit --amend in example.Gerrit Pape1-0/+2
2007-04-23Build RPM with ETC_GITCONFIG=/etc/gitconfigJunio C Hamano1-0/+2
2007-04-23Ignore all man sections as they are generated files.Brian Gernhardt1-2/+1
2007-04-23Fix typo in git-am: s/Was is/Was it/Josh Triplett1-1/+1
2007-04-23Add clean.requireForce option, and add -f option to git-clean to override itJosh Triplett4-2/+22
2007-04-23t6030: grab commit object name as we goJunio C Hamano1-7/+10
2007-04-23t5302: avoid using tail -cJunio C Hamano1-1/+1
2007-04-23t4201: Do not display weird characters on the terminalJohannes Schindelin1-4/+4
2007-04-23add file checkout progressNicolas Pitre2-4/+6
2007-04-23Reverse the order of -b and --track in the man page.Brian Gernhardt1-1/+1
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin2-1/+8
2007-04-23Document "diff=driver" attributeJunio C Hamano1-3/+29
2007-04-22Make read-cache.c "the_index" free.Junio C Hamano2-121/+155
2007-04-22Move index-related variables into a structure.Junio C Hamano2-11/+20
2007-04-22gitweb: Show "no difference" message for empty diffv1.5.2-rc0Martin Koegler2-0/+7
2007-04-22delay progress display when checking out filesNicolas Pitre1-7/+2
2007-04-22provide a facility for "delayed" progress reportingNicolas Pitre2-0/+40
2007-04-22make progress "title" part of the common progress interfaceNicolas Pitre6-34/+27
2007-04-22common progress display supportNicolas Pitre7-185/+154
2007-04-22Support 'diff=pgm' attributeJunio C Hamano5-5/+182
2007-04-22pack-objects: make generated packfile read-onlyJunio C Hamano1-1/+1
2007-04-22Update tests not to assume that generated packfiles are writable.Junio C Hamano1-11/+11
2007-04-22Fix 'quickfix' on pack-objects.Junio C Hamano1-2/+14
2007-04-22pack-objects: quickfix for permission modes.Junio C Hamano1-0/+6
2007-04-22Fix crash in t0020 (crlf conversion)Alex Riesen1-2/+4
2007-04-22Fix a typo in crlf conversion codeAlex Riesen1-5/+5
2007-04-22Cleanup variables in cat-fileShawn O. Pearce1-12/+18
2007-04-22Update draft release notes for v1.5.2Junio C Hamano1-26/+51
2007-04-22Documentation/Makefile: fix section (5) installationJunio C Hamano2-2/+2
2007-04-21Update documentation links to point at v1.5.1.2Junio C Hamano1-1/+5
2007-04-21Merge branch 'lt/objalloc'Junio C Hamano8-59/+43
2007-04-21Merge branch 'jc/add'Junio C Hamano1-1/+57
2007-04-21Merge branch 'jc/attr'Junio C Hamano22-134/+1816
2007-04-21Merge branch 'lt/gitlink'Junio C Hamano18-120/+639
2007-04-21Merge branch 'np/pack'Junio C Hamano21-498/+1010
2007-04-21Merge branch 'jp/refs'Junio C Hamano1-21/+89
2007-04-21Merge branch 'jc/quickfetch'Junio C Hamano4-13/+206
2007-04-21Merge branch 'maint'Junio C Hamano4-10/+23
2007-04-21GIT 1.5.1.2v1.5.1.2Junio C Hamano2-8/+21
2007-04-21perl: install private Error.pm if the site version is older than our ownEric Wong1-1/+1
2007-04-21lockfile: record the primary process.Junio C Hamano2-1/+6
2007-04-21convert.c: restructure the attribute checking part.Junio C Hamano1-20/+28
2007-04-21Fix bogus linked-list management for user defined merge drivers.Junio C Hamano1-1/+2
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen6-60/+51
2007-04-20Fix a copy-n-paste bug in the object decorator code.Linus Torvalds1-1/+0
2007-04-20git-clone: fix dumb protocol transport to clone from pack-pruned refJunio C Hamano1-1/+1
2007-04-20Don't repack existing objects in fast-importShawn O. Pearce1-0/+8
2007-04-20git-add -u: match the index with working tree.Junio C Hamano1-1/+57
2007-04-20gitview: annotation supportAneesh Kumar K.V1-4/+256
2007-04-20Kill the useless progress meter in merge-recursiveShawn O. Pearce1-62/+3
2007-04-19Remove case-sensitive file in t3030-merge-recursive.Brian Gernhardt1-52/+52
2007-04-19git.el: Add a commit description to the reflog.Alexandre Julliard1-14/+28
2007-04-19Contribute a fairly paranoid update hookShawn O. Pearce1-0/+284
2007-04-19Merge branch 'maint'Junio C Hamano5-14/+21
2007-04-19Fix working directory errno handling when unlinking a directoryLinus Torvalds1-25/+29
2007-04-19Document gitattributes(5)Junio C Hamano3-2/+300
2007-04-19Update 'crlf' attribute semantics.Junio C Hamano2-60/+89
2007-04-19Documentation: support manual section (5) - file formats.Junio C Hamano2-7/+15
2007-04-19document --index-version for index-pack and pack-objectsNicolas Pitre2-0/+10
2007-04-19pack-objects: remove obsolete commentsNicolas Pitre1-11/+3
2007-04-18Update git-config documentationAndrew Ruder2-11/+15
2007-04-18Fix unmatched emphasis tag in git-tutorialAndrew Ruder1-1/+1
2007-04-18Update git-cherry-pick documentationAndrew Ruder1-1/+1
2007-04-18Update git-archive documentationAndrew Ruder1-1/+4
2007-04-18Merge branch 'maint'Junio C Hamano3-3/+3
2007-04-18fix up strtoul_ui error handlingAndy Whitcroft2-2/+2
2007-04-18Simplify code to find recursive merge driver.Junio C Hamano1-7/+2
2007-04-18Counto-fix in merge-recursiveJunio C Hamano1-1/+4
2007-04-18git-tar-tree: complete deprecation conversion messageSam Vilain1-1/+1
2007-04-18Tests for core subproject supportAlex Riesen1-0/+85
2007-04-18refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips1-21/+89
2007-04-18Merge branch 'maint'Junio C Hamano5-3/+43
2007-04-18Fix funny types used in attribute value representationJunio C Hamano6-26/+43
2007-04-18git-shortlog: Fix two formatting errors in asciidoc documentationFrank Lichtenheld1-1/+3
2007-04-18Fix overwriting of files when applying contextually independent diffsAlex Riesen2-2/+34