summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-11http.c: guard config parser from value=NULLLibravatar Junio C Hamano1-10/+15
2008-02-11help.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11git.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11diff.c: guard config parser from value=NULLLibravatar Junio C Hamano1-2/+12
2008-02-11convert.c: guard config parser from value=NULLLibravatar Junio C Hamano1-2/+2
2008-02-11connect.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-tag.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2008-02-11builtin-show-branch.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-reflog.c: guard config parser from value=NULLLibravatar Junio C Hamano1-5/+11
2008-02-11builtin-log.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2008-02-11builtin-config.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-commit.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11builtin-branch.c: guard config parser from value=NULLLibravatar Junio C Hamano1-3/+6
2008-02-11builtin-apply.c: guard config parser from value=NULLLibravatar Junio C Hamano1-0/+2
2008-02-11Add config_error_nonbool() helper functionLibravatar Junio C Hamano2-0/+10
2008-02-11builtin-gc.c: guard config parser from value=NULLLibravatar Miklos Vajna1-1/+1
2008-02-11archive-tar.c: guard config parser from value=NULLLibravatar Junio C Hamano1-1/+1
2008-02-11Work around curl-gnutls not liking to be reinitializedLibravatar Mike Hommey1-4/+3
2008-02-11man pages are littered with .ft C and othersLibravatar Jonas Fonseca2-1/+20
2008-02-11Add a BuildRequires for gettext in the spec file.Libravatar James Bowes1-1/+4
2008-02-11pack-objects: only throw away data during memory pressureLibravatar Martin Koegler1-2/+11
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitLibravatar Gerrit Pape1-0/+1
2008-02-11Make git prune remove temporary packs that look like write failuresLibravatar David Steven Tweed2-0/+71
2008-02-11git-web--browse: fix misplaced quote in init_browser_path()Libravatar jaysoffian+git@gmail.com1-1/+1
2008-02-11rebase -i: accept -m as advertised in the man pageLibravatar Uwe Kleine-K,Av(Bnig1-1/+1
2008-02-11Document that the default of branch.autosetupmerge is trueLibravatar Johannes Schindelin3-11/+13
2008-02-11bisect: allow starting with a detached HEADLibravatar Johannes Schindelin2-2/+18
2008-02-11git-pull documentation: fix markupLibravatar Junio C Hamano1-5/+5
2008-02-10config: Fix --unset for continuation linesLibravatar Frank Lichtenheld2-0/+24
2008-02-10Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-02-09Avoid a useless prefix lookup in strbuf_expand()Libravatar Marco Costalba3-108/+83
2008-02-09web--browse: Add a few quotes in 'init_browser_path'.Libravatar Christian Couder1-2/+2
2008-02-09Documentation: instaweb: add 'git-web--browse' information.Libravatar Christian Couder1-4/+23
2008-02-09Work around curl-gnutls not liking to be reinitializedLibravatar Mike Hommey1-4/+3
2008-02-09Introduce the config variable pack.packSizeLimitLibravatar Johannes Schindelin4-2/+23
2008-02-09gitweb: Use the config file to set repository owner's name.Libravatar Bruno Ribas2-1/+9
2008-02-09Adjust .gitignore for 5884f1(Rename 'git-help--browse.sh'...)Libravatar Johannes Schindelin1-1/+1
2008-02-09git-web--browse: do not start the browser with nohupLibravatar Dmitry Potapov1-3/+3
2008-02-09Move code to clean up after a branch change to branch.cLibravatar Daniel Barkalow3-6/+28
2008-02-09Library function to check for unmerged index entriesLibravatar Daniel Barkalow4-26/+15
2008-02-09Use diff -u instead of diff in t7201Libravatar Daniel Barkalow1-9/+9
2008-02-09Move create_branch into a library fileLibravatar Daniel Barkalow4-137/+151
2008-02-09Build-in merge-recursiveLibravatar Daniel Barkalow5-22/+46
2008-02-09Add "skip_unmerged" option to unpack_trees.Libravatar Daniel Barkalow2-3/+18
2008-02-09Discard "deleted" cache entries after using them to update the working treeLibravatar Daniel Barkalow1-7/+9
2008-02-09Send unpack-trees debugging output to stderrLibravatar Daniel Barkalow1-7/+7
2008-02-09Add flag to make unpack_trees() not print errors.Libravatar Daniel Barkalow2-14/+30
2008-02-09Allow callers of unpack_trees() to handle failureLibravatar Daniel Barkalow4-41/+56
2008-02-09Fix typo in 'blame' documentation.Libravatar Tim Stoakes1-1/+1
2008-02-09Fix "git clone" for git:// protocolLibravatar Johannes Schindelin1-8/+12