Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Post 2.3 cycle (batch #9) | Junio C Hamano | 2015-03-10 | 1 | -0/+7 |
* | Merge branch 'mh/expire-updateref-fixes' | Junio C Hamano | 2015-03-10 | 3 | -92/+126 |
|\ | |||||
| * | reflog_expire(): never update a reference to null_sha1 | Michael Haggerty | 2015-03-05 | 1 | -2/+5 |
| * | reflog_expire(): ignore --updateref for symbolic references | Michael Haggerty | 2015-03-05 | 2 | -4/+14 |
| * | reflog: improve and update documentation | Michael Haggerty | 2015-03-05 | 2 | -64/+88 |
| * | struct ref_lock: delete the force_write member | Stefan Beller | 2015-03-05 | 1 | -5/+9 |
| * | lock_ref_sha1_basic(): do not set force_write for missing references | Michael Haggerty | 2015-03-05 | 1 | -9/+6 |
| * | write_ref_sha1(): move write elision test to callers | Michael Haggerty | 2015-03-05 | 1 | -9/+9 |
| * | write_ref_sha1(): remove check for lock == NULL | Michael Haggerty | 2015-03-05 | 1 | -4/+0 |
| * | Merge branch 'sb/atomic-push' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 13 | -50/+429 |
| |\ | |||||
| * \ | Merge branch 'mh/reflog-expire' into mh/ref-trans-value-check | Junio C Hamano | 2015-02-09 | 3 | -265/+332 |
| |\ \ | |||||
* | \ \ | Merge branch 'jk/diffcore-rename-duplicate' | Junio C Hamano | 2015-03-10 | 2 | -13/+110 |
|\ \ \ \ | |||||
| * | | | | diffcore-rename: avoid processing duplicate destinations | Jeff King | 2015-02-27 | 2 | -2/+85 |
| * | | | | diffcore-rename: split locate_rename_dst into two functions | Jeff King | 2015-02-27 | 1 | -12/+26 |
* | | | | | Post 2.3 cycle (batch #8) | Junio C Hamano | 2015-03-07 | 1 | -1/+25 |
* | | | | | Merge branch 'bw/kwset-use-unsigned' | Junio C Hamano | 2015-03-07 | 4 | -7/+7 |
|\ \ \ \ \ | |||||
| * | | | | | kwset: use unsigned char to store values with high-bit set | Ben Walton | 2015-03-02 | 4 | -7/+7 |
| |/ / / / | |||||
* | | | | | Merge branch 'ak/t5516-typofix' | Junio C Hamano | 2015-03-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | t5516: correct misspelled pushInsteadOf | Anders Kaseorg | 2015-03-03 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'ms/submodule-update-config-doc' | Junio C Hamano | 2015-03-07 | 3 | -37/+64 |
|\ \ \ \ \ | |||||
| * | | | | | submodule: improve documentation of update subcommand | Michal Sojka | 2015-03-02 | 3 | -37/+64 |
* | | | | | | Merge branch 'ja/clean-confirm-i18n' | Junio C Hamano | 2015-03-07 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add hint interactive cleaning | Jean-Noel Avila | 2015-03-02 | 1 | -1/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch 'mk/diff-shortstat-dirstat-fix' | Junio C Hamano | 2015-03-07 | 2 | -1/+15 |
|\ \ \ \ \ \ | |||||
| * | | | | | | diff --shortstat --dirstat: remove duplicate output | Mårten Kongstad | 2015-03-02 | 2 | -1/+15 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'mg/doc-remote-tags-or-not' | Junio C Hamano | 2015-03-07 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | git-remote.txt: describe behavior without --tags and --no-tags | Michael J Gruber | 2015-03-02 | 1 | -0/+3 |
* | | | | | | | Merge branch 'nd/grep-exclude-standard-help-fix' | Junio C Hamano | 2015-03-07 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | grep: correct help string for --exclude-standard | Nguyễn Thái Ngọc Duy | 2015-02-27 | 1 | -1/+1 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'mr/doc-clean-f-f' | Junio C Hamano | 2015-03-07 | 1 | -2/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Documentation/git-clean.txt: document that -f may need to be given twice | Mikko Rapeli | 2015-02-26 | 1 | -2/+6 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'ye/http-accept-language' | Junio C Hamano | 2015-03-07 | 3 | -26/+28 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | gettext.c: move get_preferred_languages() from http.c | Jeff King | 2015-02-26 | 3 | -25/+28 |
* | | | | | | | | Sync with 2.3.2 | Junio C Hamano | 2015-03-06 | 3 | -2/+14 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Git 2.3.2v2.3.2 | Junio C Hamano | 2015-03-06 | 3 | -2/+14 |
| * | | | | | | | | Merge branch 'rj/no-xopen-source-for-cygwin' into maint | Junio C Hamano | 2015-03-06 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'rs/simple-cleanups' into maint | Junio C Hamano | 2015-03-06 | 4 | -13/+7 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'mm/am-c-doc' into maint | Junio C Hamano | 2015-03-06 | 2 | -1/+9 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'ew/svn-maint-fixes' into maint | Junio C Hamano | 2015-03-06 | 3 | -1/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'km/send-email-getopt-long-workarounds' into maint | Junio C Hamano | 2015-03-06 | 2 | -5/+15 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | Sync with maint | Junio C Hamano | 2015-03-05 | 1 | -0/+68 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Prepare for 2.3.2 | Junio C Hamano | 2015-03-05 | 2 | -1/+69 |
| * | | | | | | | | | | | | | Merge branch 'sb/plug-leak-in-make-cache-entry' into maint | Junio C Hamano | 2015-03-05 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'jk/fast-import-die-nicely-fix' into maint | Junio C Hamano | 2015-03-05 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'es/blame-commit-info-fix' into maint | Junio C Hamano | 2015-03-05 | 1 | -3/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ab/merge-file-prefix' into maint | Junio C Hamano | 2015-03-05 | 2 | -2/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'ps/submodule-sanitize-path-upon-add' into maint | Junio C Hamano | 2015-03-05 | 2 | -1/+18 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |