summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-20Merge branch 'jn/editor-pager'Junio C Hamano1-0/+2
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder1-0/+1
2009-11-17Expand ~ and ~user in core.excludesfile, commit.templateMatthieu Moy1-0/+2
2009-11-15Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano1-1/+3
2009-11-15Check the format of more printf-type functionsTarmigan Casebolt1-0/+2
2009-11-13Teach git var about GIT_PAGERJonathan Nieder1-0/+1
2009-11-13Teach git var about GIT_EDITORJonathan Nieder1-0/+1
2009-11-09http-backend: Protect GIT_PROJECT_ROOT from /../ requestsShawn O. Pearce1-0/+1
2009-10-30Move "get_ack()" back to fetch-packShawn O. Pearce1-1/+0
2009-10-19Introduce commit notesJohannes Schindelin1-0/+4
2009-10-18"checkout A...B" switches to the merge base between A and BJunio C Hamano1-0/+1
2009-10-18check_filename(): make verify_filename() callable without dyingJunio C Hamano1-0/+1
2009-10-17Merge branch 'jc/maint-blank-at-eof'Junio C Hamano1-1/+3
2009-09-29git branch -D: give a better error message when lockfile creation failsMiklos Vajna1-0/+1
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano1-1/+3
2009-09-13Merge branch 'jk/unwanted-advices'Junio C Hamano1-0/+1
2009-09-13preserve mtime of local cloneClemens Buchacher1-0/+1
2009-09-13use write_str_in_full helper to avoid literal string lengthsJim Meyering1-2/+7
2009-09-11push: make non-fast-forward help message configurableJeff King1-0/+1
2009-09-05core.whitespace: split trailing-space into blank-at-{eol,eof}Junio C Hamano1-2/+3
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano1-1/+2
2009-08-31Merge branch 'lt/approxidate'Junio C Hamano1-0/+5
2009-08-30Add date formatting and parsing functions relative to a given timeAlex Riesen1-0/+5
2009-08-28Merge branch 'mm/reset-report'Junio C Hamano1-3/+3
2009-08-25Merge branch 'jc/maint-checkout-index-to-prefix'Junio C Hamano1-1/+1
2009-08-23unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkoutNguyễn Thái Ngọc Duy1-0/+1
2009-08-23unpack-trees(): add CE_WT_REMOVE to remove on worktree aloneNguyễn Thái Ngọc Duy1-0/+3
2009-08-23Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy1-1/+3
2009-08-21reset: make the reminder output consistent with "checkout"Matthieu Moy1-2/+2
2009-08-21Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.Matthieu Moy1-1/+1
2009-08-21Merge branch 'cc/replace'Junio C Hamano1-1/+6
2009-08-21Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano1-0/+1
2009-08-18check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano1-1/+1
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta1-0/+1
2009-07-29git-checkout: be careful about untracked symlinksLinus Torvalds1-0/+3
2009-07-25Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano1-0/+2
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin1-0/+2
2009-07-18push: do not give big warning when no preference is configuredJunio C Hamano1-1/+0
2009-07-09Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds1-0/+10
2009-05-31diff: generate pretty filenames in prep_temp_blob()David Aguilar1-0/+2
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+1
2009-05-31sha1_file: add a "read_sha1_file_repl" functionChristian Couder1-1/+5
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-1/+1
2009-04-29Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin1-1/+6
2009-04-25Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin1-0/+2
2009-04-06Merge branch 'jc/name-branch'Junio C Hamano1-1/+1
2009-04-06Merge branch 'jc/shared-literally'Junio C Hamano1-1/+2
2009-04-01Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano1-1/+0
2009-03-28set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano1-1/+2
2009-03-26Merge branch 'fg/push-default'Junio C Hamano1-0/+9