summaryrefslogtreecommitdiffstats
path: root/unimplemented.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-22travis-ci: fix "skip_branch_tip_with_tag()" string comparisonLars Schneider1-1/+1
2017-09-21pathspec doc: parse_pathspec does not maintain references to argsJonathan Nieder2-4/+7
2017-09-21revision: replace "struct cmdline_pathspec" with argv_arrayJeff King1-28/+11
2017-09-21test-lint: echo -e (or -E) is not portableTorsten Bögershausen1-1/+1
2017-09-20git-compat-util: make UNLEAK less error-proneJonathan Tan1-2/+2
2017-09-20for_each_string_list_item: avoid undefined behavior for empty listMichael Haggerty1-2/+4
2017-09-20read_info_alternates: warn on non-trivial errorsJeff King1-0/+1
2017-09-20read_info_alternates: read contents into strbufJeff King1-20/+10
2017-09-19t9010-*.sh: skip all tests if the PIPE prereq is missingRamsay Jones1-27/+28
2017-09-19test-lib: use more compact expression in PIPE prerequisiteRamsay Jones1-8/+2
2017-09-19rev-parse: rev-parse: add --is-shallow-repositoryØystein Walle3-0/+23
2017-09-19t/README: fix typo and grammatically improve a sentenceKaartic Sivaraam1-3/+3
2017-09-19The eighth batch for 2.15Junio C Hamano1-0/+58
2017-09-17gc: call fscanf() with %<len>s, not %<len>c, when reading hostnameJunio C Hamano1-1/+1
2017-09-17add test for bug in git-mv for recursive submodulesHeiko Voigt1-0/+25
2017-09-15imap-send: use curl by default when possibleNicolas Morey-Chaisemartin1-3/+3
2017-09-15imap_send: setup_curl: retreive credentials if not set in config fileNicolas Morey-Chaisemartin1-2/+17
2017-09-15imap-send: add wrapper to get server credentials if neededNicolas Morey-Chaisemartin1-14/+20
2017-09-15imap-send: return with error if curl failedNicolas Morey-Chaisemartin1-1/+1
2017-09-15commit-template: change a message to be more intuitiveKaartic Sivaraam1-1/+1
2017-09-15test-lib: don't use ulimit in test prerequisites on cygwinRamsay Jones4-5/+12
2017-09-14read_pack_header: handle signed/unsigned comparison in read resultJeff King1-1/+1
2017-09-14config: flip return value of store_write_*()Jeff King1-13/+15
2017-09-14notes-merge: use ssize_t for write_in_full() return valueJeff King1-1/+1
2017-09-14pkt-line: check write_in_full() errors against "< 0"Jeff King1-15/+14
2017-09-14convert less-trivial versions of "write_in_full() != len"Jeff King3-4/+5
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King16-27/+26
2017-09-14get-tar-commit-id: check write_in_full() return against 0Jeff King1-2/+1
2017-09-14config: avoid "write_in_full(fd, buf, len) < len" patternJeff King1-4/+2
2017-09-14doc: fix minor typos (extra/duplicated words)Evan Zacks4-4/+4
2017-09-14archive: don't add empty directories to archivesRené Scharfe4-21/+6
2017-09-14replace-objects: evaluate replacement refs without using the object storeStefan Beller1-1/+1
2017-09-14push, fetch: error out for submodule entries not pointing to commitsStefan Beller2-8/+35
2017-09-14pack: make packed_git_mru global a value instead of a pointerJonathan Nieder3-11/+9
2017-09-14help: change a message to be more preciseKaartic Sivaraam1-1/+1
2017-09-14refs: strip out not allowed flags from ref_transaction_updateThomas Gummerer2-0/+10
2017-09-12doc/for-each-ref: explicitly specify option namesKevin Daudt1-9/+9
2017-09-12doc/for-each-ref: consistently use '=' to between argument names and valuesKevin Daudt1-7/+8
2017-09-11subprocess: loudly die when subprocess asks for an unsupported capabilityJunio C Hamano1-2/+2
2017-09-11travis: dedent a few scripts that are indented overly deeplyJunio C Hamano2-33/+36
2017-09-11travis-ci: skip a branch build if equal tag is presentLars Schneider1-0/+23
2017-09-11travis-ci: move Travis CI code into dedicated scriptsLars Schneider10-81/+128
2017-09-10The seventh batch post 2.14Junio C Hamano1-40/+17
2017-09-10RelNotes: further fixes for 2.14.2 from the master frontJunio C Hamano1-0/+59
2017-09-10wt-status: release strbuf after use in wt_longstatus_print_tracking()Rene Scharfe1-0/+1
2017-09-10refs/files-backend: add `refname`, not "HEAD", to listMartin Ågren1-3/+10
2017-09-10refs/files-backend: correct return value in lock_ref_for_updateMartin Ågren1-1/+1
2017-09-10refs/files-backend: fix memory leak in lock_ref_for_updateMartin Ågren1-11/+20
2017-09-10refs/files-backend: add longer-scoped copy of string to listMartin Ågren1-4/+14
2017-09-10commit-tree: do not complete line in -F inputRoss Kabus1-1/+0