| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure packs to be replaced are closed beforehand | Nicolas Pitre | 2008-12-10 | 1 | -0/+1 |
* | Merge branch 'bc/maint-keep-pack' into maint | Junio C Hamano | 2008-12-02 | 1 | -1/+3 |
|\ |
|
| * | sha1_file.c: split has_loose_object() into local and non-local counterparts | Brandon Casey | 2008-11-12 | 1 | -0/+1 |
| * | packed_git: convert pack_local flag into a bitfield and add pack_keep | Brandon Casey | 2008-11-12 | 1 | -1/+2 |
* | | checkout: Fix "initial checkout" detection | Junio C Hamano | 2008-11-12 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'ar/maint-mksnpath' into maint | Junio C Hamano | 2008-11-08 | 1 | -0/+7 |
|\ |
|
| * | git_pathdup: returns xstrdup-ed copy of the formatted path | Alex Riesen | 2008-10-30 | 1 | -0/+2 |
| * | Add git_snpath: a .git path formatting routine with output buffer | Alex Riesen | 2008-10-30 | 1 | -0/+2 |
| * | Add mksnpath which allows you to specify the output buffer | Alex Riesen | 2008-10-26 | 1 | -0/+3 |
* | | Merge branch 'mv/maint-branch-m-symref' into maint | Junio C Hamano | 2008-11-08 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix git branch -m for symrefs. | Miklos Vajna | 2008-10-26 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'jk/maint-ls-files-other' into maint | Junio C Hamano | 2008-11-02 | 1 | -0/+2 |
|\ \ |
|
| * | | refactor handling of "other" files in ls-files and status | Jeff King | 2008-10-17 | 1 | -0/+2 |
| |/ |
|
* | | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 1 | -0/+2 |
|/ |
|
* | unpack_trees(): protect the handcrafted in-core index from read_cache() | Junio C Hamano | 2008-08-23 | 1 | -1/+2 |
* | Make use of stat.ctime configurable | Alex Riesen | 2008-07-28 | 1 | -0/+1 |
* | git-mv: Keep moved index entries inact | Petr Baudis | 2008-07-27 | 1 | -0/+2 |
* | "needs update" considered harmful | Junio C Hamano | 2008-07-20 | 1 | -0/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2008-07-20 | 1 | -1/+1 |
|\ |
|
| * | refresh-index: fix bitmask assignment | Junio C Hamano | 2008-07-20 | 1 | -1/+1 |
| * | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 1 | -0/+1 |
* | | Merge branch 'mv/merge-in-c' | Junio C Hamano | 2008-07-15 | 1 | -0/+3 |
|\ \ |
|
| * | | Move read_cache_unmerged() to read-cache.c | Miklos Vajna | 2008-06-30 | 1 | -0/+2 |
| * | | Move split_cmdline() to alias.c | Miklos Vajna | 2008-06-30 | 1 | -0/+1 |
* | | | restore legacy behavior for read_sha1_file() | Nicolas Pitre | 2008-07-14 | 1 | -0/+3 |
* | | | Merge branch 'dr/ceiling' | Junio C Hamano | 2008-07-07 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 | 1 | -0/+2 |
| * | | | Implement normalize_absolute_path | David Reiss | 2008-05-23 | 1 | -0/+1 |
* | | | | Merge branch 'db/no-git-config' | Junio C Hamano | 2008-07-07 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Only use GIT_CONFIG in "git config", not other programs | Daniel Barkalow | 2008-07-01 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Windows: Treat Windows style path names. | Johannes Sixt | 2008-06-23 | 1 | -1/+1 |
* | | | | | Teach "diff --check" about new blank lines at end | Junio C Hamano | 2008-06-26 | 1 | -0/+1 |
* | | | | | check_and_emit_line(): rename and refactor | Junio C Hamano | 2008-06-26 | 1 | -3/+2 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'lt/config-fsync' | Junio C Hamano | 2008-06-25 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add config option to enable 'fsync()' of object files | Linus Torvalds | 2008-06-18 | 1 | -0/+1 |
| |/ / / |
|
* | | | | optimize verify-pack a bit | Nicolas Pitre | 2008-06-24 | 1 | -0/+1 |
* | | | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-24 | 1 | -0/+1 |
* | | | | implement some resilience against pack corruptions | Nicolas Pitre | 2008-06-23 | 1 | -0/+2 |
* | | | | Merge branch 'sn/static' | Junio C Hamano | 2008-06-22 | 1 | -2/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | config.c: make git_env_bool() static | しらいしななこ | 2008-06-19 | 1 | -1/+0 |
| * | | | environment.c: remove unused function | しらいしななこ | 2008-06-19 | 1 | -1/+0 |
| |/ / |
|
* | | | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 2008-06-19 | 1 | -0/+1 |
|/ / |
|
* | | sha1_file.c: simplify parse_pack_index() | Junio C Hamano | 2008-06-16 | 1 | -2/+0 |
* | | sha1_file.c: dead code removal | Junio C Hamano | 2008-06-13 | 1 | -3/+0 |
* | | Use nonrelative paths instead of absolute paths for cloned repositories | Daniel Barkalow | 2008-06-06 | 1 | -0/+1 |
* | | Make pack creation always fsync() the result | Linus Torvalds | 2008-05-31 | 1 | -0/+1 |
* | | Merge branch 'js/config-cb'v1.5.6-rc0 | Junio C Hamano | 2008-05-25 | 1 | -5/+5 |
|\ \ |
|
| * | | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -5/+5 |
* | | | Merge branch 'jc/add-n-u' | Junio C Hamano | 2008-05-25 | 1 | -6/+7 |
|\ \ \ |
|