summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-0/+1
* Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-1/+0
* Introduce commit notesJohannes Schindelin2008-12-211-0/+1
* Add cache preload facilityLinus Torvalds2008-11-141-0/+3
* Merge branch 'maint'Junio C Hamano2008-11-111-1/+1
|\
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-1/+1
* | Merge branch 'ar/maint-mksnpath' into ar/mksnpathJunio C Hamano2008-10-301-1/+1
|\ \ | |/
| * Use git_pathdup instead of xstrdup(git_path(...))Alex Riesen2008-10-301-1/+1
* | add have_git_dir() functionDmitry Potapov2008-09-301-0/+5
|/
* Make use of stat.ctime configurableAlex Riesen2008-07-281-0/+1
* shrink git-shell by avoiding redundant dependenciesDmitry Potapov2008-06-271-1/+0
* Merge branch 'lt/config-fsync'Junio C Hamano2008-06-251-0/+1
|\
| * Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-181-0/+1
* | environment.c: remove unused functionしらいしななこ2008-06-191-7/+0
|/
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-4/+20
|\
| * Add a function to set a non-default work treeDaniel Barkalow2008-05-041-4/+20
* | Merge branch 'sb/committer'Junio C Hamano2008-05-141-0/+1
|\ \
| * | commit: Show committer if automaticSanti Béjar2008-05-061-0/+1
* | | Merge branch 'lt/core-optim'Junio C Hamano2008-05-111-0/+1
|\ \ \
| * \ \ Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-101-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Add 'core.ignorecase' optionLinus Torvalds2008-04-091-0/+1
| | |/
* | | Allow tracking branches to set up rebase by default.Dustin Sallings2008-05-111-0/+1
|/ /
* | Add platform-independent .git "symlink"Lars Hjemli2008-04-091-0/+2
|/
* Merge branch 'js/branch-track'Junio C Hamano2008-02-271-0/+1
|\
| * branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-191-0/+1
* | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-161-0/+1
|\ \
| * | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-0/+1
| |/
* | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-151-1/+1
* | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-151-1/+1
* | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-151-1/+1
|/
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-111-1/+0
* Merge branch 'jc/spht'Junio C Hamano2007-12-091-0/+1
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-061-1/+1
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-021-0/+1
* | core.excludesfile clean-upJunio C Hamano2007-11-141-0/+1
|/
* Merge branch 'cr/tag'Junio C Hamano2007-08-101-0/+1
|\
| * launch_editor(): Heed GIT_EDITOR and core.editor settingsJohannes Schindelin2007-07-211-0/+1
* | Clean up work-tree handlingJohannes Schindelin2007-08-011-9/+26
* | Add set_git_dir() functionJohannes Schindelin2007-08-011-0/+8
|/
* Add core.pager config variable.Brian Gernhardt2007-07-041-0/+1
* Add core.quotepath configuration variable.Junio C Hamano2007-06-241-0/+1
* War on whitespaceJunio C Hamano2007-06-071-2/+0
* Merge branch 'dh/pack'Junio C Hamano2007-05-201-1/+3
|\
| * Custom compression levels for objects and packsDana How2007-05-101-1/+3
* | deprecate the new loose object header formatNicolas Pitre2007-05-101-1/+0
|/
* Limit the size of the new delta_base_cacheShawn O. Pearce2007-03-181-0/+1
* Correct new compiler warnings in builtin-revertShawn O. Pearce2007-03-121-1/+1
* General const correctness fixesShawn O. Pearce2007-03-071-1/+1
* Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt2007-03-021-0/+1
* Make AutoCRLF ternary variable.Linus Torvalds2007-02-141-1/+1