summaryrefslogtreecommitdiffstats
path: root/t/t2105-update-index-gitfile.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-14Git 2.3.3v2.3.3Junio C Hamano4-3/+43
2015-03-11builtin/help.c: fix memory leakStefan Beller1-1/+2
2015-03-11bundle.c: fix memory leakStefan Beller1-6/+5
2015-03-10use isxdigit() for checking if a character is a hexadecimal digitRené Scharfe2-2/+2
2015-03-10connect.c: do not leak "conn" after showing diagnosisStefan Beller1-0/+1
2015-03-10config,completion: add color.status.unmergedMichael J Gruber2-2/+5
2015-03-10t7510: do not fail when gpg warns about insecure memoryKyle J. McKay1-2/+2
2015-03-10t5528: do not fail with FreeBSD shellKyle J. McKay1-2/+2
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay2-3/+17
2015-03-10thread-utils.c: detect CPU count on older BSD-like systemsKyle J. McKay1-1/+17
2015-03-10configure: support HAVE_BSD_SYSCTL optionKyle J. McKay4-0/+37
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay1-1/+1
2015-03-10git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay2-4/+4
2015-03-10git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay1-1/+1
2015-03-10git-instaweb: allow running in a working tree subdirectoryKyle J. McKay1-0/+1
2015-03-10Post 2.3 cycle (batch #9)Junio C Hamano1-0/+7
2015-03-10config.txt: update versioncmp.prereleaseSuffixNguyễn Thái Ngọc Duy1-2/+7
2015-03-10daemon: deglobalize hostname informationRené Scharfe1-59/+74
2015-03-10daemon: use strbuf for hostname infoRené Scharfe1-57/+41
2015-03-07git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak2-4/+16
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-06completion: simplify __git_remotes()SZEDER Gábor1-5/+2
2015-03-06completion: add a test for __git_remotes() helper functionSZEDER Gábor1-0/+19
2015-03-06rebase-interactive: re-word "item count" commentEric Sunshine1-1/+1
2015-03-06rebase-interactive: suppress whitespace preceding item countEric Sunshine2-0/+10
2015-03-06git: make was_alias and done_help non-staticAlexander Kuleshov1-3/+2
2015-03-06branch: name detached HEAD analogous to statusMichael J Gruber2-4/+48
2015-03-06wt-status: refactor detached HEAD analysisMichael J Gruber2-3/+4
2015-03-06sequencer: preserve commit messagesMichael J Gruber2-0/+33
2015-03-06commit/status: show the index-worktree diff with -v -vMichael J Gruber3-0/+35
2015-03-06t7508: test git status -vMichael J Gruber1-2/+12
2015-03-06t7508: .gitignore 'expect' and 'output' filesJunio C Hamano1-65/+13
2015-03-06zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe10-13/+2
2015-03-06archive-zip: mark text files in archivesRené Scharfe2-2/+70
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-04log --decorate: do not leak "commit" color into the next itemJunio C Hamano3-8/+16
2015-03-04Documentation/config.txt: simplify boolean description in the syntax sectionJunio C Hamano1-2/+2
2015-03-04Documentation/config.txt: describe 'color' value type in the "Values" sectionJunio C Hamano1-16/+13
2015-03-04Documentation/config.txt: have a separate "Values" sectionJunio C Hamano1-8/+31
2015-03-04Documentation/config.txt: describe the structure first and then meaningJunio C Hamano1-16/+15
2015-03-04Documentation/config.txt: explain multi-valued variables onceJunio C Hamano1-4/+3