summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-06-02GIT 1.5.2.1v1.5.2.1Junio C Hamano3-2/+55
2007-06-02Use =20 when rfc2047 encoding spaces.Kristian Høgsberg2-8/+12
2007-06-02Create a new manpage for the gitignore format, and reference it elsewhereJosh Triplett8-101/+145
2007-06-02Documentation: robustify asciidoc GIT_VERSION replacementJeff King2-5/+3
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano4-15/+69
2007-05-30git-config: Improve documentation of git-config file handlingFrank Lichtenheld1-7/+59
2007-05-30git-config: Various small fixes to asciidoc documentationFrank Lichtenheld1-4/+6
2007-05-30decode_85(): fix missing return.Jerald Fitzjerald1-1/+1
2007-05-30fix signed range problems with hex conversionsLinus Torvalds2-3/+3
2007-05-29cvsserver: Fix some typos in asciidoc documentationFrank Lichtenheld1-2/+2
2007-05-29cvsserver: Note that CVS_SERVER can also be specified as method variableFrank Lichtenheld1-1/+11
2007-05-29cvsserver: Correct inetd.conf example in asciidoc documentationFrank Lichtenheld1-3/+5
2007-05-28user-manual: fixed typo in exampleSteffen Prohaska1-1/+1
2007-05-28Add test case for $Id$ expanded in the repositoryAndy Parkins1-0/+36
2007-05-28Merge branch 'maint-1.5.1' into maintJunio C Hamano2-7/+11
2007-05-28git-svn: avoid md5 calculation entirely if SVN doesn't provide oneEric Wong1-6/+10
2007-05-28Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2-10/+19
2007-05-28Makefile: Remove git-fsck and git-verify-pack from PROGRAMSNguyen Thai Ngoc Duy1-2/+2
2007-05-28Fix stupid typo in lookup_tag()Johan Herland1-1/+1
2007-05-27git-gui: Guess our share/git-gui/lib path at runtime if possiblegitgui-0.7.2Shawn O. Pearce2-4/+16
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano10-47/+115
2007-05-26Fix git-svn to handle svn not reporting the md5sum of a file, and test.James Y Knight2-1/+46
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins1-2/+37
2007-05-26More echo "$user_message" fixes.Jeff King3-6/+6
2007-05-26Add tests for the last two fixes.Junio C Hamano1-3/+22
2007-05-26git-commit: use printf '%s\n' instead of echo on user-supplied stringsJunio C Hamano1-4/+4
2007-05-25git-am: use printf instead of echo on user-supplied stringsJeff King1-2/+2
2007-05-25Documentation: Add definition of "evil merge" to GIT GlossaryJakub Narebski1-0/+4
2007-05-25Replace the last 'dircache's by 'index'Jakub Narebski2-2/+2
2007-05-25Documentation: Clean up links in GIT GlossaryJakub Narebski1-29/+29
2007-05-24Merge branch 'master' of git://repo.or.cz/git/fastimport into maintJunio C Hamano1-10/+71
2007-05-24Merge branch 'maint-1.5.1' into maintJunio C Hamano2-0/+5
2007-05-24fix memory leak in parse_object when check_sha1_signature failsCarlos Rica1-0/+1
2007-05-24name-rev: tolerate clock skew in committer datesJunio C Hamano1-0/+4
2007-05-24Correct key bindings to Control-<foo>Shawn O. Pearce1-6/+3
2007-05-24Update bash completion for git-config optionsShawn O. Pearce1-2/+12
2007-05-24Teach bash completion about recent log long optionsShawn O. Pearce1-2/+2
2007-05-24Teach bash completion about 'git remote update'Shawn O. Pearce1-2/+14
2007-05-23Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano2-30/+66
2007-05-24Update bash completion header documentationShawn O. Pearce1-1/+14
2007-05-23Merge branch 'maint-1.5.1' into maintJunio C Hamano1-1/+1
2007-05-24Remove a duplicate --not option in bash completionShawn O. Pearce1-1/+1
2007-05-24Teach bash completion about git-shortlogShawn O. Pearce1-0/+23
2007-05-24Hide the plumbing diff-{files,index,tree} from bash completionShawn O. Pearce1-3/+3
2007-05-24Fix possible coredump with fast-import --import-marksShawn O. Pearce2-5/+36
2007-05-24Refactor fast-import branch creation from existing commitShawn O. Pearce1-27/+31
2007-05-23fast-import: Fix crash when referencing already existing objectsSimon Hausmann1-1/+1
2007-05-23fast-import: Fix uninitialized variableSimon Hausmann1-0/+1
2007-05-23Documentation: fix git-config.xml generationJames Bowes1-1/+1
2007-05-23Use git-for-each-ref to check whether the origin branch exists.Stephan Springl1-5/+5
2007-05-23Merge branch 'maint-1.5.1' into maintJunio C Hamano1-0/+7
2007-05-22Document branch.autosetupmerge.Paolo Bonzini1-0/+7
2007-05-22git-gui: Tighten internal pattern match for lib/ directoryShawn O. Pearce1-1/+1
2007-05-21git-cvsserver: fix disabling service via per-method configJunio C Hamano1-5/+3
2007-05-21Merge branch 'maint-1.5.1' into maintJunio C Hamano6-2/+54
2007-05-21git-status: respect core.excludesFileJohannes Schindelin4-0/+39
2007-05-21SubmittingPatches: mention older C compiler compatibilityJohannes Schindelin1-0/+13
2007-05-21git-daemon: don't ignore pid-file write failureJim Meyering1-2/+2
2007-05-21Update bash completion to ignore some more plumbing commandsJonas Fonseca1-0/+3
2007-05-20Merge branch 'maint-1.5.1' into maintJunio C Hamano6-18/+48
2007-05-20annotate: make it work from subdirectories.Junio C Hamano1-1/+1
2007-05-20git-config: Correct asciidoc documentation for --int/--boolFrank Lichtenheld1-8/+9
2007-05-20t1300: Add tests for git-config --bool --getFrank Lichtenheld1-0/+34
2007-05-20unpack-trees.c: verify_uptodate: remove dead codeSven Verdoolaege1-4/+0
2007-05-20Use PATH_MAX instead of TEMPFILE_PATH_LENFernando J. Pereda1-4/+2
2007-05-20branch: fix segfault when resolving an invalid HEADJonas Fonseca1-1/+2
2007-05-20GIT 1.5.2v1.5.2Junio C Hamano3-22/+26
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Junio C Hamano1-1/+1
2007-05-20Merge branch 'maint' to synchronize with 1.5.1.6Junio C Hamano6-59/+212
2007-05-20GIT 1.5.1.6v1.5.1.6Junio C Hamano4-9/+48
2007-05-19Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano3-52/+159
2007-05-19git-svn: don't minimize-url when doing an init that tracks multiple pathsEric Wong1-0/+5
2007-05-19git-svn: avoid crashing svnserve when creating new directoriesEric Wong1-0/+2
2007-05-19user-manual: Add section on ignoring filesJohan Herland1-2/+69
2007-05-19user-manual: finding commits referencing given file contentJ. Bruce Fields1-0/+16
2007-05-19user-manual: discourage shared repositoryJ. Bruce Fields1-0/+21
2007-05-19tutorial: revise index introductionJ. Bruce Fields1-49/+45
2007-05-19tutorials: add user-manual linksJ. Bruce Fields2-1/+8
2007-05-18Merge branch 'maint'Junio C Hamano11-10/+24
2007-05-18Documentation: Reformatted SYNOPSIS for several commandsMatthias Kestenholz6-9/+19
2007-05-18Documentation: Added [verse] to SYNOPSIS where necessaryMatthias Kestenholz5-1/+5
2007-05-18Documentation/git.txt: Update links to older documentation pages.Junio C Hamano1-34/+25
2007-05-18gitweb: Fix "Use of uninitialized value" warning in git_feedJakub Narebski1-1/+2
2007-05-18Merge branch 'sp/cvsexport'Junio C Hamano1-15/+30
2007-05-18Add link to 1.5.1.5 release notes.Junio C Hamano1-1/+3
2007-05-18Merge 1.5.1.5 inJunio C Hamano8-900/+1061
2007-05-18GIT v1.5.1.5v1.5.1.5Junio C Hamano2-3/+14
2007-05-18Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano6-896/+1046
2007-05-18gitweb: Remove redundant $searchtype setupPetr Baudis1-7/+0
2007-05-18Documentation: git-rev-list's "patterns"Petr Baudis1-2/+2
2007-05-18Fix crlf attribute handling to match documentationAndy Parkins1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe4-8/+26
2007-05-17user-manual: reorganize public git repo discussionJ. Bruce Fields1-40/+50
2007-05-17user-manual: listing commits reachable from some refs not othersJ. Bruce Fields1-0/+48
2007-05-17user-manual: introduce gitJ. Bruce Fields1-0/+3
2007-05-17user-manual: add a "counting commits" exampleJ. Bruce Fields1-0/+19
2007-05-17user-manual: move howto/using-topic-branches into manualJ. Bruce Fields2-297/+296
2007-05-17user-manual: move howto/make-dist.txt into user manualJ. Bruce Fields2-52/+42
2007-05-17Documentation: remove howto's now incorporated into manualJ. Bruce Fields2-174/+0
2007-05-17user-manual: move quick-start to an appendixJ. Bruce Fields1-239/+245
2007-05-17glossary: expand and clarify some definitions, prune cross-referencesJ. Bruce Fields1-94/+134
2007-05-17user-manual: revise birdseye-view chapterJ. Bruce Fields1-28/+18
2007-05-17gitweb: Allow arbitrary strings to be dug with pickaxePetr Baudis1-2/+4
2007-05-17gitweb: Add support for grep searchesPetr Baudis2-2/+125
2007-05-17gitweb: Normalize searchbar font sizePetr Baudis1-1/+2
2007-05-17Merge branch 'maint'Junio C Hamano2-1/+10
2007-05-17Document core.excludesfile for git-addMichael Hendricks1-0/+9
2007-05-17gitweb: Fix error in git_patchset_body for deletion in merge commitJakub Narebski1-1/+2
2007-05-17Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2-4/+44
2007-05-17git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1Shawn O. Pearce2-4/+44
2007-05-16git-send-email: allow leading white space on mutt aliasesMichael Hendricks1-1/+1
2007-05-16gitweb: fix another use of undefined valueJunio C Hamano1-1/+3
2007-05-16Add a birdview-on-the-source-code section to the user manualJohannes Schindelin1-0/+219
2007-05-16gitweb: Empty patch for merge means trivial merge, not no differencesJakub Narebski1-1/+8
2007-05-16Merge branch 'maint'Junio C Hamano6-4/+11
2007-05-16gitweb: Separate search regexp from search textJakub Narebski1-3/+4
2007-05-16gitweb: Do not use absolute font sizesJakub Narebski1-0/+1
2007-05-16format-patch: add MIME-Version header when we add content-type.Jeff King1-0/+1
2007-05-16Fixed link in user-manualSteffen Prohaska1-1/+1
2007-05-16Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano1-1/+1
2007-05-16import-tars: Use the "Link indicator" to identify directoriesJohannes Schindelin1-1/+1
2007-05-15Ensure return value from xread() is always stored into an ssize_tJohan Herland12-16/+15
2007-05-15Fix signedness on return value from xread()Johan Herland1-1/+1
2007-05-15git name-rev writes beyond the end of malloc() with large generationsAndy Whitcroft2-1/+7
2007-05-14Documentation/branch: fix small typo in -D exampleQuy Tonthat1-1/+1
2007-05-14Optimized cvsexportcommit: calling 'cvs status' once instead of once per touc...Steffen Prohaska1-15/+30
2007-05-14Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Andy Parkins4-28/+28
2007-05-14Merge branch 'maint'Junio C Hamano7-22/+66
2007-05-14Prepare for 1.5.1.5 Release NotesJunio C Hamano2-1/+38
2007-05-14gitweb: Add a few comments about %feature hashJakub Narebski1-1/+5
2007-05-14git-am: Clean up the asciidoc documentationFrank Lichtenheld1-16/+19
2007-05-14Documentation: format-patch has no --mbox optionFrank Lichtenheld2-2/+2
2007-05-14builtin-log.c: Fix typo in commentFrank Lichtenheld1-1/+1
2007-05-14Fix git-clone buglet for remote case.Junio C Hamano1-2/+2
2007-05-13cvsserver: Don't send mixed messages to clientsFrank Lichtenheld1-0/+1
2007-05-13Documentation/git-add: clarify -u with path limitingJeff King1-2/+5
2007-05-13Documentation: Split description of pretty formats of commit logJakub Narebski6-39/+60
2007-05-13gitweb: Fix "Use of unitialized value" warnings in empty repositoryJakub Narebski1-11/+19
2007-05-13Merge branch 'maint'Junio C Hamano10-49/+110
2007-05-13cvsserver: Limit config parser to needed optionsFrank Lichtenheld1-3/+3
2007-05-13gitweb: Check if requested object existsJakub Narebski1-1/+15
2007-05-13Link to HTML version of external doc if availableJunio C Hamano1-2/+2
2007-05-13git-svn: don't attempt to minimize URLs by defaultEric Wong6-16/+19
2007-05-13git-svn: fix segfaults due to initial SVN pool being clearedEric Wong1-1/+0
2007-05-13git-svn: clean up caching of SVN::Ra functionsEric Wong1-26/+42
2007-05-13git-svn: don't drop the username from URLs when dcommit is runEric Wong1-1/+1
2007-05-13RPM spec: include files in technical/ to package.Quy Tonthat1-0/+5
2007-05-13Remove stale non-static-inline prototype for tree_entry_extract()Matthieu Castet1-1/+0
2007-05-13git-config: test for 'do not forget "a.b.var" ends "a.var" section'.Steffen Prohaska1-0/+19
2007-05-13git-config: do not forget seeing "a.b.var" means we are out of "a.var" section.Junio C Hamano1-4/+24
2007-05-12Minor fixup to documentation of hooks in git-receive-pack.Jan Hudec1-17/+20
2007-05-12Merge branch 'maint'Junio C Hamano4-11/+74
2007-05-12checkout: allow detaching to HEAD even when switching to the tip of a branchJunio C Hamano2-3/+64
2007-05-12Updated documentation of hooks in git-receive-pack.Jan Hudec1-7/+70
2007-05-12t9400: Use the repository config and nothing else.Junio Hamano1-8/+9
2007-05-12Allow fetching references from any namespaceAlex Riesen1-2/+2
2007-05-12git-archive: don't die when repository uses subprojectsLars Hjemli2-4/+4
2007-05-12tiny fix in documentation of git-cloneSteffen Prohaska1-1/+1
2007-05-12gitweb: Test if $from_id and $to_id are defined before comparisonJakub Narebski1-1/+2
2007-05-12Fix an unmatched comment end in arm/sha1_arm.SMarco Costalba1-1/+1
2007-05-12git-add: allow path limiting with -uJeff King2-7/+44
2007-05-11read-tree -m -u: avoid getting confused by intermediate symlinks.Junio C Hamano2-5/+10
2007-05-11apply: do not get confused by symlinks in the middleJunio C Hamano3-10/+84
2007-05-11Add has_symlink_leading_path() function.Junio C Hamano2-0/+49
2007-05-10Minor copyediting on Release Notes for 1.5.2Junio C Hamano1-7/+9
2007-05-10GIT v1.5.2-rc3v1.5.2-rc3Junio C Hamano2-2/+9
2007-05-10Document 'git-log --decorate'Michael Hendricks1-0/+3
2007-05-10Correct error message in revert/cherry-pickShawn O. Pearce1-1/+1
2007-05-10Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano9-345/+513
2007-05-10git gui 0.7.0gitgui-0.7.0Shawn O. Pearce1-1/+1
2007-05-10git-gui: Paperbag fix blame in subdirectoryShawn O. Pearce1-1/+1
2007-05-10Merge branch 'maint'Junio C Hamano1-1/+1
2007-05-10Merge branch 'maint' of git://repo.or.cz/git/fastimport into maintJunio C Hamano1-1/+1
2007-05-10Fix documentation of tag in git-fast-import.txtRichard P. Curnow1-1/+0
2007-05-10Merge branch 'gfi-maint' into maintShawn O. Pearce1-1/+1
2007-05-10gitweb: Do not use absolute font sizesPetr Baudis1-10/+9
2007-05-10Git.pm: config_boolean() -> config_bool()Petr Baudis3-8/+12
2007-05-10Merge branch 'maint'Junio C Hamano4-3/+13
2007-05-10.mailmap: add some aliasesJunio C Hamano1-0/+4
2007-05-10SPECIFYING RANGES typo fix: it it => it isJari Aalto1-1/+1
2007-05-10git-clone: don't get fooled by $PWDJunio C Hamano1-1/+8
2007-05-10gitweb: choose appropriate view for file type if a= parameter missingGerrit Pape1-4/+10
2007-05-10Added new git-gui library files to rpm specQuy Tonthat1-0/+1
2007-05-09Fix documentation of tag in git-fast-import.txtRichard P. Curnow1-1/+0
2007-05-09t9400: skip cvsserver test if Perl SQLite interface is unavailableJunio C Hamano1-0/+5
2007-05-09Merge branch 'fl/cvsserver'Junio C Hamano1-0/+120
2007-05-09Merge branch 'jc/diffopt'Junio C Hamano3-73/+23
2007-05-09Merge branch 'jn/gitweb'Junio C Hamano2-103/+394
2007-05-08cvsserver: Add test cases for git-cvsserverFrank Lichtenheld1-0/+120
2007-05-08Update documentation links to point at 1.5.1.4Junio C Hamano2-3/+23
2007-05-08Increase pack.depth default to 50Theodore Ts'o4-4/+4
2007-05-08Add pack.depth option to git-pack-objects.Theodore Ts'o4-3/+11
2007-05-08Use .git/MERGE_MSG in cherry-pick/revertShawn O. Pearce1-11/+6
2007-05-08Merge branch 'maint'Junio C Hamano4-10/+42
2007-05-08GIT v1.5.1.4v1.5.1.4Junio C Hamano3-2/+32
2007-05-08Add howto files to rpm packages.Quy Tonthat1-1/+4
2007-05-09git-gui: Format author/committer times in ISO formatShawn O. Pearce1-4/+10
2007-05-09git-gui: Cleanup minor nits in blame codeShawn O. Pearce1-17/+18
2007-05-08git-gui: Generate blame on uncommitted working tree fileShawn O. Pearce2-11/+25
2007-05-08git-gui: Smarter command line parsing for browser, blameShawn O. Pearce1-9/+47