aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* l10n: ru: added Russian translationDimitriy Ryazantcev2015-03-23
* Post 2.3 cyce (batch #10)Junio C Hamano2015-03-17
* Merge branch 'mg/doc-status-color-slot'Junio C Hamano2015-03-17
|\
| * config,completion: add color.status.unmergedMichael J Gruber2015-03-10
* | Merge branch 'mg/status-v-v'Junio C Hamano2015-03-17
|\ \
| * | commit/status: show the index-worktree diff with -v -vMichael J Gruber2015-03-06
| * | t7508: test git status -vMichael J Gruber2015-03-06
| * | t7508: .gitignore 'expect' and 'output' filesJunio C Hamano2015-03-06
| |/
* | Merge branch 'mg/sequencer-commit-messages-always-verbatim'Junio C Hamano2015-03-17
|\ \
| * | sequencer: preserve commit messagesMichael J Gruber2015-03-06
* | | Merge branch 'sg/completion-remote'Junio C Hamano2015-03-17
|\ \ \
| * | | completion: simplify __git_remotes()SZEDER Gábor2015-03-06
| * | | completion: add a test for __git_remotes() helper functionSZEDER Gábor2015-03-06
| | |/ | |/|
* | | Merge branch 'es/rebase-i-count-todo'Junio C Hamano2015-03-17
|\ \ \
| * | | rebase-interactive: re-word "item count" commentEric Sunshine2015-03-06
| * | | rebase-interactive: suppress whitespace preceding item countEric Sunshine2015-03-06
* | | | Merge branch 'ak/git-done-help-cleanup'Junio C Hamano2015-03-17
|\ \ \ \
| * | | | git: make was_alias and done_help non-staticAlexander Kuleshov2015-03-06
| | |/ / | |/| |
* | | | Merge branch 'rs/zip-text'Junio C Hamano2015-03-17
|\ \ \ \
| * | | | archive-zip: mark text files in archivesRené Scharfe2015-03-05
| | |_|/ | |/| |
* | | | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\ \ \ \
| * | | | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
| |/ / /
* | | | Sync with 2.3.3Junio C Hamano2015-03-13
|\ \ \ \
| * | | | Git 2.3.3v2.3.3Junio C Hamano2015-03-13
| * | | | Merge branch 'mr/doc-clean-f-f' into maintJunio C Hamano2015-03-13
| |\ \ \ \
| * \ \ \ \ Merge branch 'ak/t5516-typofix' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/diff-test-updates' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/diffcore-rename-duplicate' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'bw/kwset-use-unsigned' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'nd/grep-exclude-standard-help-fix' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mg/doc-remote-tags-or-not' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mk/diff-shortstat-dirstat-fix' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'ms/submodule-update-config-doc' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-beyond-symlink' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/daemon-interpolate' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/daemon-interpolate' into maintJunio C Hamano2015-03-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | Post 2.3 cycle (batch #9)Junio C Hamano2015-03-10
* | | | | | | | | | | | | | | | | Merge branch 'mh/expire-updateref-fixes'Junio C Hamano2015-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | reflog_expire(): never update a reference to null_sha1Michael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | reflog_expire(): ignore --updateref for symbolic referencesMichael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | reflog: improve and update documentationMichael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | struct ref_lock: delete the force_write memberStefan Beller2015-03-05
| * | | | | | | | | | | | | | | | | lock_ref_sha1_basic(): do not set force_write for missing referencesMichael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | write_ref_sha1(): move write elision test to callersMichael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | write_ref_sha1(): remove check for lock == NULLMichael Haggerty2015-03-05
| * | | | | | | | | | | | | | | | | Merge branch 'sb/atomic-push' into mh/ref-trans-value-checkJunio C Hamano2015-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mh/reflog-expire' into mh/ref-trans-value-checkJunio C Hamano2015-02-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano2015-03-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | diffcore-rename: avoid processing duplicate destinationsJeff King2015-02-27
| * | | | | | | | | | | | | | | | | | diffcore-rename: split locate_rename_dst into two functionsJeff King2015-02-27
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |