summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SubmittingPatches: mention older C compiler compatibilityJohannes Schindelin2007-05-211-0/+13
* git-daemon: don't ignore pid-file write failureJim Meyering2007-05-211-2/+2
* annotate: make it work from subdirectories.Junio C Hamano2007-05-201-1/+1
* git-config: Correct asciidoc documentation for --int/--boolFrank Lichtenheld2007-05-201-8/+9
* t1300: Add tests for git-config --bool --getFrank Lichtenheld2007-05-201-0/+34
* unpack-trees.c: verify_uptodate: remove dead codeSven Verdoolaege2007-05-201-4/+0
* Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda2007-05-201-4/+2
* branch: fix segfault when resolving an invalid HEADJonas Fonseca2007-05-201-1/+2
* GIT 1.5.1.6v1.5.1.6Junio C Hamano2007-05-204-9/+48
* Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-05-193-52/+159
|\
| * user-manual: Add section on ignoring filesJohan Herland2007-05-191-2/+69
| * user-manual: finding commits referencing given file contentJ. Bruce Fields2007-05-191-0/+16
| * user-manual: discourage shared repositoryJ. Bruce Fields2007-05-191-0/+21
| * tutorial: revise index introductionJ. Bruce Fields2007-05-191-49/+45
| * tutorials: add user-manual linksJ. Bruce Fields2007-05-192-1/+8
* | git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong2007-05-191-0/+5
* | git-svn: avoid crashing svnserve when creating new directoriesEric Wong2007-05-191-0/+2
|/
* Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz2007-05-186-9/+19
* Documentation: Added [verse] to SYNOPSIS where necessaryMatthias Kestenholz2007-05-185-1/+5
* GIT v1.5.1.5v1.5.1.5Junio C Hamano2007-05-182-3/+14
* Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-05-186-896/+1046
|\
| * user-manual: reorganize public git repo discussionJ. Bruce Fields2007-05-171-40/+50
| * user-manual: listing commits reachable from some refs not othersJ. Bruce Fields2007-05-171-0/+48
| * user-manual: introduce gitJ. Bruce Fields2007-05-171-0/+3
| * user-manual: add a "counting commits" exampleJ. Bruce Fields2007-05-171-0/+19
| * user-manual: move howto/using-topic-branches into manualJ. Bruce Fields2007-05-172-297/+296
| * user-manual: move howto/make-dist.txt into user manualJ. Bruce Fields2007-05-172-52/+42
| * Documentation: remove howto's now incorporated into manualJ. Bruce Fields2007-05-172-174/+0
| * user-manual: move quick-start to an appendixJ. Bruce Fields2007-05-171-239/+245
| * glossary: expand and clarify some definitions, prune cross-referencesJ. Bruce Fields2007-05-171-94/+134
| * user-manual: revise birdseye-view chapterJ. Bruce Fields2007-05-171-28/+18
| * Add a birdview-on-the-source-code section to the user manualJohannes Schindelin2007-05-161-0/+219
* | Documentation: git-rev-list's "patterns"Petr Baudis2007-05-181-2/+2
* | Document core.excludesfile for git-addMichael Hendricks2007-05-171-0/+9
* | git-send-email: allow leading white space on mutt aliasesMichael Hendricks2007-05-161-1/+1
|/
* format-patch: add MIME-Version header when we add content-type.Jeff King2007-05-161-0/+1
* Fixed link in user-manualSteffen Prohaska2007-05-161-1/+1
* Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2007-05-161-1/+1
|\
| * import-tars: Use the "Link indicator" to identify directoriesJohannes Schindelin2007-05-161-1/+1
* | git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft2007-05-152-1/+7
* | Documentation/branch: fix small typo in -D exampleQuy Tonthat2007-05-141-1/+1
|/
* Prepare for 1.5.1.5 Release NotesJunio C Hamano2007-05-142-1/+38
* gitweb: Add a few comments about %feature hashJakub Narebski2007-05-141-1/+5
* git-am: Clean up the asciidoc documentationFrank Lichtenheld2007-05-141-16/+19
* Documentation: format-patch has no --mbox optionFrank Lichtenheld2007-05-142-2/+2
* builtin-log.c: Fix typo in commentFrank Lichtenheld2007-05-141-1/+1
* Fix git-clone buglet for remote case.Junio C Hamano2007-05-141-2/+2
* git-svn: don't attempt to minimize URLs by defaultEric Wong2007-05-136-16/+19
* git-svn: fix segfaults due to initial SVN pool being clearedEric Wong2007-05-131-1/+0
* git-svn: clean up caching of SVN::Ra functionsEric Wong2007-05-131-26/+42