summaryrefslogtreecommitdiffstats
path: root/sh-i18n--envsubst.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-07Git.pm: allow command_close_bidi_pipe to be called as methodMichal Nazarewicz1-1/+1
2013-02-06Update draft release notes to 1.8.2Junio C Hamano1-0/+24
2013-02-04Update draft release notes to 1.8.2Junio C Hamano1-9/+25
2013-02-04Start preparing for 1.8.1.3Junio C Hamano2-1/+29
2013-02-02Makefile: explicitly set target name for autogenerated dependenciesJonathan Nieder1-2/+3
2013-02-01Documentation: StGit is the right spelling, not StGITThomas Ackermann1-2/+2
2013-02-01Documentation: describe the "repository" in repository-layoutJunio C Hamano1-6/+18
2013-02-01Documentation: add a description for 'gitfile' to glossaryThomas Ackermann1-0/+4
2013-02-01Documentation: do not use undefined terms git-dir and git-fileThomas Ackermann1-3/+5
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann128-902/+902
2013-02-01Documentation: avoid poor-man's small caps GITThomas Ackermann28-48/+53
2013-02-01Update draft release notes to 1.8.2Junio C Hamano1-1/+41
2013-02-01apply: diagnose incomplete submodule object name betterJunio C Hamano1-1/+5
2013-02-01apply: simplify build_fake_ancestor()Junio C Hamano1-14/+12
2013-02-01git-am: record full index line in the patch used while rebasingJunio C Hamano2-3/+29
2013-01-31gpg: close stderr once finished with it in verify_signed_buffer()Stephen Boyd1-1/+3
2013-01-31push: fix segfault when HEAD points nowhereFraser Tweedale1-1/+1
2013-01-30git_remote_helpers: remove GIT-PYTHON-VERSION upon "clean"Junio C Hamano1-1/+1
2013-01-30INSTALL: git-p4 does not support Python 3Junio C Hamano1-2/+3
2013-01-30branch: no detached HEAD check when editing another branch's descriptionNguyễn Thái Ngọc Duy1-4/+4
2013-01-30gitk: Ignore gitk-wish buildproductChristian Couder2-2/+16
2013-01-29README: update stale and/or incorrect informationJunio C Hamano1-8/+7
2013-01-28Update draft release notes to 1.8.2Junio C Hamano1-30/+12
2013-01-28Git 1.8.1.2v1.8.1.2Junio C Hamano2-1/+13
2013-01-28add: warn when -u or -A is used without pathspecMatthieu Moy2-4/+47
2013-01-28git-remote-testpy: fix path hashing on Python 3John Keeping1-1/+17
2013-01-27git p4: introduce gitConfigBoolPete Wyckoff1-19/+26
2013-01-27git p4: avoid shell when calling git configPete Wyckoff1-6/+9
2013-01-27git p4: avoid shell when invoking git config --get-allPete Wyckoff1-1/+2
2013-01-27git p4: avoid shell when invoking git rev-listPete Wyckoff1-2/+3
2013-01-27git p4: avoid shell when mapping usersPete Wyckoff1-1/+2
2013-01-27git p4: disable read-only attribute before deletingPete Wyckoff1-0/+10
2013-01-27git p4 test: use test_chmod for cygwinPete Wyckoff1-4/+7
2013-01-27git p4: cygwin p4 client does not mark read-onlyPete Wyckoff3-4/+27
2013-01-27git p4 test: avoid wildcard * in windowsPete Wyckoff2-10/+37
2013-01-27git p4 test: use LineEnd unix in windows tests tooPete Wyckoff1-0/+1
2013-01-27git p4 test: newline handlingPete Wyckoff1-0/+117
2013-01-27git p4: scrub crlf for utf16 files on windowsPete Wyckoff1-1/+23
2013-01-27git p4: remove unreachable windows \r\n conversion codePete Wyckoff1-9/+0
2013-01-27git p4 test: translate windows paths for cygwinPete Wyckoff3-3/+26
2013-01-27git p4 test: start p4d inside its db dirPete Wyckoff1-2/+5
2013-01-27git p4 test: use client_view in t9806Pete Wyckoff2-30/+23
2013-01-27git p4 test: avoid loop in client_viewPete Wyckoff2-4/+2
2013-01-27git p4 test: use client_view to build the initial clientPete Wyckoff1-9/+2
2013-01-27git p4: generate better error message for bad depot pathPete Wyckoff2-0/+6
2013-01-27git p4: remove unused importsPete Wyckoff1-5/+9
2013-01-27git p4: temp branch name should use / even on windowsPete Wyckoff1-1/+1
2013-01-27fetch-pack: avoid repeatedly re-scanning pack directoryJeff King1-0/+3
2013-01-27fetch: run gc --auto after fetchingJeff King1-0/+5
2013-01-27git-p4.py: support Python 2.4Brandon Casey3-9/+31