summaryrefslogtreecommitdiffstats
path: root/templates (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-16http-push: do not get confused by submodulesJohannes Schindelin1-4/+11
2008-02-16http-push: avoid invalid memory accessesJohannes Schindelin1-1/+6
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano2-2/+11
2008-02-16hg-to-git: fix parent analysisStelian Pop1-1/+1
2008-02-16mailinfo: feed only one line to handle_filter() for QP inputJay Soffian6-1/+45
2008-02-16diff.c: add "const" qualifier to "char *cmd" member of "struct ll_diff_driver"Christian Couder1-5/+2
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder3-8/+4
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder3-8/+4
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder3-8/+4
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder2-13/+13
2008-02-16diff.c: remove useless check for value != NULLChristian Couder1-7/+2
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce1-0/+2
2008-02-15Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow1-1/+11
2008-02-15diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder1-1/+1
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano1-1/+1
2008-02-13config: add test cases for empty value and no value config variables.Christian Couder1-0/+23
2008-02-13cvsimport: have default merge regex also match beginning of commit messageGerrit Pape1-1/+1
2008-02-13git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna1-6/+7
2008-02-13status: suggest "git rm --cached" to unstage for initial commitJeff King2-2/+11
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano2-1/+23
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt1-0/+3
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin1-1/+1
2008-02-13git-cvsimport.txt: fix '-M' description.Sergei Organov1-2/+2
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano1-11/+2
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