summaryrefslogtreecommitdiffstats
path: root/t/t4014-format-patch.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-05Change bad_ref_char() to return a boolean valueMichael Haggerty1-9/+6
2011-10-05git check-ref-format: add options --allow-onelevel and --refspec-patternMichael Haggerty3-21/+152
2011-10-05t1402: add some more testsMichael Haggerty1-0/+9
2011-10-05get_sha1_hex(): do not read past a NUL characterMichael Haggerty2-1/+18
2011-09-08RelNotes/1.7.7: minor fixesMichael J Gruber1-26/+26
2011-09-07Minor update to how-to maintain gitJunio C Hamano1-7/+6
2011-09-06Update draft release notes to 1.7.7Junio C Hamano1-1/+6
2011-09-06Git 1.7.6.2v1.7.6.2Junio C Hamano4-4/+13
2011-09-06Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano6-39/+10
2011-09-02Update draft release notes to 1.7.7Junio C Hamano1-2/+10
2011-09-01git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs3-2/+19
2011-09-01git-svn: fix fetch with moved path when using rewriteRootEric Wong1-1/+1
2011-09-01git-svn: New flag to emulate empty directoriesRay Chen3-4/+308
2011-08-31xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan1-0/+2
2011-08-31t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey1-1/+1
2011-08-31bisect: take advantage of gettextln, eval_gettextln.Jon Seymour1-35/+14
2011-08-30t3903: fix misquoted rev-parse invocationThomas Rast1-1/+1
2011-08-30Documentation: clarify effects of -- <path> argumentsThomas Rast1-4/+7
2011-08-30strbuf_grow(): maintain nul-termination even for new bufferThomas Rast1-4/+5
2011-08-30Document negated forms of format-patch --to --cc --add-headersThomas Rast1-1/+8
2011-08-30t4014: "no-add-headers" is actually called "no-add-header"Thomas Rast1-2/+2
2011-08-30t4014: invoke format-patch with --stdout where intendedThomas Rast1-2/+2
2011-08-30t4014: check for empty files from git format-patch --stdoutThomas Rast1-2/+19
2011-08-30Use memmove in ident_to_gitThomas Rast1-2/+2
2011-08-29am: fix stgit patch manglingGiuseppe Bilotta1-1/+1
2011-08-29git-p4: simple branch tests editsPete Wyckoff1-11/+8
2011-08-29am: format is in $patch_format, not parse_patchGiuseppe Bilotta1-1/+2
2011-08-29t5540-http-test: shorten grep patternBrian Gernhardt1-2/+6
2011-08-29Documentation: clarify "git clean -e <pattern>"Junio C Hamano2-6/+9
2011-08-29t3005: do not assume a particular order of stdout and stderr of git-ls-filesJohannes Sixt1-10/+12
2011-08-29obstack: Fix portability issuesFredrik Kuivinen3-36/+6
2011-08-29Update draft release notes to 1.7.7Junio C Hamano1-1/+24
2011-08-28git-daemon.txt: specify --timeout in secondsMichael Stapelberg1-5/+5
2011-08-27Forbid DEL characters in reference namesMichael Haggerty2-1/+4
2011-08-26Git 1.7.7-rc0v1.7.7-rc0Junio C Hamano2-3/+10
2011-08-26log: Do not decorate replacements with --no-replace-objectsMichael J Gruber1-0/+2
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano4-4/+4
2011-08-25update-ref: whitespace fixPang Yan Han1-1/+1
2011-08-25check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2-3/+9
2011-08-25git-notes.txt: clarify -C vs. copy and -FMichael J Gruber1-2/+5
2011-08-24Git 1.7.6.1v1.7.6.1Junio C Hamano2-2/+3
2011-08-24get_indexed_object can return NULL if nothing is in that slot; check for itBrian Harring1-0/+2
2011-08-24Mark http-fetch without -a as deprecatedBen Walton2-0/+7
2011-08-24Documentation: Grammar correction, wording fixes and cleanupBen Walton1-31/+27
2011-08-24Update draft release notes to 1.7.7Junio C Hamano1-15/+9
2011-08-24Update draft release notes for 1.7.6.1Junio C Hamano1-0/+11
2011-08-23fast-import: allow to tag newly created objectsDmitry Ivankov2-3/+33
2011-08-23fast-import: add tests for tagging blobsDmitry Ivankov2-7/+44
2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano3-25/+78
2011-08-23git-p4: Add simple test case for branch importVitor Antunes1-0/+64