summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge-recursive: do not die on a conflicting submoduleJunio C Hamano2009-04-292-5/+9
* git config: error when editing a repo config and not being in oneFelipe Contreras2009-04-291-0/+2
* parseopt: fix documentation for --keep-dashdashUwe Kleine-König2009-04-291-1/+1
* Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-296-16/+30
* doc: consistently use ASCIIDOC_EXTRAEric Blake2009-04-281-3/+3
* Makefile: installing git in cygwin 1.7.0Eric Blake2009-04-281-1/+1
* Merge branch 'maint'Junio C Hamano2009-04-284-4/+12
|\
| * Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-284-4/+12
| |\
| | * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-284-4/+12
| | |\
| | | * grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-272-2/+10
| | | * Documentation: fix a grammatical error in api-builtin.txtAllan Caffee2009-04-271-1/+1
| | | * builtin-merge: fix a typo in an error messageAllan Caffee2009-04-271-1/+1
* | | | SubmittingPatches: itemize and reflect upon well written changesSam Vilain2009-04-281-1/+13
* | | | Makefile: fix NO_PERL bug with gitwebJeff King2009-04-271-3/+1
* | | | t5701: do not get stuck in empty-push/Johannes Schindelin2009-04-271-2/+2
* | | | NetBSD compilation fixPatrick Welche2009-04-272-0/+2
* | | | Add semicolon to curly brace group in main MakefileMark Drago2009-04-271-1/+1
* | | | prune-packed: advanced progress even for non-existing fan-out directoriesJohannes Sixt2009-04-271-0/+1
* | | | t4202: fix typov1.6.3-rc3Linus Torvalds2009-04-261-1/+1
* | | | Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-256-1/+28
* | | | connect: replace inet_ntop with getnameinfoBenjamin Kramer2009-04-251-11/+4
* | | | Documentation: git-clean: make description more readableWesley J. Landaker2009-04-251-5/+8
* | | | Documentation: git-clean: fix minor grammatical errorsWesley J. Landaker2009-04-251-3/+3
* | | | Remove obsolete bug warning in man git-update-server-infoSitaram Chamarty2009-04-251-6/+0
* | | | t7700-repack: repack -a now works properly, expect success from testBrandon Casey2009-04-251-1/+1
* | | | t9001: use older Getopt::Long boolean prefix '--no' rather than '--no-'Brandon Casey2009-04-251-1/+1
* | | | progress bar: round to the nearest instead of truncating downNicolas Pitre2009-04-251-4/+4
* | | | GIT 1.6.3-rc2v1.6.3-rc2Junio C Hamano2009-04-241-1/+5
* | | | Merge branch 'maint'Junio C Hamano2009-04-241-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-241-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-241-1/+1
| | |\ \ | | | |/
| | | * test-genrandom: Add newline to usage stringStephen Boyd2009-04-231-1/+1
* | | | t7800: respect NO_PERLJeff King2009-04-241-0/+5
* | | | remote.c: do not trigger remote.<name>.<var> codepath for two-level namesJohannes Sixt2009-04-241-1/+1
* | | | builtin-help: silently tolerate unknown keysJohannes Sixt2009-04-241-2/+1
* | | | Explain seemingly pointless use of system in difftoolAlex Riesen2009-04-241-0/+6
* | | | Makefile: ignore perl/ subdirectory under NO_PERLJunio C Hamano2009-04-231-0/+2
* | | | config.txt: Make configuration paragraph more consistentStephen Boyd2009-04-231-3/+3
* | | | config.txt: clarify sentences in the configuration and syntax sectionsStephen Boyd2009-04-231-6/+6
* | | | config.txt: add missing 'the's and make words pluralStephen Boyd2009-04-231-17/+17
* | | | git-format-patch.txt: general rewordings and cleanupsStephen Boyd2009-04-231-19/+19
* | | | git-show-branch.txt: cleanup example descriptionStephen Boyd2009-04-231-3/+4
* | | | Documentation: use lowercase for shallow and deep threadingStephen Boyd2009-04-232-4/+4
* | | | config.txt: add missing format.{subjectprefix,cc,attach} variablesStephen Boyd2009-04-231-0/+15
* | | | Merge branch 'jc/maint-read-tree-multi'Junio C Hamano2009-04-224-41/+55
|\ \ \ \
| * | | | checkout branch: prime cache-tree fullyJunio C Hamano2009-04-201-1/+8
| * | | | read-tree -m A B: prime cache-tree from the switched-to treeJunio C Hamano2009-04-201-0/+5
| * | | | Move prime_cache_tree() to cache-tree.cJunio C Hamano2009-04-204-36/+40
| * | | | read-tree A B: do not corrupt cache-treeJunio C Hamano2009-04-201-4/+2
* | | | | Add parsing of elm aliases to git-send-emailBill Pemberton2009-04-222-1/+9