summaryrefslogtreecommitdiffstats
path: root/object.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-13Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland1-1/+17
2008-02-12.mailmap: adjust to a recent patch application glitch.Junio C Hamano1-0/+1
2008-02-12Update the main documentation (stale notes section)Junio C Hamano1-1/+2
2008-02-11git-blame.el: show the when, who and what in the minibuffer.Junichi Uekawa1-1/+9
2008-02-11Define the project whitespace policyJunio C Hamano3-0/+4
2008-02-11Add `git svn blame' commandTim Stoakes2-0/+28
2008-02-11config.c: guard config parser from value=NULLJunio C Hamano1-1/+15
2008-02-11builtin-log.c: guard config parser from value=NULLJunio C Hamano1-3/+2
2008-02-11imap-send.c: guard config parser from value=NULLJunio C Hamano1-0/+4
2008-02-11wt-status.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11setup.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11remote.c: guard config parser from value=NULLJunio C Hamano1-3/+6
2008-02-11merge-recursive.c: guard config parser from value=NULLJunio C Hamano1-5/+6
2008-02-11http.c: guard config parser from value=NULLJunio C Hamano1-10/+15
2008-02-11help.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11git.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11diff.c: guard config parser from value=NULLJunio C Hamano1-2/+12
2008-02-11convert.c: guard config parser from value=NULLJunio C Hamano1-2/+2
2008-02-11connect.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-tag.c: guard config parser from value=NULLJunio C Hamano1-1/+1
2008-02-11builtin-show-branch.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-reflog.c: guard config parser from value=NULLJunio C Hamano1-5/+11
2008-02-11builtin-log.c: guard config parser from value=NULLJunio C Hamano1-1/+1
2008-02-11builtin-config.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-commit.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11builtin-branch.c: guard config parser from value=NULLJunio C Hamano1-3/+6
2008-02-11builtin-apply.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-11Add config_error_nonbool() helper functionJunio C Hamano2-0/+10
2008-02-11builtin-gc.c: guard config parser from value=NULLMiklos Vajna1-1/+1
2008-02-11archive-tar.c: guard config parser from value=NULLJunio C Hamano1-1/+1
2008-02-11Work around curl-gnutls not liking to be reinitializedMike Hommey1-4/+3
2008-02-11man pages are littered with .ft C and othersJonas Fonseca2-1/+20
2008-02-11Add a BuildRequires for gettext in the spec file.James Bowes1-1/+4
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler1-2/+11
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape1-0/+1
2008-02-11Make git prune remove temporary packs that look like write failuresDavid Steven Tweed2-0/+71
2008-02-11rebase -i: accept -m as advertised in the man pageUwe Kleine-K,Av(Bnig1-1/+1
2008-02-11Document that the default of branch.autosetupmerge is trueJohannes Schindelin3-11/+13
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin2-2/+18
2008-02-11git-pull documentation: fix markupJunio C Hamano1-5/+5
2008-02-11config: Fix --unset for continuation linesFrank Lichtenheld2-0/+24
2008-02-10Work around curl-gnutls not liking to be reinitializedMike Hommey1-4/+3
2008-02-10Introduce the config variable pack.packSizeLimitJohannes Schindelin4-2/+23
2008-02-10Fix typo in 'blame' documentation.v1.5.4.1Tim Stoakes1-1/+1
2008-02-10Fix "git clone" for git:// protocolJohannes Schindelin1-8/+12
2008-02-08gitweb: Make use of the $git_dir variable at sub git_get_project_url_listBruno Ribas1-1/+1
2008-02-08git.el: Better handling of subprocess errors.Alexandre Julliard1-37/+51
2008-02-08git.el: Check for existing buffers on revert.Alexandre Julliard1-0/+8
2008-02-08git.el: Added a command to amend a commit.Alexandre Julliard1-1/+73
2008-02-08git.el: Support for showing unknown/ignored directories.Alexandre Julliard1-9/+29