summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-26Git::SVN::*: avoid premature FileHandle closureKyle J. McKay
2015-02-26git-svn: fix localtime=true on non-glibc environmentsRyuichi Kokubo
2015-02-26Documentation/git-clean.txt: document that -f may need to be given twiceMikko Rapeli
2015-02-24Git 2.3.1v2.3.1Junio C Hamano
2015-02-24Merge branch 'ak/add-i-empty-candidates' into maintJunio C Hamano
2015-02-24Merge branch 'jc/apply-ws-fix-expands' into maintJunio C Hamano
2015-02-24Merge branch 'jc/doc-log-rev-list-options' into maintJunio C Hamano
2015-02-24Merge branch 'mg/commit-author-no-match-malformed-message' into maintJunio C Hamano
2015-02-24Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano
2015-02-24Merge branch 'jc/diff-format-doc' into maintJunio C Hamano
2015-02-24Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null' into maintJunio C Hamano
2015-02-24Merge branch 'jk/status-read-branch-name-fix' into maintJunio C Hamano
2015-02-24Merge branch 'mg/push-repo-option-doc' into maintJunio C Hamano
2015-02-24Merge branch 'bc/http-fallback-to-password-after-krb-fails' into maintJunio C Hamano
2015-02-24Merge branch 'dk/format-patch-ignore-diff-submodule' into maintJunio C Hamano
2015-02-24Merge branch 'jn/rerere-fail-on-auto-update-failure' into maintJunio C Hamano
2015-02-24Merge branch 'jk/blame-commit-label' into maintJunio C Hamano
2015-02-23test_ln_s_add: refresh stat info of fake symbolic linksJohannes Sixt
2015-02-22git-compat-util.h: remove redundant codeRamsay Jones
2015-02-22sha1_name: use strlcpy() to copy stringsRené Scharfe
2015-02-22pretty: use starts_with() to check for a prefixRené Scharfe
2015-02-22for-each-ref: use skip_prefix() to avoid duplicate string comparisonRené Scharfe
2015-02-22connect: use strcmp() for string comparisonRené Scharfe
2015-02-20Documentation/git-am.txt: mention mailinfo.scissors config variableMatthieu Moy
2015-02-20Documentation/config.txt: document mailinfo.scissorsMatthieu Moy
2015-02-18Git.pm: two minor typo fixesAlexander Kuleshov
2015-02-17daemon: use callback to build interpolated pathRené Scharfe
2015-02-17daemon: look up client-supplied hostname lazilyRené Scharfe
2015-02-17daemon: sanitize incoming virtual hostnameJeff King
2015-02-17t5570: test git-daemon's --interpolated-path optionJeff King
2015-02-17git_connect: let user override virtual-host we send to daemonJeff King
2015-02-17read-cache.c: free cache entry when refreshing failsStefan Beller
2015-02-16git-send-email.perl: support no- prefix with older GetOptionsKyle J. McKay
2015-02-15test-lib.sh: set prerequisite SANITY by testing what we really needTorsten Bögershausen
2015-02-15t4008: modernise styleJunio C Hamano
2015-02-15t/diff-lib: check exact object names in compare_diff_rawJunio C Hamano
2015-02-15tests: do not borrow from COPYING and README from the real sourceJunio C Hamano
2015-02-15t4010: correct expected object namesJunio C Hamano
2015-02-15t9300: correct expected object namesJunio C Hamano
2015-02-15t4008: correct stale commentsJunio C Hamano
2015-02-13hex.c: reduce memory footprint of sha1_to_hex static buffersStefan Beller
2015-02-13do not include the same header twiceДилян Палаузов
2015-02-12transport-helper: fix typo in error message when --signed is not supportedMike Hommey
2015-02-11merge-file: correctly open files when in a subdirAleksander Boruch-Gruszecki
2015-02-10apply: do not touch a file beyond a symbolic linkJunio C Hamano
2015-02-10apply: do not read from beyond a symbolic linkJunio C Hamano
2015-02-10apply: do not read from the filesystem under --indexJunio C Hamano
2015-02-10apply: reject input that touches outside the working areaJunio C Hamano
2015-02-10fast-import: avoid running end_packfile recursivelyJeff King
2015-02-10builtin/blame: destroy initialized commit_info onlyEric Sunshine