summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-18Merge branch 'av/wincred-with-at-in-username-fix'Junio C Hamano
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-17refs.h: remove duplication in function docstringsMichael Haggerty
2015-02-17update_ref(): improve documentationMichael Haggerty
2015-02-17ref_transaction_verify(): new function to check a reference's valueMichael Haggerty
2015-02-17ref_transaction_delete(): check that old_sha1 is not null_sha1Michael Haggerty
2015-02-17ref_transaction_create(): check that new_sha1 is validMichael Haggerty
2015-02-17commit: avoid race when creating orphan commitsMichael Haggerty
2015-02-17commit: add tests of commit racesMichael Haggerty
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-17struct ref_update: move "have_old" into "flags"Michael Haggerty
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty
2015-02-17cmd_push: pass "flags" pointer to config callbackJeff King
2015-02-17cmd_push: set "atomic" bit directlyJeff King
2015-02-17read-cache.c: free cache entry when refreshing failsStefan Beller
2015-02-17Post 2.3 cycle (batch #2)Junio C Hamano
2015-02-17Merge branch 'mg/push-repo-option-doc'Junio C Hamano
2015-02-17Merge branch 'jc/t4122-use-test-write-lines'Junio C Hamano
2015-02-17Merge branch 'jk/status-read-branch-name-fix'Junio C Hamano
2015-02-17Merge branch 'jk/remote-curl-an-array-in-struct-cannot-be-null'Junio C Hamano
2015-02-17Merge branch 'jc/diff-format-doc'Junio C Hamano
2015-02-17Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano
2015-02-17Merge branch 'mg/commit-author-no-match-malformed-message'Junio C Hamano
2015-02-17Merge branch 'jc/doc-log-rev-list-options'Junio C Hamano
2015-02-17Merge branch 'jc/apply-ws-fix-expands'Junio C Hamano
2015-02-17Merge branch 'ak/add-i-empty-candidates'Junio C Hamano
2015-02-17Merge branch 'ks/rebase-i-abbrev'Junio C Hamano
2015-02-17Merge branch 'mh/deref-symref-over-helper-transport'Junio C Hamano
2015-02-16git-send-email.perl: support no- prefix with older GetOptionsKyle J. McKay
2015-02-15git_push_config: drop cargo-culted wt_status pointerJeff King
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-13send-email: ask confirmation if given encoding name is very shortJunio C Hamano
2015-02-13transport-helper: ask the helper to set the same options for import as for fetchMike Hommey
2015-02-13transport-helper: ask the helper to set progress and verbosity options after ...Mike Hommey
2015-02-12transport-helper: fix typo in error message when --signed is not supportedMike Hommey
2015-02-12refs: remove the gap in the REF_* constant valuesMichael Haggerty
2015-02-12refs: move REF_DELETING to refs.cMichael Haggerty