aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fast-import: simplify allocation in start_packfileJeff King2016-02-22
* write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-22
* prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-22
* use st_add and st_mult for allocation size computationJeff King2016-02-22
* convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
* use xmallocz to avoid size arithmeticJeff King2016-02-22
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* convert manual allocations to argv_arrayJeff King2016-02-22
* argv-array: add detach functionJeff King2016-02-22
* add helpers for allocating flex-array structsJeff King2016-02-22
* harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-22
* tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-19
* add helpers for detecting size_t overflowJeff King2016-02-19
* reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-19
* Git 2.7.1v2.7.1Junio C Hamano2016-02-05
* Merge branch 'lv/add-doc-working-tree' into maintJunio C Hamano2016-02-05
|\
| * git-add doc: do not say working directory when you mean working treeLars Vogel2016-01-21
* | Merge branch 'ss/clone-depth-single-doc' into maintJunio C Hamano2016-02-05
|\ \
| * | docs: clarify that --depth for git-fetch works with newly initialized reposSebastian Schuberth2016-01-08
| * | docs: say "commits" in the --depth option wording for git-cloneSebastian Schuberth2016-01-08
| * | docs: clarify that passing --depth to git-clone implies --single-branchSebastian Schuberth2016-01-07
* | | Merge branch 'sg/t6050-failing-editor-test-fix' into maintJunio C Hamano2016-02-05
|\ \ \
| * | | t6050-replace: make failing editor test more robustSZEDER Gábor2016-01-05
* | | | Merge branch 'ew/for-each-ref-doc' into maintJunio C Hamano2016-02-05
|\ \ \ \
| * | | | for-each-ref: document `creatordate` and `creator` fieldsEric Wong2016-01-05
| | |/ / | |/| |
* | | | Merge branch 'ss/user-manual' into maintJunio C Hamano2016-02-05
|\ \ \ \
| * | | | user-manual: add addition gitweb informationStephen P. Smith2015-12-30
| * | | | user-manual: add section documenting shallow clonesStephen P. Smith2015-12-30
| * | | | glossary: define the term shallow cloneStephen P. Smith2015-12-29
| * | | | user-manual: remove temporary branch entry from todo listStephen P. Smith2015-12-28
| |/ / /
* | | | Merge branch 'jk/ref-cache-non-repository-optim' into maintJunio C Hamano2016-02-05
|\ \ \ \
| * | | | resolve_gitlink_ref: ignore non-repository pathsJeff King2016-01-25
| * | | | clean: make is_git_repository a public functionJeff King2016-01-25
* | | | | Merge branch 'js/dirname-basename' into maintJunio C Hamano2016-02-05
|\ \ \ \ \
| * | | | | mingw: avoid linking to the C library's isalpha()Johannes Sixt2016-01-25
| * | | | | t0060: loosen overly strict expectationsJohannes Schindelin2016-01-15
| * | | | | t0060: verify that basename() and dirname() work as expectedJohannes Schindelin2016-01-12
| * | | | | compat/basename.c: provide a dirname() compatibility functionJohannes Schindelin2016-01-12
| * | | | | compat/basename: make basename() conform to POSIXJohannes Schindelin2016-01-12
| * | | | | Refactor skipping DOS drive prefixesJohannes Schindelin2016-01-12
* | | | | | Merge branch 'tb/complete-word-diff-regex' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \
| * | | | | | completion: complete "diff --word-diff-regex="Thomas Braun2016-01-20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'pw/completion-stash' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \
| * | | | | | completion: update completion arguments for stashPaul Wagland2016-01-26
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'pw/completion-show-branch' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \
| * | | | | | completion: complete show-branch "--date-order"Paul Wagland2016-01-25
| |/ / / / /
* | | | | | Merge branch 'jk/completion-rebase' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \
| * | | | | | completion: add missing git-rebase optionsJohn Keeping2016-01-25
| |/ / / / /
* | | | | | Merge branch 'nd/diff-with-path-params' into maintJunio C Hamano2016-02-05
|\ \ \ \ \ \
| * | | | | | diff: make -O and --output work in subdirectoryDuy Nguyen2016-01-21