summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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-09Fix typo in 'blame' documentation.Libravatar Tim Stoakes1-1/+1
2008-02-07gitattributes: fix relative path matchingLibravatar Junio C Hamano2-3/+52
2008-02-06Fix parsing numeric color valuesLibravatar Timo Hirvonen2-1/+70
2008-02-05INSTALL: git-merge no longer uses cpioLibravatar Gerrit Pape1-2/+2
2008-02-03git-remote documentation: fix synopsis to match descriptionLibravatar Jörg Sommer1-1/+1
2008-02-03git-am: fix type in its usage stringLibravatar Jörg Sommer1-1/+1
2008-02-03Fix "git-commit -C $tag"Libravatar Junio C Hamano2-1/+19
2008-02-03Documentation/git-stash.txt: Adjust SYNOPSIS command syntax (2)Libravatar Jari Aalto1-3/+4
2008-02-01Update stale documentation links from the main documentation.Libravatar Junio C Hamano1-0/+5
2008-02-01GIT 1.5.4Libravatar Junio C Hamano2-12/+6
2008-02-01Fix "git checkout -b foo ':/substring'"Libravatar Junio C Hamano1-3/+4
2008-01-31Fix typo in a comment in t/test-lib.shLibravatar Michele Ballabio1-1/+1
2008-01-31git rev-parse manpage: spelling fixLibravatar Miklos Vajna1-2/+2
2008-01-31Revert "filter-branch docs: remove brackets so not to imply revision arg is o...Libravatar Junio C Hamano2-2/+2
2008-01-30Documentation/git-cvsserver: Fix typoLibravatar Jean-Luc Herren1-1/+1
2008-01-30filter-branch: assume HEAD if no revision suppliedLibravatar Brandon Casey1-2/+1
2008-01-30filter-branch docs: remove brackets so not to imply revision arg is optionalLibravatar Brandon Casey2-2/+2
2008-01-30Use 'printf %s $x' notation in t5401Libravatar Shawn O. Pearce1-4/+4
2008-01-30filter-branch.sh: remove temporary directory on failureLibravatar Brandon Casey1-0/+5
2008-01-30git-relink: avoid hard linking in objects/info directoryLibravatar Brandon Casey1-1/+1
2008-01-29gitweb: Make use of the $git_dir variable at sub git_get_project_descriptionLibravatar Bruno Ribas1-1/+1
2008-01-29gitweb: Add info about $projectroot and $projects_list to gitweb/READMELibravatar Jakub Narebski1-2/+15
2008-01-29fix doc typosLibravatar Jim Meyering5-8/+8
2008-01-29reflog-expire: Avoid creating new files in a directory inside readdir(3) loopLibravatar Junio C Hamano1-2/+38
2008-01-29gitweb: Convert generated contents to utf8 in commitdiff_plainLibravatar Yasushi SHOJI1-6/+5
2008-01-29instaweb: use 'browser.<tool>.path' config option if it's set.Libravatar Christian Couder2-2/+11
2008-01-29Documentation: help: specify supported html browsers.Libravatar Christian Couder1-0/+10
2008-01-29Documentation: config: add "browser.<tool>.path".Libravatar Christian Couder1-0/+4
2008-01-28Add test for rebase -i with commits that do not pass pre-commitLibravatar Johannes Schindelin1-0/+16
2008-01-28t9001: add missing && operatorsLibravatar Jeff King1-4/+4
2008-01-26GIT 1.5.4-rc5Libravatar Junio C Hamano2-13/+14
2008-01-26pull --rebase: be cleverer with rebased upstream branchesLibravatar Johannes Schindelin3-2/+33