summaryrefslogtreecommitdiffstats
path: root/builtin/merge-index.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King17-82/+35
2016-02-22use xmallocz to avoid size arithmeticJeff King15-25/+17
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King34-64/+75
2016-02-22convert manual allocations to argv_arrayJeff King7-76/+43
2016-02-22argv-array: add detach functionJeff King3-0/+19
2016-02-22add helpers for allocating flex-array structsJeff King1-0/+62
2016-02-22harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2-1/+5
2016-02-19tree-diff: catch integer overflow in combine_diff_path allocationJeff King2-4/+4
2016-02-19add helpers for detecting size_t overflowJeff King1-0/+34
2016-02-19reflog_expire_cfg: NUL-terminate pattern fieldJeff King1-5/+3
2016-02-05Git 2.7.1v2.7.1Junio C Hamano4-3/+91
2016-01-27git-svn: fix auth parameter handling on SVN 1.9.0+Eric Wong1-2/+6
2016-01-26tag: do not show ambiguous tag names as "tags/foo"Jeff King7-4/+62
2016-01-26completion: update completion arguments for stashPaul Wagland1-3/+14
2016-01-26completion: complete show-branch "--date-order"Paul Wagland1-1/+1
2016-01-26completion: add missing git-rebase optionsJohn Keeping1-2/+6
2016-01-25mingw: avoid linking to the C library's isalpha()Johannes Sixt2-6/+8
2016-01-25t6300: use test_atom for some un-modern testsJeff King1-52/+10
2016-01-25resolve_gitlink_ref: ignore non-repository pathsJeff King3-14/+43
2016-01-25clean: make is_git_repository a public functionJeff King3-26/+37
2016-01-21diff: make -O and --output work in subdirectoryDuy Nguyen6-8/+21
2016-01-21diff-no-index: do not take a redundant prefix argumentNguyễn Thái Ngọc Duy3-4/+4
2016-01-21git-add doc: do not say working directory when you mean working treeLars Vogel1-1/+1
2016-01-21completion: complete "diff --word-diff-regex="Thomas Braun1-1/+1
2016-01-20contrib/subtree: fix "subtree split" skipped-merge bugDave Ware2-2/+70
2016-01-19filter-branch: resolve $commit^{tree} in no-index caseJeff King2-1/+9
2016-01-19test-lib: clarify and tighten SANITYJunio C Hamano1-5/+13
2016-01-15t0060: loosen overly strict expectationsJohannes Schindelin1-57/+21
2016-01-13rebase: ignore failures from "gc --auto"Jeff King1-1/+1
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13merge: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13am: release pack files before garbage-collectingJohannes Schindelin1-0/+1
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin2-0/+15
2016-01-12gitweb: squelch "uninitialized value" warningØyvind A. Holm1-1/+1
2016-01-12t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2-0/+169
2016-01-12compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2-0/+46
2016-01-12compat/basename: make basename() conform to POSIXJohannes Schindelin1-3/+17
2016-01-12Refactor skipping DOS drive prefixesJohannes Schindelin5-22/+28
2016-01-11Handle more file writes correctly in shared reposJohannes Schindelin2-2/+2
2016-01-08docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth1-4/+5
2016-01-08docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth1-1/+1
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy3-117/+5
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin3-1/+15
2016-01-07docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth1-5/+4
2016-01-05Expand documentation describing --signoffDavid A. Wheeler5-1/+9
2016-01-05reflog-walk: don't segfault on non-commit sha1's in the reflogDennis Kaarsemaker2-5/+24
2016-01-05t6050-replace: make failing editor test more robustSZEDER Gábor1-3/+7
2016-01-05for-each-ref: document `creatordate` and `creator` fieldsEric Wong1-2/+7
2016-01-04Git 2.7v2.7.0Junio C Hamano2-1/+6
2016-01-04Git 2.6.5v2.6.5Junio C Hamano3-2/+22