summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sd/log-decorate'Junio C Hamano2010-05-081-0/+1
|\
| * git_config_maybe_bool()Junio C Hamano2010-02-171-0/+1
* | Merge branch 'cw/ws-indent-with-tab'Junio C Hamano2010-05-081-1/+2
|\ \
| * | whitespace: replumb ws_fix_copy to take a strbuf *dst instead of char *dstChris Webb2010-04-041-1/+1
| * | whitespace: add tab-in-indent error classChris Webb2010-04-021-0/+1
* | | make commit_tree a library functionJeff King2010-04-011-0/+2
* | | fix const-correctness of write_sha1_fileJeff King2010-04-011-1/+1
|/ /
* | Merge branch 'cc/cherry-pick-ff'Junio C Hamano2010-03-281-0/+3
|\ \
| * | builtin/merge: make checkout_fast_forward() non staticJunio C Hamano2010-03-061-0/+3
* | | Merge branch 'tr/notes-display'Junio C Hamano2010-03-241-0/+3
|\ \ \
| * | | notes: implement helpers needed for note copying during rewriteThomas Rast2010-03-121-0/+2
| * | | Support showing notes from more than one notes treeThomas Rast2010-03-121-0/+1
* | | | Merge branch 'fl/askpass'Junio C Hamano2010-03-201-0/+1
|\ \ \ \
| * | | | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-041-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'gb/maint-submodule-env'Junio C Hamano2010-03-071-0/+9
|\ \ \ \
| * | | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-241-0/+9
| |/ / /
* | | | Merge branch 'nd/root-git'Junio C Hamano2010-03-071-0/+1
|\ \ \ \
| * | | | Move offset_1st_component() to path.cNguyễn Thái Ngọc Duy2010-02-161-0/+1
| * | | | Merge branch 'jc/maint-reflog-bad-timestamp' into maintJunio C Hamano2010-02-101-1/+2
| |\ \ \ \
* | \ \ \ \ Merge branch 'mm/mkstemps-mode-for-packfiles'Junio C Hamano2010-03-071-0/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.Matthieu Moy2010-02-221-0/+4
| | |_|/ / | |/| | |
* | | | | Make 'git var GIT_PAGER' always print the configured pagerJonathan Nieder2010-02-141-1/+1
|/ / / /
* | | | Merge branch 'jc/maint-reflog-bad-timestamp'Junio C Hamano2010-01-271-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | approxidate_careful() reports errorneous date stringJunio C Hamano2010-01-261-1/+2
| * | | Merge branch 'mm/config-pathname-tilde-expand' into maintJunio C Hamano2009-12-031-0/+2
| |\ \ \
| * \ \ \ Merge branch 'jc/maint-blank-at-eof' into maintJunio C Hamano2009-11-151-1/+3
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/fix-tree-walk'Junio C Hamano2010-01-241-0/+2
|\ \ \ \ \ \
| * | | | | | unpack-trees.c: prepare for looking ahead in the indexJunio C Hamano2010-01-071-0/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'il/branch-set-upstream'Junio C Hamano2010-01-221-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Add branch --set-upstreamIlari Liusvaara2010-01-181-0/+1
* | | | | | Merge branch 'ap/merge-backend-opts'Junio C Hamano2010-01-201-0/+1
|\ \ \ \ \ \
| * | | | | | Make "subtree" part more orthogonal to the rest of merge-recursive.Junio C Hamano2010-01-171-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jc/cache-unmerge'Junio C Hamano2010-01-201-0/+4
|\ \ \ \ \ \
| * | | | | | resolve-undo: teach "update-index --unresolve" to use resolve-undo infoJunio C Hamano2009-12-251-0/+1
| * | | | | | resolve-undo: "checkout -m path" uses resolve-undo informationJunio C Hamano2009-12-251-0/+1
| * | | | | | resolve-undo: record resolved conflicts in a new index extension sectionJunio C Hamano2009-12-251-0/+2
| |/ / / / /
* | | | | | Merge branch 'jc/ident'Junio C Hamano2010-01-201-0/+4
|\ \ \ \ \ \
| * | | | | | user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano2010-01-171-0/+1
| * | | | | | ident.c: check explicit identity for name and email separatelyJunio C Hamano2010-01-101-0/+3
| |/ / / / /
* | | | | | Merge branch 'jc/symbol-static'Junio C Hamano2010-01-201-8/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | symlinks.c: remove unused functionsJunio C Hamano2010-01-171-2/+0
| * | | | | sha1_file.c: remove unused functionJunio C Hamano2010-01-121-1/+0
| * | | | | read-cache.c: mark file-local functions staticJunio C Hamano2010-01-121-2/+0
| * | | | | entry.c: mark file-local function staticJunio C Hamano2010-01-121-3/+0
* | | | | | Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-131-0/+1
|\ \ \ \ \ \
| * | | | | | "checkout A...B" switches to the merge base between A and BJunio C Hamano2009-10-181-0/+1
* | | | | | | Merge branch 'cc/reset-more'Junio C Hamano2010-01-131-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix bit assignment for CE_CONFLICTEDJunio C Hamano2010-01-041-1/+1
| * | | | | | | "reset --merge": fix unmerged caseJunio C Hamano2010-01-031-0/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'nd/sparse'Junio C Hamano2010-01-131-2/+10
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |