summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-26git p4: avoid shell when invoking git config --get-allLibravatar Pete Wyckoff1-1/+2
2013-01-26git p4: avoid shell when invoking git rev-listLibravatar Pete Wyckoff1-2/+3
2013-01-26git p4: avoid shell when mapping usersLibravatar Pete Wyckoff1-1/+2
2013-01-26git p4: disable read-only attribute before deletingLibravatar Pete Wyckoff1-0/+10
2013-01-26git p4 test: use test_chmod for cygwinLibravatar Pete Wyckoff1-4/+7
2013-01-26git p4: cygwin p4 client does not mark read-onlyLibravatar Pete Wyckoff3-4/+27
2013-01-26git p4 test: avoid wildcard * in windowsLibravatar Pete Wyckoff2-10/+37
2013-01-26git p4 test: use LineEnd unix in windows tests tooLibravatar Pete Wyckoff1-0/+1
2013-01-26git p4 test: newline handlingLibravatar Pete Wyckoff1-0/+117
2013-01-26git p4: scrub crlf for utf16 files on windowsLibravatar Pete Wyckoff1-1/+23
2013-01-26git p4: remove unreachable windows \r\n conversion codeLibravatar Pete Wyckoff1-9/+0
2013-01-26git p4 test: translate windows paths for cygwinLibravatar Pete Wyckoff3-3/+26
2013-01-26git p4 test: start p4d inside its db dirLibravatar Pete Wyckoff1-2/+5
2013-01-26git p4 test: use client_view in t9806Libravatar Pete Wyckoff2-30/+23
2013-01-26git p4 test: avoid loop in client_viewLibravatar Pete Wyckoff2-4/+2
2013-01-26git p4 test: use client_view to build the initial clientLibravatar Pete Wyckoff1-9/+2
2013-01-26git p4: generate better error message for bad depot pathLibravatar Pete Wyckoff2-0/+6
2013-01-26git p4: remove unused importsLibravatar Pete Wyckoff1-5/+9
2013-01-26git p4: temp branch name should use / even on windowsLibravatar Pete Wyckoff1-1/+1
2013-01-26Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchLibravatar Junio C Hamano2-0/+8
2013-01-26fetch-pack: avoid repeatedly re-scanning pack directoryLibravatar Jeff King1-0/+3
2013-01-26fetch: run gc --auto after fetchingLibravatar Jeff King1-0/+5
2013-01-26mergetools: support TortoiseGitMergeLibravatar Sven Strickroth1-1/+10
2013-01-26git-p4.py: support Python 2.4Libravatar Brandon Casey3-9/+31
2013-01-26git-p4.py: support Python 2.5Libravatar Brandon Casey2-2/+3
2013-01-26logmsg_reencode: lazily load missing commit buffersLibravatar Jeff King3-21/+57
2013-01-26logmsg_reencode: never return NULLLibravatar Jeff King4-33/+29
2013-01-26commit: drop useless xstrdup of commit messageLibravatar Jeff King1-1/+1
2013-01-25Merge branch 'for-junio' of git://bogomips.org/git-svnLibravatar Junio C Hamano4-26/+25
2013-01-25Update draft release notes to 1.8.2Libravatar Junio C Hamano1-3/+33
2013-01-25Merge branch 'nd/retire-fnmatch'Libravatar Junio C Hamano7-62/+249
2013-01-25Merge branch 'jc/doc-maintainer'Libravatar Junio C Hamano1-91/+256
2013-01-25howto/maintain: document "### match next" convention in jch/pu branchLibravatar Junio C Hamano1-5/+6
2013-01-25git-difftool: use git-mergetool--lib for "--tool-help"Libravatar John Keeping1-48/+7
2013-01-25git-mergetool: don't hardcode 'mergetool' in show_tool_helpLibravatar John Keeping1-2/+4
2013-01-25git-mergetool: remove redundant assignmentLibravatar John Keeping1-1/+0
2013-01-25git-mergetool: move show_tool_help to mergetool--libLibravatar John Keeping2-37/+37
2013-01-25ident: do not drop username when reading from /etc/mailnameLibravatar Jonathan Nieder1-1/+5
2013-01-24push: finishing touches to explain REJECT_ALREADY_EXISTS betterLibravatar Junio C Hamano1-2/+1
2013-01-25l10n: vi.po: updated Vietnamese translationLibravatar Tran Ngoc Quan1-572/+610
2013-01-25Merge branch 'master' of git://github.com/ralfth/git-po-deLibravatar Jiang Xin1-96/+109
2013-01-25l10n: Update git.pot (11 new, 7 removed messages)Libravatar Jiang Xin1-558/+579
2013-01-24git-remote-testpy: call print as a functionLibravatar John Keeping1-14/+14
2013-01-24git-remote-testpy: don't do unbuffered text I/OLibravatar John Keeping1-3/+7
2013-01-24git-remote-testpy: hash bytes explicitlyLibravatar John Keeping1-4/+4
2013-01-24svn-fe: allow svnrdump_sim.py to run with Python 3Libravatar John Keeping1-2/+2
2013-01-24git_remote_helpers: use 2to3 if building with Python 3Libravatar John Keeping1-0/+10
2013-01-24git_remote_helpers: force rebuild if python version changesLibravatar John Keeping2-1/+8
2013-01-24t9902: protect test from stray build artifactsLibravatar Junio C Hamano2-2/+34
2013-01-24push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCELibravatar Junio C Hamano11-4/+93