summaryrefslogtreecommitdiffstats
path: root/setup.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26use xgetcwd() to set $GIT_DIRRené Scharfe2-6/+6
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe5-22/+26
2014-08-26wrapper: add xgetcwd()René Scharfe2-0/+9
2014-08-26abspath: convert real_path_internal() to strbufRené Scharfe1-44/+25
2014-08-26abspath: use strbuf_getcwd() to remember original working directoryRené Scharfe1-4/+5
2014-08-26setup: convert setup_git_directory_gently_1 et al. to strbufRené Scharfe1-43/+44
2014-07-28unix-sockets: use strbuf_getcwd()René Scharfe1-7/+7
2014-07-28strbuf: add strbuf_getcwd()René Scharfe3-0/+26
2014-07-16Git 2.0.2v2.0.2Junio C Hamano3-2/+22
2014-07-16annotate: use argv_arrayRené Scharfe1-7/+5
2014-07-10Start preparing for 2.0.2Junio C Hamano2-1/+14
2014-07-02t7300: repair filesystem permissions with test_when_finishedJeff King1-2/+2
2014-07-02enums: remove trailing ',' after last item in enumRonnie Sahlberg2-2/+2
2014-07-01sha1_file: avoid overrunning alternate object base stringRené Scharfe1-1/+2
2014-06-26move "%G" format test from t7510 to t6006Jeff King2-6/+6
2014-06-25Git 2.0.1v2.0.1Junio C Hamano4-3/+119
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano1-1/+1
2014-06-17pretty: avoid reading past end-of-string with "%G"Jeff King2-0/+8
2014-06-17t7510: check %G* pretty-format outputJeff King1-0/+40
2014-06-17t7510: test a commit signed by an unknown keyJeff King1-0/+13
2014-06-17t7510: use consistent &&-chains in loopMichael J Gruber1-6/+6
2014-06-17t7510: stop referring to master in later testsJeff King1-3/+3
2014-06-16rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2-2/+18
2014-06-14submodule: document "sync --recursive"Matthew Chen1-1/+1
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano1-6/+8
2014-06-13reuse cached commit buffer when parsing signaturesJeff King3-19/+12
2014-06-13commit: record buffer length in cacheJeff King16-38/+68
2014-06-13commit: convert commit->buffer to a slabJeff King2-8/+13
2014-06-13commit-slab: provide a static initializerJeff King1-0/+12
2014-06-13use get_commit_buffer everywhereJeff King7-9/+33
2014-06-13convert logmsg_reencode to get_commit_bufferJeff King6-35/+16
2014-06-13use get_commit_buffer to avoid duplicate codeJeff King2-27/+7
2014-06-13use get_cached_commit_buffer where appropriateJeff King3-3/+3
2014-06-13provide helpers to access the commit bufferJeff King2-0/+49
2014-06-13provide a helper to set the commit bufferJeff King4-3/+14
2014-06-13provide a helper to free commit bufferJeff King6-9/+30
2014-06-12pull: do not abuse 'break' inside a shell 'case'Jacek Konieczny1-2/+0
2014-06-12sequencer: use logmsg_reencode in get_messageJeff King1-40/+5
2014-06-12logmsg_reencode: return const bufferJeff King5-16/+23
2014-06-12do not create "struct commit" with xcallocJeff King2-2/+2
2014-06-12commit: push commit_index update into alloc_commit_nodeJeff King2-4/+10
2014-06-12alloc: include any-object allocations in alloc_reportJeff King1-6/+7
2014-06-12replace dangerous uses of strbuf_attachJeff King2-8/+3
2014-06-12commit_tree: take a pointer/len pair rather than a const strbufJeff King9-22/+29
2014-06-10repack: s/write_bitmap/&s/ in codeJeff King1-6/+6
2014-06-10repack: respect pack.writebitmapsJeff King2-2/+22
2014-06-10repack: do not accidentally pack kept objects by defaultJeff King2-2/+2
2014-06-09revision: parse "git log -<count>" more carefullyJunio C Hamano1-2/+4
2014-06-04shortlog: allow --exclude=<glob> to be passedJunio C Hamano2-0/+7
2014-06-04update-index: fix segfault with missing --cacheinfo argumentJeff King2-0/+7