summaryrefslogtreecommitdiffstats
path: root/contrib/subtree (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-23repository: introduce raw object store fieldStefan Beller8-17/+56
2018-03-23repository.h: add comment and clarify repo_set_gitdirNguyễn Thái Ngọc Duy1-1/+5
2018-03-05repository: delete ignore_env memberNguyễn Thái Ngọc Duy2-11/+0
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy4-5/+9
2018-03-05repository.c: delete dead functionsNguyễn Thái Ngọc Duy1-25/+0
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy5-25/+79
2018-03-05repository: initialize the_repository in main()Nguyễn Thái Ngọc Duy3-6/+16
2018-02-14Second batch for 2.17Junio C Hamano1-0/+77
2018-01-30travis-ci: don't fail if user already exists on 32 bit Linux build jobSZEDER Gábor1-1/+7
2018-01-30travis-ci: don't run the test suite as root in the 32 bit Linux buildSZEDER Gábor2-6/+26
2018-01-30travis-ci: don't repeat the path of the cache directorySZEDER Gábor4-6/+11
2018-01-30travis-ci: use 'set -e' in the 32 bit Linux build jobSZEDER Gábor1-10/+10
2018-01-30travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux buildSZEDER Gábor1-0/+1
2018-01-30git-svn: control destruction order to avoid segfaultEric Wong1-0/+5
2018-01-30doc: mention 'git show' defaults to HEADTodd Zullinger1-2/+2
2018-01-26completion: fix completing merge strategies on non-C localesDuy Nguyen1-1/+1
2018-01-25daemon: fix length computation in newline strippingJeff King2-4/+17
2018-01-25t/lib-git-daemon: add network-protocol helpersJeff King2-1/+58
2018-01-25daemon: handle NULs in extended attribute stringJeff King2-8/+9
2018-01-25daemon: fix off-by-one in logging extended attributesJeff King2-2/+13
2018-01-25t/lib-git-daemon: record daemon logJeff King1-4/+12
2018-01-25Docs: split out long-running subprocess handshakeJonathan Tan4-48/+61
2018-01-25t5570: use ls-remote instead of clone for interp testsJeff King1-6/+3
2018-01-24http-push: improve error logPatryk Obara1-0/+4
2018-01-24clang-format: adjust penalty for return type line breakPatryk Obara1-1/+1
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood4-19/+61
2018-01-24t7505: add tests for cherry-pick and rebase -i/-pPhillip Wood3-4/+157
2018-01-24t7505: style fixesPhillip Wood1-6/+8
2018-01-24mailinfo: avoid segfault when can't open filesJuan F. Codagnone1-4/+6
2018-01-24read-cache: don't write index twice if we can't write shared indexNguyễn Thái Ngọc Duy2-2/+22
2018-01-24mru: Replace mru.[ch] with list.h implementationGargi Sharma7-86/+17
2018-01-23First batch after 2.16Junio C Hamano1-0/+65
2018-01-22Use MOVE_ARRAYSZEDER Gábor9-27/+19
2018-01-22Git 2.16.1v2.16.1Junio C Hamano3-2/+13
2018-01-22Start 2.17 cycleJunio C Hamano3-2/+21
2018-01-22t5601-clone: test case-conflicting files on case-insensitive filesystemEric Sunshine1-0/+17
2018-01-19repository: pre-initialize hash algo pointerbrian m. carlson1-1/+1
2018-01-19files_initial_transaction_commit(): only unlock if lockedMathias Rav1-2/+1
2018-01-19sha1_file: improve sha1_file_name() perfsChristian Couder1-2/+2
2018-01-19http: support omitting data from tracesJonathan Tan3-8/+35
2018-01-19http: support cookie redaction when tracingJonathan Tan3-0/+82
2018-01-19cocci: use format keyword instead of a literal stringRené Scharfe1-1/+2
2018-01-19packfile: use get_be64() for large offsetsDerrick Stolee2-6/+3
2018-01-19run-command.c: print new cwd in trace_run_command()Nguyễn Thái Ngọc Duy1-0/+5
2018-01-19run-command.c: print env vars in trace_run_command()Nguyễn Thái Ngọc Duy3-0/+109
2018-01-19run-command.c: print program 'git' when tracing git_cmd modeNguyễn Thái Ngọc Duy1-0/+2
2018-01-19run-command.c: introduce trace_run_command()Nguyễn Thái Ngọc Duy1-1/+17
2018-01-19travis: run tests with GIT_TEST_SPLIT_INDEXThomas Gummerer1-0/+4
2018-01-19split-index: don't write cache tree with null oid entriesThomas Gummerer4-2/+24
2018-01-19read-cache: fix reading the shared index for other reposThomas Gummerer5-15/+20