summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Sync with 2.3.8Libravatar Junio C Hamano12-25/+149
2015-05-11Git 2.3.8Libravatar Junio C Hamano4-3/+26
2015-05-11Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3Libravatar Junio C Hamano6-15/+16
2015-05-11Merge branch 'jc/diff-no-index-d-f' into maint-2.3Libravatar Junio C Hamano2-2/+98
2015-05-11Merge branch 'oh/fix-config-default-user-name-section' into maint-2.3Libravatar Junio C Hamano1-2/+2
2015-05-11Merge branch 'jc/epochtime-wo-tz' into maint-2.3Libravatar Junio C Hamano1-5/+9
2015-05-11reflog_expire(): integrate lock_ref_sha1_basic() errors into oursLibravatar Michael Haggerty1-2/+2
2015-05-11ref_transaction_commit(): delete extra "the" from error messageLibravatar Michael Haggerty2-8/+8
2015-05-11ref_transaction_commit(): provide better error messagesLibravatar Michael Haggerty1-4/+6
2015-05-11rename_ref(): integrate lock_ref_sha1_basic() errors into oursLibravatar Michael Haggerty1-4/+2
2015-05-11lock_ref_sha1_basic(): improve diagnostics for ref D/F conflictsLibravatar Michael Haggerty2-8/+16
2015-05-11lock_ref_sha1_basic(): report errors via a "struct strbuf *err"Libravatar Michael Haggerty1-16/+28
2015-05-11verify_refname_available(): report errors via a "struct strbuf *err"Libravatar Michael Haggerty1-20/+30
2015-05-11verify_refname_available(): rename functionLibravatar Michael Haggerty1-17/+20
2015-05-11refs: check for D/F conflicts among refs created in a transactionLibravatar Michael Haggerty2-63/+95
2015-05-11ref_transaction_commit(): use a string_list for detecting duplicatesLibravatar Michael Haggerty1-14/+11
2015-05-11is_refname_available(): use dirname in first loopLibravatar Michael Haggerty1-14/+26
2015-05-11struct nonmatching_ref_data: store a refname instead of a ref_entryLibravatar Michael Haggerty1-3/+4
2015-05-11report_refname_conflict(): inline functionLibravatar Michael Haggerty1-8/+2
2015-05-11entry_matches(): inline functionLibravatar Michael Haggerty1-7/+2
2015-05-11is_refname_available(): convert local variable "dirname" to strbufLibravatar Michael Haggerty1-7/+5
2015-05-11is_refname_available(): avoid shadowing "dir" variableLibravatar Michael Haggerty1-2/+2
2015-05-11is_refname_available(): revamp the commentsLibravatar Michael Haggerty1-22/+47
2015-05-11t1404: new tests of ref D/F conflicts within transactionsLibravatar Michael Haggerty1-0/+107
2015-05-10update-ref: test handling large transactions properlyLibravatar Stefan Beller1-0/+28
2015-05-08bundle: verify arguments more strictlyLibravatar Patrick Steinhardt1-0/+8
2015-05-07tests: skip dav http-push tests under NO_EXPAT=NoThanksLibravatar Junio C Hamano2-0/+7
2015-05-07t/lib-httpd.sh: skip tests if NO_CURL is definedLibravatar Jeff King7-35/+6
2015-05-06branch: do not call a "remote-tracking branch" a "remote branch"Libravatar Danny Lin1-3/+3
2015-05-06path.c: remove home_config_paths()Libravatar Paul Tan2-29/+0
2015-05-06git-config: replace use of home_config_paths()Libravatar Paul Tan2-8/+4
2015-05-06git-commit: replace use of home_config_paths()Libravatar Paul Tan1-5/+3
2015-05-06credential-store.c: replace home_config_paths() with xdg_config_home()Libravatar Paul Tan1-1/+1
2015-05-06dir.c: replace home_config_paths() with xdg_config_home()Libravatar Paul Tan1-5/+2
2015-05-06attr.c: replace home_config_paths() with xdg_config_home()Libravatar Paul Tan1-5/+2
2015-05-06path.c: implement xdg_config_home()Libravatar Paul Tan2-0/+22
2015-05-05git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deri...Libravatar Elia Pinto1-1/+53
2015-05-05daemon: unbreak NO_IPV6 build regressionLibravatar Junio C Hamano1-1/+1
2015-05-05write_sha1_file(): do not use a separate sha1[] arrayLibravatar Junio C Hamano1-4/+1
2015-05-05t1007: add hash-object --literally testsLibravatar Eric Sunshine1-0/+11
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeLibravatar Eric Sunshine3-3/+23
2015-05-04git-hash-object.txt: document --literally optionLibravatar Eric Sunshine1-2/+8
2015-05-03completion: fix and update 'git log --decorate=' optionsLibravatar SZEDER Gábor1-1/+1
2015-05-03blame: CRLF in the working tree and LF in the repoLibravatar Torsten Bögershausen2-3/+16
2015-04-30Git 2.4Libravatar Junio C Hamano2-1/+6
2015-04-29filter-branch: avoid passing commit message through sedLibravatar Jeff King2-1/+19
2015-04-29rebase -i: redo tasks that die during cherry-pickLibravatar Phil Hord2-0/+63
2015-04-28connect: improve check for plink to reduce false positivesLibravatar brian m. carlson2-3/+48
2015-04-28t5601: fix quotation error leading to skipped testsLibravatar brian m. carlson1-1/+1
2015-04-28connect: simplify SSH connection code pathLibravatar brian m. carlson1-20/+20