2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/git-sh-i18n.sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09git-gui: fix exception when trying to stage with empty file listJohannes Schindelin1-2/+10
2018-01-09git-gui: avoid exception upon Ctrl+T in an empty listJohannes Schindelin1-0/+4
2018-01-09git gui: fix staging a second line to a 1-line fileJohannes Schindelin1-0/+1
2018-01-05Git 2.16-rc1v2.16.0-rc1Junio C Hamano2-1/+12
2018-01-03doc/SubmittingPatches: improve text formattingTodd Zullinger1-1/+1
2018-01-02travis-ci: record and skip successfully built treesSZEDER Gábor6-0/+57
2018-01-02travis-ci: create the cache directory early in the build processSZEDER Gábor2-1/+2
2018-01-02travis-ci: print the "tip of branch is exactly at tag" message in colorSZEDER Gábor1-1/+1
2017-12-28Git 2.16-rc0v2.16.0-rc0Junio C Hamano2-1/+32
2017-12-28Makefile: NO_OPENSSL=1 should no longer imply BLK_SHA1=1Ævar Arnfjörð Bjarmason2-3/+0
2017-12-27sequencer: do not invent whitespace when transforming OIDsJohannes Schindelin1-1/+4
2017-12-27sequencer: report when noop has an argumentJohannes Schindelin1-4/+9
2017-12-27sequencer: remove superfluous conditionalJohannes Schindelin1-3/+1
2017-12-27sequencer: strip bogus LF at end of error messagesJohannes Schindelin1-4/+4
2017-12-27rebase: do not continue when the todo list generation failedJohannes Schindelin1-1/+2
2017-12-27travis-ci: only print test failures if there are test results availableSZEDER Gábor1-0/+6
2017-12-27travis-ci: save prove state for the 32 bit Linux buildSZEDER Gábor2-0/+2
2017-12-27travis-ci: don't install default addon packages for the 32 bit Linux buildSZEDER Gábor1-0/+1
2017-12-27travis-ci: fine tune the use of 'set -x' in 'ci/*' scriptsSZEDER Gábor4-1/+13
2017-12-27RelNotes: the eleventh batchJunio C Hamano1-0/+41
2017-12-27sequencer.c: drop 'const' from function return typeJunio C Hamano1-1/+1
2017-12-22strbuf: fix urlencode format string on signed charJulien Dusser1-1/+1
2017-12-22send-pack: use internal argv_array of struct child_processRené Scharfe1-19/+9
2017-12-22http: use internal argv_array of struct child_processRené Scharfe1-8/+3
2017-12-22git-p4: update multiple shelved change listsLuke Diamand3-26/+47
2017-12-22check-non-portable-shell.pl: `wc -l` may have leading WSTorsten Bögershausen1-0/+1
2017-12-22config.txt: document behavior of backslashes in subsectionsDave Borowitz1-5/+7
2017-12-22merge-recursive: avoid incorporating uncommitted changes in a mergeElijah Newren2-1/+8
2017-12-22move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren3-37/+42
2017-12-22t6044: recursive can silently incorporate dirty changes in a mergeElijah Newren1-5/+21
2017-12-22t/helper/test-lazy-name-hash: fix compilationStefan Beller1-1/+1
2017-12-19t5573, t7612: clean up after unexpected success of 'pull' and 'merge'Junio C Hamano2-8/+17
2017-12-19RelNotes: the tenth batchJunio C Hamano1-0/+46
2017-12-19builtin/describe.c: describe a blobStefan Beller3-7/+107
2017-12-19http: support CURLPROXY_HTTPSWei Shuyu1-0/+5
2017-12-19rebase: rebasing can also be done when HEAD is detachedKaartic Sivaraam1-2/+14
2017-12-19rebase: distinguish user input by quoting itKaartic Sivaraam1-2/+2
2017-12-19rebase: consistently use branch_name variableKaartic Sivaraam1-7/+10
2017-12-19Doc/check-ref-format: clarify information about @{-N} syntaxKaartic Sivaraam1-7/+12
2017-12-18config: document default value of http.sslVerifySimon Ruderich1-2/+2
2017-12-18p7519: improve check for prerequisite WATCHMANRené Scharfe1-2/+1
2017-12-18imap-send: URI encode server folderNicolas Morey-Chaisemartin1-1/+7
2017-12-14version --build-options: report commit, too, if possibleJohannes Schindelin4-1/+10
2017-12-14version --build-options: also report host CPUEric Sunshine2-0/+10
2017-12-14transport: make transport vtable more privateJonathan Tan4-87/+120
2017-12-14clone, fetch: remove redundant transport checkJonathan Tan2-6/+0