summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-15gitk: Only write changed configuration variablesMax Kirillov
2015-03-15contrib/completion: escape the forward slash in __git_match_ctagJohn Szakmeister
2015-03-14push: allow --follow-tags to be set by config push.followTagsDave Olszewski
2015-03-14Sync with 2.3.3Junio C Hamano
2015-03-14Git 2.3.3v2.3.3Junio C Hamano
2015-03-14Merge branch 'mr/doc-clean-f-f' into maintJunio C Hamano
2015-03-14Merge branch 'ak/t5516-typofix' into maintJunio C Hamano
2015-03-14Merge branch 'jc/diff-test-updates' into maintJunio C Hamano
2015-03-14Merge branch 'jk/diffcore-rename-duplicate' into maintJunio C Hamano
2015-03-14Merge branch 'bw/kwset-use-unsigned' into maintJunio C Hamano
2015-03-14Merge branch 'nd/grep-exclude-standard-help-fix' into maintJunio C Hamano
2015-03-14Merge branch 'mg/doc-remote-tags-or-not' into maintJunio C Hamano
2015-03-14Merge branch 'mk/diff-shortstat-dirstat-fix' into maintJunio C Hamano
2015-03-14Merge branch 'ms/submodule-update-config-doc' into maintJunio C Hamano
2015-03-14Merge branch 'jc/apply-beyond-symlink' into maintJunio C Hamano
2015-03-14Merge branch 'rs/daemon-interpolate' into maintJunio C Hamano
2015-03-14Merge branch 'jk/daemon-interpolate' into maintJunio C Hamano
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy
2015-03-13t5551: make EXPENSIVE test cheaperJeff King
2015-03-13t5541: move run_with_cmdline_limit to test-lib.shJeff King
2015-03-13t: pass GIT_TRACE through ApacheJeff King
2015-03-13t: redirect stderr GIT_TRACE to descriptor 4Jeff King
2015-03-13t: translate SIGINT to an exitJeff King
2015-03-13upload-pack: do not check NULL return of lookup_unknown_objectJeff King
2015-03-13upload-pack: fix transfer.hiderefs over smart-httpJeff King
2015-03-12tag: fix some mis-organized options in "-h" listingJeff King
2015-03-11builtin/help.c: fix memory leakStefan Beller
2015-03-11bundle.c: fix memory leakStefan Beller
2015-03-10use isxdigit() for checking if a character is a hexadecimal digitRené Scharfe
2015-03-10connect.c: do not leak "conn" after showing diagnosisStefan Beller
2015-03-10config,completion: add color.status.unmergedMichael J Gruber
2015-03-10t7510: do not fail when gpg warns about insecure memoryKyle J. McKay
2015-03-10t5528: do not fail with FreeBSD shellKyle J. McKay
2015-03-10imap-send: use cURL automatically when NO_OPENSSL definedKyle J. McKay
2015-03-10log: decorate HEAD with branch nameJunio C Hamano
2015-03-10Merge branch 'jc/decorate-leaky-separator-color' into HEADJunio C Hamano
2015-03-10thread-utils.c: detect CPU count on older BSD-like systemsKyle J. McKay
2015-03-10configure: support HAVE_BSD_SYSCTL optionKyle J. McKay
2015-03-10help.c: use SHELL_PATH instead of hard-coded "/bin/sh"Kyle J. McKay
2015-03-10git-compat-util.h: move SHELL_PATH default into headerKyle J. McKay
2015-03-10git-instaweb: use @SHELL_PATH@ instead of /bin/shKyle J. McKay
2015-03-10git-instaweb: allow running in a working tree subdirectoryKyle J. McKay
2015-03-10Post 2.3 cycle (batch #9)Junio C Hamano
2015-03-10Merge branch 'mh/expire-updateref-fixes'Junio C Hamano
2015-03-10Merge branch 'jk/diffcore-rename-duplicate'Junio C Hamano
2015-03-10config.txt: update versioncmp.prereleaseSuffixNguyễn Thái Ngọc Duy
2015-03-10daemon: deglobalize hostname informationRené Scharfe
2015-03-10daemon: use strbuf for hostname infoRené Scharfe
2015-03-07git: treat "git -C '<path>'" as a no-op when <path> is emptyKarthik Nayak
2015-03-06Post 2.3 cycle (batch #8)Junio C Hamano