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
2009-04-30Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin
2009-03-18New config push.default to decide default behavior for pushFinn Arne Gangstad
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2008-12-21Introduce commit notesJohannes Schindelin
2008-11-15Add cache preload facilityLinus Torvalds
2008-11-12Merge branch 'maint'Junio C Hamano
2008-11-12Fix non-literal format in printf-style callsDaniel Lowe
2008-10-31Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano
2008-10-31Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen
2008-10-01add have_git_dir() functionDmitry Potapov
2008-07-29Make use of stat.ctime configurableAlex Riesen
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-26Merge branch 'lt/config-fsync'Junio C Hamano
2008-06-20environment.c: remove unused functionしらいしななこ
2008-06-19Add config option to enable 'fsync()' of object filesLinus Torvalds
2008-05-26Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-15Merge branch 'sb/committer'Junio C Hamano
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-05-11Merge branch 'lt/case-insensitive'Junio C Hamano
2008-05-07commit: Show committer if automaticSanti Béjar
2008-05-05Add a function to set a non-default work treeDaniel Barkalow
2008-04-09Add platform-independent .git "symlink"Lars Hjemli
2008-04-09Add 'core.ignorecase' optionLinus Torvalds
2008-02-28Merge branch 'js/branch-track'Junio C Hamano
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-07safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-11-15core.excludesfile clean-upJunio C Hamano
2007-11-03War on whitespace: first, a bit of retreat.Junio C Hamano
2007-08-11Merge branch 'cr/tag'Junio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-08-01Add set_git_dir() functionJohannes Schindelin
2007-07-22launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin
2007-07-04Add core.pager config variable.Brian Gernhardt
2007-06-25Add core.quotepath configuration variable.Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-11Custom compression levels for objects and packsDana How
2007-05-11deprecate the new loose object header formatNicolas Pitre
2007-03-19Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-13Correct new compiler warnings in builtin-revertShawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce