summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix sample pre-commit hookJunio C Hamano2007-11-221-1/+1
* Make test scripts executable.Junio C Hamano2007-11-222-0/+0
* bundle create: keep symbolic refs' names instead of resolving themJohannes Schindelin2007-11-222-1/+21
* send-email: add transfer encoding header with content-typeJeff King2007-11-201-1/+2
* Doc fix for git-reflog: mention @{...} syntax, and <ref> in synopsys.Matthieu Moy2007-11-201-4/+11
* config: clarify compression defaultsBrian Downing2007-11-201-1/+5
* config: correct core.loosecompression documentationBrian Downing2007-11-201-1/+1
* Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maintJunio C Hamano2007-11-184-13/+81
|\
| * Documentation: Fix references to deprecated commandsJ. Bruce Fields2007-11-182-8/+3
| * user-manual: mention "..." in "Generating diffs", etc.J. Bruce Fields2007-11-181-4/+11
| * user-manual: Add section "Why bisecting merge commits can be harder ..."Steffen Prohaska2007-11-181-0/+66
| * git-remote.txt: fix example urlJ. Bruce Fields2007-11-171-1/+1
* | GIT 1.5.3.6v1.5.3.6Junio C Hamano2007-11-182-10/+6
* | grep -An -Bm: fix invocation of external grep commandJunio C Hamano2007-11-171-3/+3
|/
* Update draft release notes for 1.5.3.6Junio C Hamano2007-11-161-1/+32
* Merge branch 'ds/maint-deflatebound' into maintJunio C Hamano2007-11-164-1/+28
|\
| * Improve accuracy of check for presence of deflateBound.David Symonds2007-11-074-1/+28
* | Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-162-2/+28
* | core.excludesfile clean-upJunio C Hamano2007-11-167-34/+26
* | Fix t9101 test failure caused by Subversion "auto-props"Wincent Colaiuta2007-11-161-1/+1
* | git-send-email: add charset header if we add encoded 'From'Jeff King2007-11-161-3/+31
* | git-clean: honor core.excludesfileJunio C Hamano2007-11-142-1/+19
* | Documentation: Fix man page breakage with DocBook XSL v1.72Jonas Fonseca2007-11-143-3/+12
* | git-remote.txt: fix typoSergei Organov2007-11-141-1/+1
* | core-tutorial.txt: Fix argument mistake in an example.Sergei Organov2007-11-141-2/+2
* | replace reference to git-rm with git-reset in git-commit docJing Xue2007-11-142-4/+8
* | Grammar fixes for gitattributes documentationWincent Colaiuta2007-11-141-8/+9
* | Don't allow fast-import tree delta chains to exceed maximum depthShawn O. Pearce2007-11-131-7/+13
* | revert/cherry-pick: allow starting from dirty work tree.Junio C Hamano2007-11-131-1/+1
* | t/t3404: fix test for a bogus todo file.Junio C Hamano2007-11-131-1/+1
* | Merge branch 'sp/maint-plug-traverse-commit-list-leak' into maintJunio C Hamano2007-11-121-0/+7
|\ \
| * | Fix memory leak in traverse_commit_listShawn O. Pearce2007-11-101-0/+7
* | | for-each-ref: fix off by one read.Christian Couder2007-11-111-1/+1
* | | git-branch: remove mention of non-existent '-b' optionJeff King2007-11-111-1/+1
* | | git-svn: prevent dcommitting if the index is dirty.Benoit Sigoure2007-11-112-0/+9
* | | fix index-pack with packs >4GB containing deltas on 32-bit machinesNicolas Pitre2007-11-111-1/+1
* | | git-hash-object should honor config variablesNicolas Pitre2007-11-111-0/+2
* | | gitweb: correct month in date display for atom feedsVincent Zanotti2007-11-101-1/+1
* | | print warning/error/fatal messages in one shotNicolas Pitre2007-11-091-3/+3
|/ /
* | Start preparing for 1.5.3.6Junio C Hamano2007-11-092-1/+22
* | git-send-email: Change the prompt for the subject of the initial message.Benoit Sigoure2007-11-091-1/+1
* | SubmittingPatches: improve the 'Patch:' section of the checklistSergei Organov2007-11-081-5/+4
* | instaweb: Minor cleanups and fixes for potential problemsJonas Fonseca2007-11-081-9/+8
* | stop t1400 hiding errors in testsAlex Riesen2007-11-081-1/+1
* | Makefile: add missing dependency on wt-status.hJunio C Hamano2007-11-081-0/+1
* | refresh_index_quietly(): express "optional" nature of index writing betterJunio C Hamano2007-11-081-9/+5
* | Fix sed string regex escaping in module_name.Ralf Wildenhues2007-11-081-1/+1
* | Avoid a few unportable, needlessly nested "...`...".Ralf Wildenhues2007-11-082-4/+4
* | git-mailsplit: with maildirs not only process cur/, but also new/Gerrit Pape2007-11-081-16/+22
|/
* Add Documentation/CodingGuidelinesJohannes Schindelin2007-11-071-0/+112