Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 21 | -58/+1822 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | git-status.txt: advertisement for untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 6 | -7/+72 | |
| * | | | | | | | | | | | | | | | | | | mingw32: add uname() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -0/+20 | |
| * | | | | | | | | | | | | | | | | | | t7063: tests for untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 4 | -0/+416 | |
| * | | | | | | | | | | | | | | | | | | update-index: test the system before enabling untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -0/+174 | |
| * | | | | | | | | | | | | | | | | | | update-index: manually enable or disable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -0/+24 | |
| * | | | | | | | | | | | | | | | | | | status: enable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -2/+5 | |
| * | | | | | | | | | | | | | | | | | | untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: mark index dirty if untracked cache is updated | Nguyễn Thái Ngọc Duy | 2015-03-12 | 3 | -1/+11 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: avoid racy timestamps | Nguyễn Thái Ngọc Duy | 2015-03-12 | 3 | -2/+12 | |
| * | | | | | | | | | | | | | | | | | | read-cache.c: split racy stat test to a separate function | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -9/+15 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: invalidate at index addition or removal | Nguyễn Thái Ngọc Duy | 2015-03-12 | 4 | -2/+44 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: load from UNTR index extension | Nguyễn Thái Ngọc Duy | 2015-03-12 | 3 | -0/+226 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: save to an index extension | Nguyễn Thái Ngọc Duy | 2015-03-12 | 5 | -0/+213 | |
| * | | | | | | | | | | | | | | | | | | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 3 | -9/+17 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: don't open non-existent .gitignore | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+25 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: mark what dirs should be recursed/saved | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -2/+15 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: record/validate dir mtime and reuse cached output | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -2/+121 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: make a wrapper around {open,read,close}dir() | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -8/+47 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: invalidate dirs recursively if .gitignore changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+17 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: initial untracked cache validation | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -3/+114 | |
| * | | | | | | | | | | | | | | | | | | untracked cache: record .gitignore information and dir hierarchy | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -19/+183 | |
| * | | | | | | | | | | | | | | | | | | dir.c: optionally compute sha-1 of a .gitignore file | Nguyễn Thái Ngọc Duy | 2015-03-12 | 2 | -7/+53 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/plug-leak-in-pack-bitmaps' | Junio C Hamano | 2015-05-26 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsrs/plug-leak-in-pack-bitmaps | René Scharfe | 2015-05-19 | 1 | -5/+3 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'pt/pull-ff-vs-merge-ff' | Junio C Hamano | 2015-05-26 | 3 | -2/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | pull: parse pull.ff as a bool or stringpt/pull-ff-vs-merge-ff | Paul Tan | 2015-05-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | pull: make pull.ff=true override merge.ff | Paul Tan | 2015-05-18 | 3 | -1/+12 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | Merge branch 'pt/pull-log-n' | Junio C Hamano | 2015-05-26 | 2 | -2/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | pull: handle --log=<n>pt/pull-log-n | Paul Tan | 2015-05-18 | 2 | -2/+19 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/rerere-forget-check-enabled' | Junio C Hamano | 2015-05-26 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | rerere: exit silently on "forget" when rerere is disabledjk/rerere-forget-check-enabled | Jeff King | 2015-05-14 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Fourth batch for 2.5 cycle | Junio C Hamano | 2015-05-22 | 1 | -0/+75 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ps/doc-packfile-vs-pack-file' | Junio C Hamano | 2015-05-22 | 3 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | doc: fix inconsistent spelling of "packfile"ps/doc-packfile-vs-pack-file | Patrick Steinhardt | 2015-05-22 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | pack-protocol.txt: fix insconsistent spelling of "packfile" | Patrick Steinhardt | 2015-05-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | git-unpack-objects.txt: fix inconsistent spelling of "packfile" | Patrick Steinhardt | 2015-05-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | git-verify-pack.txt: fix inconsistent spelling of "packfile" | Patrick Steinhardt | 2015-05-17 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/t1020-cleanup' | Junio C Hamano | 2015-05-22 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | subdirectory tests: code cleanup, uncomment testsb/t1020-cleanup | Stefan Beller | 2015-05-18 | 1 | -4/+7 | |
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'lm/squelch-bg-progress' | Junio C Hamano | 2015-05-22 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | progress: treat "no terminal" as being in the foregroundlm/squelch-bg-progress | Jeff King | 2015-05-19 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/ignore-epipe-in-filter' | Junio C Hamano | 2015-05-22 | 5 | -8/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | filter_buffer_or_fd(): ignore EPIPEjc/ignore-epipe-in-filter | Junio C Hamano | 2015-05-20 | 2 | -1/+16 | |
| * | | | | | | | | | | | | | | | | | | | | | | copy.c: make copy_fd() report its status silently | Junio C Hamano | 2015-05-19 | 3 | -7/+16 | |
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mh/clone-verbosity-fix' | Junio C Hamano | 2015-05-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | clone: call transport_set_verbosity before anything else on the newly created...mh/clone-verbosity-fix | Mike Hommey | 2015-05-19 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'pt/pull-tags-error-diag' | Junio C Hamano | 2015-05-22 | 1 | -9/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |