summaryrefslogtreecommitdiffstats
path: root/Documentation/git-p4.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-05Git 2.15-rc0v2.15.0-rc0Junio C Hamano2-1/+17
2017-10-03The twelfth batch for 2.15Junio C Hamano1-0/+24
2017-10-03request-pull: capitalise "Git" to make it a proper nounAnn T Ropea2-3/+3
2017-10-03run-command: use ALLOC_ARRAYRené Scharfe1-1/+1
2017-10-02clang-format: add a comment about the meaning/status of theStephan Beyer1-1/+5
2017-10-02repository: use FREE_AND_NULLRené Scharfe1-18/+9
2017-10-02tag: avoid NULL pointer arithmeticRené Scharfe1-4/+4
2017-10-02graph: use strbuf_addchars() to add spacesRené Scharfe1-7/+3
2017-10-02use strbuf_addstr() for adding strings to strbufsRené Scharfe3-4/+4
2017-10-02path: use strbuf_add_real_path()René Scharfe1-1/+1
2017-10-02coccinelle: remove parentheses that become unnecessaryRené Scharfe1-5/+5
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe6-18/+8
2017-10-01refs: pass NULL to refs_resolve_refdup() if hash is not neededRené Scharfe1-2/+1
2017-10-01clang-format: adjust line break penaltiesJohannes Schindelin1-6/+6
2017-09-29fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud2-3/+145
2017-09-29The eleventh batch for 2.15Junio C Hamano1-0/+18
2017-09-29doc: correct command formattingAdam Dinwoodie1-1/+1
2017-09-28The tenth batch for 2.15Junio C Hamano1-0/+47
2017-09-28submodule: correct error message for missing commitsStefan Beller2-2/+2
2017-09-28diff: correct newline in summary for renamed filesStefan Beller7-0/+35
2017-09-27git: add --no-optional-locks optionJeff King6-1/+41
2017-09-27validate_headref: use get_oid_hex for detached HEADsJeff King1-2/+2
2017-09-27validate_headref: use skip_prefix for symref parsingJeff King1-9/+6
2017-09-27validate_headref: NUL-terminate HEAD bufferJeff King1-0/+4
2017-09-27worktree: check the result of read_in_full()Jeff King1-1/+18
2017-09-27worktree: use xsize_t to access file sizeJeff King1-2/+3
2017-09-27distinguish error versus short read from read_in_full()Jeff King3-4/+16
2017-09-27avoid looking at errno for short read_in_full() returnsJeff King2-4/+14
2017-09-27prefer "!=" when checking read_in_full() resultJeff King3-3/+3
2017-09-27t7406: submodule.<name>.update command must not be run from .gitmodulesStefan Beller1-0/+8
2017-09-27string-list.h: move documentation from Documentation/api/ into headerHan-Wen Nienhuys2-239/+162
2017-09-27read_gitfile_gently: clarify return value ownership.Han-Wen Nienhuys1-1/+2
2017-09-27real_path: clarify return value ownershipHan-Wen Nienhuys1-0/+4
2017-09-26submodule.c: describe submodule_to_gitdir() in a new commentHan-Wen Nienhuys1-0/+4
2017-09-26notes-merge: drop dead zero-write codeJeff King1-2/+0
2017-09-26files-backend: prefer "0" for write_in_full() error checkJeff King1-1/+1