summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-08bundle: verify arguments more strictlyPatrick Steinhardt
2015-05-07tests: skip dav http-push tests under NO_EXPAT=NoThanksJunio C Hamano
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedJeff King
2015-05-06branch: do not call a "remote-tracking branch" a "remote branch"Danny Lin
2015-05-06path.c: remove home_config_paths()Paul Tan
2015-05-06git-config: replace use of home_config_paths()Paul Tan
2015-05-06git-commit: replace use of home_config_paths()Paul Tan
2015-05-06credential-store.c: replace home_config_paths() with xdg_config_home()Paul Tan
2015-05-06dir.c: replace home_config_paths() with xdg_config_home()Paul Tan
2015-05-06attr.c: replace home_config_paths() with xdg_config_home()Paul Tan
2015-05-06path.c: implement xdg_config_home()Paul Tan
2015-05-05git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...Elia Pinto
2015-05-05daemon: unbreak NO_IPV6 build regressionJunio C Hamano
2015-05-05write_sha1_file(): do not use a separate sha1[] arrayJunio C Hamano
2015-05-05t1007: add hash-object --literally testsEric Sunshine
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine
2015-05-04git-hash-object.txt: document --literally optionEric Sunshine
2015-05-03blame, log: format usage strings similarly to those in documentationAlex Henrie
2015-05-03completion: fix and update 'git log --decorate=' optionsSZEDER Gábor
2015-05-03blame: CRLF in the working tree and LF in the repoTorsten Bögershausen
2015-04-30Git 2.4v2.4.0Junio C Hamano
2015-04-29filter-branch: avoid passing commit message through sedJeff King
2015-04-29rebase -i: redo tasks that die during cherry-pickPhil Hord
2015-04-28connect: improve check for plink to reduce false positivesbrian m. carlson
2015-04-28t5601: fix quotation error leading to skipped testsbrian m. carlson
2015-04-28connect: simplify SSH connection code pathbrian m. carlson
2015-04-28Merge branch 'mh/multimail-renewal'Junio C Hamano
2015-04-28Merge branch 'mg/show-notes-doc'Junio C Hamano
2015-04-28Merge branch 'nd/versioncmp-prereleases'Junio C Hamano
2015-04-28Merge branch 'mg/status-v-v'Junio C Hamano
2015-04-28rebase: silence "git checkout" for noop rebaseJeff King
2015-04-28Update git-multimail to version 1.0.2Michael Haggerty
2015-04-27Sync with 2.3.7Junio C Hamano
2015-04-27Git 2.3.7v2.3.7Junio C Hamano
2015-04-27Merge branch 'tb/connect-ipv6-parse-fix' into maintJunio C Hamano
2015-04-27Merge branch 'ma/bash-completion-leaking-x' into maintJunio C Hamano
2015-04-27Merge branch 'jc/push-cert' into maintJunio C Hamano
2015-04-27Documentation: clarify how "git commit" cleans up the edited log messageFredrik Gustafsson
2015-04-23status: document the -v/--verbose optionMichael Haggerty
2015-04-23RelNotes: wordsmithingMichael Haggerty
2015-04-23RelNotes: refer to the rebase -i "todo list", not "insn sheet"Michael Haggerty
2015-04-23RelNotes: correct name of versionsort.prereleaseSuffixMichael Haggerty
2015-04-23git tag: mention versionsort.prereleaseSuffix in manpageMichael Haggerty
2015-04-22ignore: info/exclude should trump core.excludesfileJunio C Hamano
2015-04-22Git 2.4.0-rc3v2.4.0-rc3Junio C Hamano
2015-04-22stop putting argv[0] dirname at front of PATHJeff King
2015-04-22stash: require a clean index to applyJeff King
2015-04-22t3903: avoid applying onto dirty indexJeff King
2015-04-22t3903: stop hard-coding commit sha1sJeff King
2015-04-21Sync with maintJunio C Hamano