summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-23builtin-show-ref: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-1/+1
2009-03-23builtin-show-branch: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+1
2009-03-23builtin-rm: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+1
2009-03-23builtin-init-db: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-4/+3
2009-03-23builtin-fetch-pack: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-1/+1
2009-03-23builtin-checkout: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-2/+2
2009-03-23builtin-apply: use warning() instead of fprintf(stderr, "warning: ")Libravatar Miklos Vajna1-8/+7
2009-03-23http-push: using error() and warning() as appropriateLibravatar Miklos Vajna1-3/+3
2009-03-23t0060: fix whitespace in "wc -c" invocationLibravatar Jeff King1-1/+1
2009-03-22strbuf_check_branch_ref(): a helper to check a refname for a branchLibravatar Junio C Hamano6-17/+17
2009-03-22Fix branch -m @{-1} newnameLibravatar Junio C Hamano1-7/+7
2009-03-22check-ref-format --branch: give Porcelain a way to grok branch shorthandLibravatar Junio C Hamano2-0/+22
2009-03-22strbuf_branchname(): a wrapper for branch name shorthandsLibravatar Junio C Hamano6-22/+18
2009-03-22Rename interpret/substitute nth_last_branch functionsLibravatar Junio C Hamano6-11/+11
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveLibravatar Stephen Boyd2-1/+171
2009-03-22format-patch: --attach/inline uses filename instead of SHA1Libravatar Stephen Boyd14-44/+112
2009-03-22format-patch: move get_patch_filename() into log-treeLibravatar Stephen Boyd3-24/+26
2009-03-22format-patch: pass a commit to reopen_stdout()Libravatar Stephen Boyd1-28/+39
2009-03-22format-patch: construct patch filename in one functionLibravatar Stephen Boyd1-65/+33
2009-03-22pretty.c: add %f format specifier to format_commit_message()Libravatar Stephen Boyd2-0/+36
2009-03-22Documentation: minor grammatical fix in git-check-ref-format.txtLibravatar David J. Mellor1-20/+20
2009-03-22Documentation: minor grammatical fixes in git-check-attr.txtLibravatar David J. Mellor1-8/+8
2009-03-22Documentation: minor grammatical fixes in git-cat-file.txtLibravatar David J. Mellor1-9/+9
2009-03-22Documentation: minor grammatical fixes and rewording in git-bundle.txtLibravatar David J. Mellor1-43/+43
2009-03-22Documentation: remove some uses of the passive voice in git-bisect.txtLibravatar David J. Mellor1-11/+11
2009-03-22Makefile: turn on USE_ST_TIMESPEC for FreeBSDLibravatar Jeff King1-0/+1
2009-03-22bash completion: add options for 'git fsck'Libravatar Arto Jonsson1-0/+16
2009-03-22Add --staged to bash completion for git diffLibravatar Kevin McConnell1-1/+1
2009-03-22Improve error message about fetch into current branchLibravatar Alex Riesen1-1/+2
2009-03-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-03-22Merge branch 'maint-1.6.1' into maintLibravatar Junio C Hamano1-1/+1
2009-03-22Merge branch 'maint-1.6.0' into maint-1.6.1Libravatar Junio C Hamano1-1/+1
2009-03-22diff --cached: do not borrow from a work tree when a path is marked as assume...Libravatar Junio C Hamano2-1/+17
2009-03-22Smudge the files fed to external diff and textconvLibravatar Johannes Schindelin2-3/+26
2009-03-22githooks documentation: post-checkout hook is also called after cloneLibravatar Jens Lehmann1-0/+4
2009-03-22everyday: use the dashless form of git-initLibravatar David Aguilar1-1/+1
2009-03-22remote: improve sorting of "configure for git push" listLibravatar Jeff King1-1/+16
2009-03-22t5503: GIT_DEBUG_SEND_PACK is not supported on MinGWLibravatar Johannes Sixt1-0/+7
2009-03-22t7004: Use prerequisite tags to skip tests that need gpgLibravatar Johannes Sixt1-49/+48
2009-03-22Use prerequisites to skip tests that need unzipLibravatar Johannes Sixt2-11/+11
2009-03-22t3700: Skip a test with backslashes in pathspecLibravatar Johannes Sixt2-1/+3
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt6-19/+23
2009-03-22t0060: Fix tests on WindowsLibravatar Johannes Sixt1-33/+83
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt32-76/+211
2009-03-22t9100, t9129: Use prerequisite tags for UTF-8 testsLibravatar Johannes Sixt2-31/+28
2009-03-22t5302: Use prerequisite tags to skip 64-bit offset testsLibravatar Johannes Sixt1-10/+5
2009-03-22Skip tests that fail if the executable bit is not handled by the filesystemLibravatar Johannes Sixt5-20/+42
2009-03-22t3600: Use test prerequisite tagsLibravatar Johannes Sixt1-28/+30
2009-03-21Merge branch 'dm/maint-docco'Libravatar Junio C Hamano6-150/+154
2009-03-21Merge branch 'mg/test-installed'Libravatar Junio C Hamano1-3/+11