summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-18Merge branch 'cb/maint-merge-recursive-submodule-fix' into maintLibravatar Junio C Hamano2-12/+78
2009-04-18doc/git-daemon: add missing arguments to max-connections optionLibravatar Markus Heidelberg1-1/+1
2009-04-18Merge branch 'maint-1.6.0' into maintLibravatar Junio C Hamano3-9/+20
2009-04-18doc/git-daemon: add missing arguments to optionsLibravatar Markus Heidelberg1-8/+8
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableLibravatar Frank Lichtenheld2-1/+12
2009-04-18imap-send: use correct configuration variable in documentationLibravatar Paul Bolle1-1/+1
2009-04-18Update docs on behaviour of 'core.sharedRepository' and 'git init --shared'Libravatar Johan Herland2-7/+15
2009-04-17Merge branch 'ac/color-graph'Libravatar Junio C Hamano2-48/+199
2009-04-17Merge branch 'jk/cobdoc'Libravatar Junio C Hamano2-47/+45
2009-04-17Merge branch 'mk/apply-swap'Libravatar Junio C Hamano2-7/+84
2009-04-17Merge branch 'mm/add-p-quit'Libravatar Junio C Hamano2-39/+38
2009-04-17Merge branch 'eb/upload-archive-from-git-shell'Libravatar Junio C Hamano2-3/+4
2009-04-17Merge branch 'jc/shared-literally'Libravatar Junio C Hamano1-5/+9
2009-04-17Merge branch 'ns/am-to-empty'Libravatar Junio C Hamano2-5/+39
2009-04-17Merge branch 'bw/short-ref-strict'Libravatar Junio C Hamano9-17/+67
2009-04-17Merge branch 'da/difftool'Libravatar Junio C Hamano15-486/+825
2009-04-17Merge branch 'maint'Libravatar Junio C Hamano3-5/+15
2009-04-17doc/gitattributes: clarify location of config textLibravatar Jeff King1-3/+6
2009-04-17hook/update: example of how to prevent branch creationLibravatar Pierre Habouzit1-1/+10
2009-04-17Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano2-2/+9
2009-04-17Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano2-2/+9
2009-04-17archive test: attributesLibravatar René Scharfe1-0/+91
2009-04-17archive: do not read .gitattributes in working directoryLibravatar Nguyễn Thái Ngọc Duy4-2/+36
2009-04-17unpack-trees: do not muck with attributes when we are not checking outLibravatar Junio C Hamano1-2/+4
2009-04-17attr: add GIT_ATTR_INDEX "direction"Libravatar Nguyễn Thái Ngọc Duy2-4/+11
2009-04-17archive tests: do not use .gitattributes in working directoryLibravatar René Scharfe1-4/+5
2009-04-17Fix buffer overflow in config parserLibravatar Thomas Jarosch2-2/+9
2009-04-17remote.c: use shorten_unambiguous_refLibravatar Michael J Gruber1-5/+1
2009-04-17get_local_heads(): do not return random pointer if there is no headLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2009-04-17Documentation: boolean value may be given by on/offLibravatar Michał Kiedrowicz1-1/+1
2009-04-16git-apply: fix option descriptionLibravatar Ulrich Windl1-1/+1
2009-04-16Update git-add.txt according to the new possibilities of 'git add -p'.Libravatar Matthieu Moy1-1/+3
2009-04-16add-interactive: refactor mode hunk handlingLibravatar Jeff King1-43/+21
2009-04-15git add -p: new "quit" command at the prompt.Libravatar Matthieu Moy2-1/+20
2009-04-15builtin-apply: keep information about files to be deletedLibravatar Michał Kiedrowicz2-8/+47
2009-04-13graph API: Added logic for colored edgesLibravatar Allan Caffee2-48/+199
2009-04-13tests: test applying criss-cross rename patchLibravatar Michał Kiedrowicz1-0/+38
2009-04-13rev-parse: --abbrev-ref option to shorten ref nameLibravatar Bert Wesarg2-2/+26
2009-04-13for-each-ref: utilize core.warnAmbiguousRefs for :short-formatLibravatar Bert Wesarg3-4/+22
2009-04-13shorten_unambiguous_ref(): add strict modeLibravatar Bert Wesarg4-7/+19
2009-04-13docs/checkout: clarify what "non-branch" meansLibravatar Jeff King1-5/+5
2009-04-13doc/checkout: split checkout and branch creation in synopsisLibravatar Jeff King1-18/+22
2009-04-13doc/checkout: refer to git-branch(1) as appropriateLibravatar Jeff King1-19/+9
2009-04-13doc: refer to tracking configuration as "upstream"Libravatar Jeff King2-12/+14
2009-04-13doc: clarify --no-track optionLibravatar Jeff King2-2/+4
2009-04-12gitignore git-bisect--helperLibravatar Junio C Hamano1-0/+1
2009-04-12git-am: teach git-am to apply a patch to an unborn branchLibravatar Nanako Shiraishi2-5/+39
2009-04-12Mark t1301 permission test to depend on POSIXPERMLibravatar Junio C Hamano346-4349/+10224
2009-04-12show_object(): push path_name() call further downLibravatar Linus Torvalds7-14/+20
2009-04-12process_{tree,blob}: show objects without bufferingLibravatar Linus Torvalds7-41/+48