summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inline xalloc_flex() into FLEXPTR_ALLOC_MEMjk/tighten-allocRené Scharfe2016-10-171-9/+3
* avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEMRené Scharfe2016-10-171-2/+3
* receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-131-3/+1
* correct FLEXPTR_* example in commentRené Scharfe2016-08-131-1/+1
* compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-291-1/+1
* ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-223-19/+8
* convert ewah/bitmap code to use xmallocJeff King2016-02-224-30/+11
* diff_populate_gitlink: use a strbufJeff King2016-02-221-8/+8
* transport_anonymize_url: use xstrfmtJeff King2016-02-221-5/+3
* git-compat-util: drop mempcpy compat codeJeff King2016-02-221-9/+0
* sequencer: simplify memory allocation of get_messageJeff King2016-02-221-19/+10
* test-path-utils: fix normalize_path_copy output buffer sizeJeff King2016-02-221-11/+4
* fetch-pack: simplify add_sought_entryJeff King2016-02-221-18/+9
* fast-import: simplify allocation in start_packfileJeff King2016-02-221-4/+1
* write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-221-5/+4
* prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-223-53/+39
* use st_add and st_mult for allocation size computationJeff King2016-02-2225-53/+56
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-2217-82/+35
* use xmallocz to avoid size arithmeticJeff King2016-02-2215-25/+17
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-2234-64/+75
* convert manual allocations to argv_arrayJeff King2016-02-227-76/+43
* argv-array: add detach functionJeff King2016-02-223-0/+19
* add helpers for allocating flex-array structsJeff King2016-02-221-0/+62
* harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-222-1/+5
* tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-192-4/+4
* add helpers for detecting size_t overflowJeff King2016-02-191-0/+34
* reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-191-5/+3
* Git 2.7.1v2.7.1Junio C Hamano2016-02-054-3/+91
* Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-051-1/+1
|\
| * git-add doc: do not say working directory when you mean working treelv/add-doc-working-treeLars Vogel2016-01-211-1/+1
* | Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-052-9/+9
|\ \
| * | docs: clarify that --depth for git-fetch works with newly initialized reposss/clone-depth-single-docSebastian Schuberth2016-01-081-4/+5
| * | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-081-1/+1
| * | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-071-5/+4
* | | Merge branch 'sg/t6050-failing-editor-test-fix' into maintJunio C Hamano2016-02-051-3/+7
|\ \ \
| * | | t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fixSZEDER Gábor2016-01-051-3/+7
* | | | Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-051-2/+7
|\ \ \ \
| * | | | for-each-ref: document `creatordate` and `creator` fieldsew/for-each-ref-docEric Wong2016-01-051-2/+7
| | |/ / | |/| |
* | | | Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-052-10/+36
|\ \ \ \
| * | | | user-manual: add addition gitweb informationss/user-manualStephen P. Smith2015-12-301-4/+11
| * | | | user-manual: add section documenting shallow clonesStephen P. Smith2015-12-301-3/+20
| * | | | glossary: define the term shallow cloneStephen P. Smith2015-12-291-0/+5
| * | | | user-manual: remove temporary branch entry from todo listStephen P. Smith2015-12-281-3/+0
| |/ / /
* | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-056-40/+80
|\ \ \ \
| * | | | resolve_gitlink_ref: ignore non-repository pathsjk/ref-cache-non-repository-optimJeff King2016-01-253-14/+43
| * | | | clean: make is_git_repository a public functionJeff King2016-01-253-26/+37
* | | | | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-057-24/+225
|\ \ \ \ \
| * | | | | mingw: avoid linking to the C library's isalpha()js/dirname-basenameJohannes Sixt2016-01-252-6/+8
| * | | | | t0060: loosen overly strict expectationsJohannes Schindelin2016-01-151-57/+21
| * | | | | t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-122-0/+169