summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-24blame: fix object casting regressionJeff King
2015-11-24Documentation/git-update-index: add missing opts to synopsysChristian Couder
2015-11-24git-p4: clean up after p4 submit failureGIRARD Etienne
2015-11-24bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor
2015-11-24bash prompt: remove a redundant 'git diff' optionSZEDER Gábor
2015-11-24bash prompt: test dirty index and worktree while on an orphan branchSZEDER Gábor
2015-11-24git-p4: work with a detached headLuke Diamand
2015-11-24git-p4: add option to system() to return subshell statusLuke Diamand
2015-11-24git-p4: add failing test for submit from detached headLuke Diamand
2015-11-20credential-cache: new option to ignore sighupNoam Postavsky
2015-11-20show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-11-20fsck: treat a NUL in a tag header as an errorRené Scharfe
2015-11-20grep: stop using PARSE_OPT_NO_INTERNAL_HELPRené Scharfe
2015-11-20t1450: add tests for NUL in headers of commits and tagsRené Scharfe
2015-11-20parse-options: allow -h as a short optionRené Scharfe
2015-11-20parse-options: inline parse_options_usage() at its only remaining callerRené Scharfe
2015-11-20parse-options: deduplicate parse_options_usage() callsRené Scharfe
2015-11-20completion: add support for completing email aliasesJacob Keller
2015-11-20git-p4: add trap to kill p4d on test exitLars Schneider
2015-11-20modernize t9300: move test preparations into test_expect_successJohannes Sixt
2015-11-20send-email: expand path in sendemail.smtpsslcertpath configJohn Keeping
2015-11-20sendemail: teach git-send-email to dump alias namesJacob Keller
2015-11-20git-p4: add p4d timeout in testsLars Schneider
2015-11-20modernize t9300: mark here-doc words to ignore tab indentationJohannes Sixt
2015-11-20git-p4: retry kill/cleanup operations in tests with timeoutLars Schneider
2015-11-20modernize t9300: use test_when_finished for clean-upJohannes Sixt
2015-11-20modernize t9300: wrap lines after &&Johannes Sixt
2015-11-20modernize t9300: use test_must_be_emptyJohannes Sixt
2015-11-20modernize t9300: use test_must_failJohannes Sixt
2015-11-20modernize t9300: single-quote placement and indentationJohannes Sixt
2015-11-20remote: convert functions to struct object_idbrian m. carlson
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-20object: introduce get_object_hash macro.brian m. carlson
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20push_refs_with_export: convert to struct object_idbrian m. carlson
2015-11-20get_remote_heads: convert to struct object_idbrian m. carlson
2015-11-20parse_fetch: convert to use struct object_idbrian m. carlson
2015-11-20add_sought_entry_mem: convert to struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-11-20sha1_file: introduce has_object_file helper.brian m. carlson
2015-11-20remote-http(s): support SOCKS proxiesPat Thoyts
2015-11-20Merge branch 'master' of git://git.bogomips.org/git-svnJeff King
2015-11-20Merge branch 'lf/ref-is-hidden-namespace'Jeff King
2015-11-20Merge branch 'dk/gc-idx-wo-pack'Jeff King
2015-11-20t5813: avoid creating urls that break on cygwinDennis Kaarsemaker
2015-11-20Escape Git's exec path in contrib/rerere-train.sh scriptDaniel Knittl-Frank
2015-11-20refs: break out ref conflict checksDavid Turner
2015-11-20files_log_ref_write: new functionDavid Turner