summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-22t5601: add more test cases for IPV6Torsten Bögershausen
2015-02-22connect.c: allow ssh://user@[2001:db8::1]/repo.gitTorsten Bögershausen
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
2015-02-09sha1_file: fix iterating loose alternate objectsJonathon Mah
2015-02-09for_each_loose_file_in_objdir: take an optional strbuf pathJeff King
2015-02-09git-compat-util: do not step on MAC_OS_X_VERSION_MIN_REQUIREDKyle J. McKay
2015-02-05Git 2.3v2.3.0Junio C Hamano
2015-02-05config_buf_ungetc: warn when pushing back a random characterJeff King
2015-02-05decimal_width: avoid integer overflowJeff King
2015-02-05config: do not ungetc EOFJeff King
2015-02-04ewah: fix building with gcc < 3.4.0Tom G. Christensen
2015-02-03Makefile: handle broken curl version number in version checkTom G. Christensen
2015-02-02git-submodule.sh: fix '/././' path normalizationPatrick Steinhardt
2015-02-02Merge git://github.com/git-l10n/git-poJunio C Hamano
2015-02-02CodingGuidelines: describe naming rules for configuration variablesJunio C Hamano
2015-01-30l10n: ca.po: Fix trailing whitespaceAlex Henrie
2015-01-29Documentation/git-remote.txt: stress that set-url is not for triangularJunio C Hamano
2015-01-29t/lib-gpg: sanity-check that we can actually signJeff King
2015-01-29t/lib-gpg: include separate public keys in keyring.gpgJeff King
2015-01-28diff-format doc: a score can follow M for rewriteJunio C Hamano