summaryrefslogtreecommitdiffstats
path: root/gpg-interface.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-12untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy6-7/+72
2015-03-12mingw32: add uname()Nguyễn Thái Ngọc Duy2-0/+20
2015-03-12t7063: tests for untracked cacheNguyễn Thái Ngọc Duy4-0/+416
2015-03-12update-index: test the system before enabling untracked cacheNguyễn Thái Ngọc Duy2-0/+174
2015-03-12update-index: manually enable or disable untracked cacheNguyễn Thái Ngọc Duy2-0/+24
2015-03-12status: enable untracked cacheNguyễn Thái Ngọc Duy2-2/+5
2015-03-12untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHENguyễn Thái Ngọc Duy1-1/+1
2015-03-12untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy3-1/+11
2015-03-12untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATSNguyễn Thái Ngọc Duy1-0/+12
2015-03-12untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy3-2/+12
2015-03-12read-cache.c: split racy stat test to a separate functionNguyễn Thái Ngọc Duy1-9/+15
2015-03-12untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy4-2/+44
2015-03-12untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy3-0/+226
2015-03-12untracked cache: save to an index extensionNguyễn Thái Ngọc Duy5-0/+213
2015-03-12ewah: add convenient wrapper ewah_serialize_strbuf()Nguyễn Thái Ngọc Duy3-9/+17
2015-03-12untracked cache: don't open non-existent .gitignoreNguyễn Thái Ngọc Duy1-1/+25
2015-03-12untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2-2/+15
2015-03-12untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2-2/+121
2015-03-12untracked cache: make a wrapper around {open,read,close}dir()Nguyễn Thái Ngọc Duy1-8/+47
2015-03-12untracked cache: invalidate dirs recursively if .gitignore changesNguyễn Thái Ngọc Duy1-1/+17
2015-03-12untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2-3/+114
2015-03-12untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2-19/+183
2015-03-12dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2-7/+53
2015-03-10Post 2.3 cycle (batch #9)Junio C Hamano1-0/+7
2015-03-07Post 2.3 cycle (batch #8)Junio C Hamano1-1/+25
2015-03-06Git 2.3.2v2.3.2Junio C Hamano3-2/+14
2015-03-05Prepare for 2.3.2Junio C Hamano2-1/+69
2015-03-05Post 2.3 cycle (batch #7)Junio C Hamano1-0/+20
2015-03-05reflog_expire(): never update a reference to null_sha1Michael Haggerty1-2/+5
2015-03-05reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty2-4/+14
2015-03-05reflog: improve and update documentationMichael Haggerty2-64/+88
2015-03-05struct ref_lock: delete the force_write memberStefan Beller1-5/+9
2015-03-05lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty1-9/+6
2015-03-05write_ref_sha1(): move write elision test to callersMichael Haggerty1-9/+9
2015-03-05write_ref_sha1(): remove check for lock == NULLMichael Haggerty1-4/+0
2015-03-03Post 2.3 cycle (batch #6)Junio C Hamano1-0/+24
2015-03-03t5516: correct misspelled pushInsteadOfAnders Kaseorg1-1/+1
2015-03-02submodule: improve documentation of update subcommandMichal Sojka3-37/+64
2015-03-02git-remote.txt: describe behavior without --tags and --no-tagsMichael J Gruber1-0/+3
2015-03-02kwset: use unsigned char to store values with high-bit setBen Walton4-7/+7
2015-03-02Add hint interactive cleaningJean-Noel Avila1-1/+2
2015-03-02diff --shortstat --dirstat: remove duplicate outputMårten Kongstad2-1/+15
2015-02-27diffcore-rename: avoid processing duplicate destinationsJeff King2-2/+85
2015-02-27diffcore-rename: split locate_rename_dst into two functionsJeff King1-12/+26
2015-02-27grep: correct help string for --exclude-standardNguyễn Thái Ngọc Duy1-1/+1
2015-02-26gettext.c: move get_preferred_languages() from http.cJeff King3-25/+28
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay2-0/+11
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo1-1/+2
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli1-2/+6
2015-02-26git-svn: lazy load some modulesEric Wong5-20/+26