summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-09Fix typo in 'blame' documentation.Libravatar Tim Stoakes1-1/+1
2008-02-09Fix "git clone" for git:// protocolLibravatar Johannes Schindelin1-8/+12
2008-02-08gitweb: Make use of the $git_dir variable at sub git_get_project_url_listLibravatar Bruno Ribas1-1/+1
2008-02-08git.el: Better handling of subprocess errors.Libravatar Alexandre Julliard1-37/+51
2008-02-08git.el: Check for existing buffers on revert.Libravatar Alexandre Julliard1-0/+8
2008-02-08git.el: Added a command to amend a commit.Libravatar Alexandre Julliard1-1/+73
2008-02-08git.el: Support for showing unknown/ignored directories.Libravatar Alexandre Julliard1-9/+29
2008-02-07git-p4: Fix indentation from tab to spacesLibravatar Toby Allsopp1-1/+1
2008-02-07Merge branch 'maint'Libravatar Junio C Hamano2-3/+52
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano2-3/+52
2008-02-06config: add test cases for empty value and no value config variables.Libravatar Christian Couder1-0/+23
2008-02-06Improve bash prompt to detect various states like an unfinished mergeLibravatar Robin Rosenberg1-4/+33
2008-02-06compat: Add simplified merge sort implementation from glibcLibravatar Brian Downing3-0/+76
2008-02-06fix config reading in testsLibravatar Jeff King2-4/+7
2008-02-06allow suppressing of global and system configLibravatar Jeff King3-4/+24
2008-02-06Merge branch 'maint'Libravatar Junio C Hamano3-3/+72
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen2-1/+70
2008-02-06gitweb: Make feed entries point to commitdiff viewLibravatar Florian La Roche1-1/+1
2008-02-06git-svn: improve repository URL matching when following parentsLibravatar Eric Wong1-1/+6
2008-02-06Make git-remote.perl "use strict" compliantLibravatar Rafael Garcia-Suarez1-4/+6
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsLibravatar Steffen Prohaska11-11/+189
2008-02-06git-commit: add a prepare-commit-msg hookLibravatar Paolo Bonzini6-2/+242