summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* untracked: fix detection of uname(2) failurecb/uname-in-untrackedCharles Bailey2015-07-171-1/+1
* untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-126-7/+72
* mingw32: add uname()Nguyễn Thái Ngọc Duy2015-03-122-0/+20
* t7063: tests for untracked cacheNguyễn Thái Ngọc Duy2015-03-124-0/+416
* update-index: test the system before enabling untracked cacheNguyễn Thái Ngọc Duy2015-03-122-0/+174
* update-index: manually enable or disable untracked cacheNguyễn Thái Ngọc Duy2015-03-122-0/+24
* status: enable untracked cacheNguyễn Thái Ngọc Duy2015-03-122-2/+5
* untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHENguyễn Thái Ngọc Duy2015-03-121-1/+1
* untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy2015-03-123-1/+11
* untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATSNguyễn Thái Ngọc Duy2015-03-121-0/+12
* untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy2015-03-123-2/+12
* read-cache.c: split racy stat test to a separate functionNguyễn Thái Ngọc Duy2015-03-121-9/+15
* untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-124-2/+44
* untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-123-0/+226
* untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-125-0/+213
* ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy2015-03-123-9/+17
* untracked cache: don't open non-existent .gitignoreNguyễn Thái Ngọc Duy2015-03-121-1/+25
* untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-122-2/+15
* untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-122-2/+121
* untracked cache: make a wrapper around {open,read,close}dir()Nguyễn Thái Ngọc Duy2015-03-121-8/+47
* untracked cache: invalidate dirs recursively if .gitignore changesNguyễn Thái Ngọc Duy2015-03-121-1/+17
* untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-122-3/+114
* untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-122-19/+183
* dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-122-7/+53
* Post 2.3 cycle (batch #9)stockJunio C Hamano2015-03-101-0/+7
* Merge branch 'mh/expire-updateref-fixes'Junio C Hamano2015-03-103-92/+126
|\
| * reflog_expire(): never update a reference to null_sha1mh/expire-updateref-fixesMichael Haggerty2015-03-051-2/+5
| * reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty2015-03-052-4/+14
| * reflog: improve and update documentationMichael Haggerty2015-03-052-64/+88
| * struct ref_lock: delete the force_write memberStefan Beller2015-03-051-5/+9
| * lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty2015-03-051-9/+6
| * write_ref_sha1(): move write elision test to callersMichael Haggerty2015-03-051-9/+9
| * write_ref_sha1(): remove check for lock == NULLMichael Haggerty2015-03-051-4/+0
| * Merge branch 'sb/atomic-push' into mh/ref-trans-value-checkJunio C Hamano2015-02-0913-50/+429
| |\
| * \ Merge branch 'mh/reflog-expire' into mh/ref-trans-value-checkJunio C Hamano2015-02-093-265/+332
| |\ \
* | \ \ Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano2015-03-102-13/+110
|\ \ \ \
| * | | | diffcore-rename: avoid processing duplicate destinationsjk/diffcore-rename-duplicateJeff King2015-02-272-2/+85
| * | | | diffcore-rename: split locate_rename_dst into two functionsJeff King2015-02-271-12/+26
* | | | | Post 2.3 cycle (batch #8)Junio C Hamano2015-03-061-1/+25
* | | | | Merge branch 'bw/kwset-use-unsigned'Junio C Hamano2015-03-064-7/+7
|\ \ \ \ \
| * | | | | kwset: use unsigned char to store values with high-bit setbw/kwset-use-unsignedBen Walton2015-03-024-7/+7
| |/ / / /
* | | | | Merge branch 'ak/t5516-typofix'Junio C Hamano2015-03-061-1/+1
|\ \ \ \ \
| * | | | | t5516: correct misspelled pushInsteadOfak/t5516-typofixAnders Kaseorg2015-03-031-1/+1
| |/ / / /
* | | | | Merge branch 'ms/submodule-update-config-doc'Junio C Hamano2015-03-063-37/+64
|\ \ \ \ \
| * | | | | submodule: improve documentation of update subcommandms/submodule-update-config-docMichal Sojka2015-03-023-37/+64
* | | | | | Merge branch 'ja/clean-confirm-i18n'Junio C Hamano2015-03-061-1/+2
|\ \ \ \ \ \
| * | | | | | Add hint interactive cleaningja/clean-confirm-i18nJean-Noel Avila2015-03-021-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'mk/diff-shortstat-dirstat-fix'Junio C Hamano2015-03-062-1/+15
|\ \ \ \ \ \
| * | | | | | diff --shortstat --dirstat: remove duplicate outputmk/diff-shortstat-dirstat-fixMårten Kongstad2015-03-022-1/+15
| |/ / / / /
* | | | | | Merge branch 'mg/doc-remote-tags-or-not'Junio C Hamano2015-03-061-0/+3
|\ \ \ \ \ \