Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-16diff.c: remove useless check for value != NULLChristian Couder
2008-02-16fast-import: check return value from unpack_entry()Shawn O. Pearce
2008-02-16Validate nicknames of remote branches to prohibit confusing onesDaniel Barkalow
2008-02-16diff.c: replace a 'strdup' with 'xstrdup'.Christian Couder
2008-02-15diff.c: fixup garding of config parser from value=NULLJunio C Hamano
2008-02-14config: add test cases for empty value and no value config variables.Christian Couder
2008-02-14cvsimport: have default merge regex also match beginning of commit messageGerrit Pape
2008-02-14git clone -s documentation: force a new paragraph for the NOTEMiklos Vajna
2008-02-14status: suggest "git rm --cached" to unstage for initial commitJeff King
2008-02-14Protect get_author_ident_from_commit() from filenames in work treeJunio C Hamano
2008-02-13upload-pack: Initialize the exec-path.Johannes Sixt
2008-02-13bisect: use verbatim commit subject in the bisect logJohannes Schindelin
2008-02-13git-cvsimport.txt: fix '-M' description.Sergei Organov
2008-02-13Revert "pack-objects: only throw away data during memory pressure"Junio C Hamano
2008-02-12config.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-log.c: guard config parser from value=NULLJunio C Hamano
2008-02-12imap-send.c: guard config parser from value=NULLJunio C Hamano
2008-02-12wt-status.c: guard config parser from value=NULLJunio C Hamano
2008-02-12setup.c: guard config parser from value=NULLJunio C Hamano
2008-02-12remote.c: guard config parser from value=NULLJunio C Hamano
2008-02-12merge-recursive.c: guard config parser from value=NULLJunio C Hamano
2008-02-12http.c: guard config parser from value=NULLJunio C Hamano
2008-02-12help.c: guard config parser from value=NULLJunio C Hamano
2008-02-12git.c: guard config parser from value=NULLJunio C Hamano
2008-02-12diff.c: guard config parser from value=NULLJunio C Hamano
2008-02-12convert.c: guard config parser from value=NULLJunio C Hamano
2008-02-12connect.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-tag.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-show-branch.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-reflog.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-log.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-config.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-commit.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-branch.c: guard config parser from value=NULLJunio C Hamano
2008-02-12builtin-apply.c: guard config parser from value=NULLJunio C Hamano
2008-02-12Add config_error_nonbool() helper functionJunio C Hamano
2008-02-12builtin-gc.c: guard config parser from value=NULLMiklos Vajna
2008-02-12archive-tar.c: guard config parser from value=NULLJunio C Hamano
2008-02-11Work around curl-gnutls not liking to be reinitializedMike Hommey
2008-02-11man pages are littered with .ft C and othersJonas Fonseca
2008-02-11Add a BuildRequires for gettext in the spec file.James Bowes
2008-02-11pack-objects: only throw away data during memory pressureMartin Koegler
2008-02-11builtin-commit: remove .git/SQUASH_MSG upon successful commitGerrit Pape
2008-02-11Make git prune remove temporary packs that look like write failuresDavid Steven Tweed
2008-02-11rebase -i: accept -m as advertised in the man pageUwe Kleine-K,Av(Bnig
2008-02-11Document that the default of branch.autosetupmerge is trueJohannes Schindelin
2008-02-11bisect: allow starting with a detached HEADJohannes Schindelin