aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* completion: add 'revisions' and 'everyday' to 'git help'Ralf Thielow2016-03-24
* completion: add option '--guides' to 'git help'Ralf Thielow2016-03-24
* Merge branch 'mm/doc-hooks-linkgit-fix' into maintJunio C Hamano2016-03-21
|\
| * Documentation: fix broken linkgit to git-configMatthieu Moy2016-03-21
* | Merge branch 'es/st-add4-gcc-4.2-workaround' into maintJunio C Hamano2016-03-21
|\ \
| * | git-compat-util: st_add4: work around gcc 4.2.x compiler crashEric Sunshine2016-03-21
* | | Git 2.7.4v2.7.4Junio C Hamano2016-03-17
* | | Sync with Git 2.6.6Junio C Hamano2016-03-17
|\ \ \
| * | | Git 2.6.6v2.6.6Junio C Hamano2016-03-17
| * | | Merge branch 'maint-2.5' into maint-2.6Junio C Hamano2016-03-17
| |\ \ \
| | * | | Git 2.5.5v2.5.5Junio C Hamano2016-03-17
| | * | | Merge branch 'maint-2.4' into maint-2.5Junio C Hamano2016-03-17
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Git 2.4.11v2.4.11Junio C Hamano2016-03-17
| | | * | Merge branch 'jk/path-name-safety-2.4' into maint-2.4Junio C Hamano2016-03-17
| | | |\ \
* | | | \ \ Merge branch 'jk/path-name-safety-2.7' into maintJunio C Hamano2016-03-16
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7Junio C Hamano2016-03-16
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Merge branch 'jk/path-name-safety-2.5' into jk/path-name-safety-2.6Junio C Hamano2016-03-16
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'jk/path-name-safety-2.4' into jk/path-name-safety-2.5Junio C Hamano2016-03-16
| | |\ \ \ \ \ | | | |/ / / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | list-objects: pass full pathname to callbacksJeff King2016-03-16
| | | * | | list-objects: drop name_path entirelyJeff King2016-03-16
| | | * | | list-objects: convert name_path to a strbufJeff King2016-03-16
| | | * | | show_object_with_name: simplify by using path_name()Jeff King2016-03-16
| | | * | | http-push: stop using name_pathJeff King2016-03-16
| | | * | | tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-03-16
| | | | |/ | | | |/|
| | | * | add helpers for detecting size_t overflowJeff King2016-03-16
| | | |/
* | | | Git 2.7.3v2.7.3Junio C Hamano2016-03-10
* | | | Merge branch 'ma/update-hooks-sample-typofix' into maintJunio C Hamano2016-03-10
|\ \ \ \
| * | | | templates/hooks: fix minor typo in the sample update-hookMartin Amdisen2016-02-25
| | |_|/ | |/| |
* | | | Merge branch 'dt/initial-ref-xn-commit-doc' into maintJunio C Hamano2016-03-10
|\ \ \ \
| * | | | refs: document transaction semanticsDavid Turner2016-02-25
* | | | | Merge branch 'ps/plug-xdl-merge-leak' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt2016-02-23
| | |_|/ / | |/| | |
* | | | | Merge branch 'ak/git-strip-extension-from-dashed-command' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | git.c: simplify stripping extension of a file in handle_builtin()Alexander Kuleshov2016-02-21
* | | | | | Merge branch 'ak/extract-argv0-last-dir-sep' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | exec_cmd.c: use find_last_dir_sep() for code simplificationAlexander Kuleshov2016-02-19
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-27
| * | | | | | use_pack: handle signed off_t overflowJeff King2016-02-25
| * | | | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
| * | | | | | t5313: test bounds-checks of corrupted/malicious pack/idx filesJeff King2016-02-25
| |/ / / / /
* | | | | | Merge branch 'js/config-set-in-non-repository' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
* | | | | | | Merge branch 'sb/submodule-module-list-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | submodule helper list: respect correct path prefixStefan Beller2016-02-24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'jk/grep-binary-workaround-in-test' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | t9200: avoid grep on non-ASCII dataJohn Keeping2016-02-23
| * | | | | | | t8005: avoid grep on non-ASCII dataJohn Keeping2016-02-23
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'mm/push-simple-doc' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | Documentation/git-push: document that 'simple' is the defaultMatthieu Moy2016-02-23
| |/ / / / / /