Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ | |||||
| * | | | "git-add -n -u" should not add but just report | Junio C Hamano | 2008-05-21 | 1 | -5/+7 |
| | |/ | |/| | |||||
* | | | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -0/+7 |
|\ \ \ | |||||
| * | | | Provide API access to init_db() | Daniel Barkalow | 2008-05-04 | 1 | -0/+4 |
| * | | | Add a function to set a non-default work tree | Daniel Barkalow | 2008-05-04 | 1 | -0/+1 |
| * | | | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 2008-05-04 | 1 | -0/+1 |
| * | | | Add a lockfile function to append to a file | Daniel Barkalow | 2008-05-04 | 1 | -0/+1 |
* | | | | Merge branch 'js/ignore-submodule' | Junio C Hamano | 2008-05-25 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Teach update-index about --ignore-submodules | Johannes Schindelin | 2008-05-15 | 1 | -0/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'bc/repack' | Junio C Hamano | 2008-05-23 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | add a force_object_loose() function | Nicolas Pitre | 2008-05-13 | 1 | -0/+1 |
* | | | | | Merge branch 'ar/add-unreadable' | Junio C Hamano | 2008-05-21 | 1 | -1/+7 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Extend interface of add_files_to_cache to allow ignore indexing errors | Alex Riesen | 2008-05-12 | 1 | -1/+7 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'sb/committer' | Junio C Hamano | 2008-05-14 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | commit: Show committer if automatic | Santi Béjar | 2008-05-06 | 1 | -0/+1 |
* | | | | Merge branch 'lt/core-optim' | Junio C Hamano | 2008-05-11 | 1 | -17/+24 |
|\ \ \ \ | |||||
| * | | | | Optimize symlink/directory detection | Linus Torvalds | 2008-05-10 | 1 | -1/+1 |
| * | | | | Avoid some unnecessary lstat() calls | Linus Torvalds | 2008-05-10 | 1 | -0/+2 |
| * | | | | Merge branch 'lt/case-insensitive' | Junio C Hamano | 2008-05-10 | 1 | -16/+21 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Make git-add behave more sensibly in a case-insensitive environment | Linus Torvalds | 2008-04-09 | 1 | -0/+1 |
| | * | | | Add 'core.ignorecase' option | Linus Torvalds | 2008-04-09 | 1 | -0/+1 |
| | * | | | Make hash_name_lookup able to do case-independent lookups | Linus Torvalds | 2008-04-09 | 1 | -2/+2 |
| | * | | | Make "index_name_exists()" return the cache_entry it found | Linus Torvalds | 2008-04-09 | 1 | -1/+1 |
| | * | | | Move name hashing functions into a file of its own | Linus Torvalds | 2008-04-09 | 1 | -14/+17 |
* | | | | | Allow tracking branches to set up rebase by default. | Dustin Sallings | 2008-05-11 | 1 | -0/+8 |
|/ / / / |