| Commit message (Expand) | Author | Age |
* | Support 'raw' date format | Linus Torvalds | 2009-02-20 |
* | Merge branch 'maint' | Junio C Hamano | 2009-02-19 |
|\ |
|
| * | More friendly message when locking the index fails. | Matthieu Moy | 2009-02-19 |
* | | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 |
* | | Merge branch 'ms/mailmap' | Junio C Hamano | 2009-02-15 |
|\ \ |
|
| * | | Add mailmap.file as configurational option for mailmap location | Marius Storm-Olsen | 2009-02-08 |
* | | | Revert "Merge branch 'js/notes'" | Junio C Hamano | 2009-02-10 |
* | | | Merge branch 'js/maint-1.6.0-path-normalize' | Junio C Hamano | 2009-02-10 |
|\ \ \ |
|
| * | | | Remove unused normalize_absolute_path() | Johannes Sixt | 2009-02-07 |
| * | | | Move sanitary_path_copy() to path.c and rename it to normalize_path_copy() | Johannes Sixt | 2009-02-07 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2009-02-10 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-10 |
| |\ \ \ |
|
| | * | | | Clear the delta base cache during fast-import checkpoint | Shawn O. Pearce | 2009-02-10 |
| | |/ / |
|
| * | | | Merge branch 'lt/maint-wrap-zlib' into maint | Junio C Hamano | 2009-02-05 |
| |\ \ \ |
|
* | \ \ \ | Merge branch 'js/notes' | Junio C Hamano | 2009-02-05 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Introduce commit notes | Johannes Schindelin | 2008-12-21 |
| |/ / / |
|
* | | | | Merge branch 'tr/previous-branch' | Junio C Hamano | 2009-01-28 |
|\ \ \ \ |
|
| * | | | | checkout: implement "@{-N}" shortcut name for N-th last branch | Junio C Hamano | 2009-01-17 |
* | | | | | Merge branch 'kb/lstat-cache' | Junio C Hamano | 2009-01-25 |
|\ \ \ \ \ |
|
| * | | | | | lstat_cache(): introduce clear_lstat_cache() function | Kjetil Barvik | 2009-01-18 |
| * | | | | | lstat_cache(): introduce invalidate_lstat_cache() function | Kjetil Barvik | 2009-01-18 |
| * | | | | | lstat_cache(): introduce has_dirs_only_path() function | Kjetil Barvik | 2009-01-18 |
| * | | | | | lstat_cache(): introduce has_symlink_or_noent_leading_path() function | Kjetil Barvik | 2009-01-18 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge branch 'cb/add-pathspec' | Junio C Hamano | 2009-01-25 |
|\ \ \ \ \ |
|
| * | | | | | remove pathspec_match, use match_pathspec instead | Clemens Buchacher | 2009-01-14 |
| |/ / / / |
|
* | | | | | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 2009-01-21 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 2009-01-11 |
| | |/
| |/| |
|
* | | | sha1_file: make "read_object" static | Christian Couder | 2009-01-13 |
| |/
|/| |
|
* | | Merge branch 'maint' | Junio C Hamano | 2008-12-11 |
|\ \
| |/ |
|
| * | make sure packs to be replaced are closed beforehand | Nicolas Pitre | 2008-12-10 |
| * | Merge branch 'bc/maint-keep-pack' into maint | Junio C Hamano | 2008-12-02 |
| |\ |
|
* | | | git add --intent-to-add: fix removal of cached emptiness | Junio C Hamano | 2008-11-28 |
* | | | Merge branch 'nd/narrow' (early part) into jc/add-i-t-a | Junio C Hamano | 2008-11-28 |
|\ \ \ |
|
| * | | | Extend index to save more flags | Nguyễn Thái Ngọc Duy | 2008-10-12 |
* | | | | Merge branch 'lt/preload-lstat' | Junio C Hamano | 2008-11-27 |
|\ \ \ \ |
|
| * | | | | Add cache preload facility | Linus Torvalds | 2008-11-14 |
* | | | | | Merge branch 'jk/commit-v-strip' | Junio C Hamano | 2008-11-16 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | define empty tree sha1 as a macro | Jeff King | 2008-11-12 |
* | | | | | Merge branch 'np/pack-safer' | Junio C Hamano | 2008-11-12 |
|\ \ \ \ \ |
|
| * | | | | | make unpack_object_header() non fatal | Nicolas Pitre | 2008-11-02 |
| * | | | | | close another possibility for propagating pack corruption | Nicolas Pitre | 2008-11-02 |
* | | | | | | Merge branch 'bc/maint-keep-pack' | Junio C Hamano | 2008-11-12 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | sha1_file.c: split has_loose_object() into local and non-local counterparts | Brandon Casey | 2008-11-12 |
| * | | | | | packed_git: convert pack_local flag into a bitfield and add pack_keep | Brandon Casey | 2008-11-12 |
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-11-12 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | checkout: Fix "initial checkout" detection | Junio C Hamano | 2008-11-12 |
| |/ / / |
|
| * | | | Merge branch 'ar/maint-mksnpath' into maint | Junio C Hamano | 2008-11-08 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'mv/maint-branch-m-symref' into maint | Junio C Hamano | 2008-11-08 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'jk/maint-ls-files-other' into maint | Junio C Hamano | 2008-11-02 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'ar/mksnpath' | Junio C Hamano | 2008-11-05 |
|\ \ \ \ \ \ \ |
|