| Commit message (Expand) | Author | Age | Files | Lines |
* | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 2011-08-22 | 1 | -1/+1 |
* | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 | 1 | -1/+1 |
* | path helpers: move git_mkstemp* to wrapper.c | Jonathan Nieder | 2010-11-10 | 1 | -113/+0 |
* | Merge branch 'hv/submodule-find-ff-merge' | Junio C Hamano | 2010-08-21 | 1 | -0/+38 |
|\ |
|
| * | Teach ref iteration module about submodules | Heiko Voigt | 2010-07-07 | 1 | -0/+38 |
* | | Sync with 1.7.0 series | Junio C Hamano | 2010-07-27 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | config --get --path: check for unset $HOME | Jonathan Nieder | 2010-07-27 | 1 | -0/+2 |
| * | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 2010-03-08 | 1 | -0/+79 |
| |\ |
|
* | \ | Merge branch 'nd/root-git' | Junio C Hamano | 2010-03-07 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 2010-02-16 | 1 | -0/+7 |
* | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 2010-03-07 | 1 | -0/+79 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | git_mkstemps_mode: don't set errno to EINVAL on exit. | Matthieu Moy | 2010-02-22 | 1 | -1/+0 |
| * | | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. | Matthieu Moy | 2010-02-22 | 1 | -2/+13 |
| * | | | Move gitmkstemps to path.c | Matthieu Moy | 2010-02-22 | 1 | -0/+69 |
| |/ / |
|
* | | | Merge branch 'jc/typo' | Junio C Hamano | 2010-02-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 | 1 | -1/+1 |
| |/ |
|
* | | setenv(GIT_DIR) clean-up | René Scharfe | 2010-02-06 | 1 | -1/+1 |
|/ |
|
* | ignore duplicated slashes in make_relative_path() | Junio C Hamano | 2010-01-22 | 1 | -9/+30 |
* | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-22 | 1 | -33/+50 |
|\ |
|
| * | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 | 1 | -4/+9 |
| * | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 | 1 | -34/+46 |
* | | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 2009-11-09 | 1 | -0/+47 |
|/ |
|
* | diff: generate pretty filenames in prep_temp_blob() | David Aguilar | 2009-05-31 | 1 | -0/+16 |
* | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 | 1 | -9/+16 |
* | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 | 1 | -15/+21 |
* | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 | 1 | -0/+36 |
* | Revert "validate_headref: tighten ref-matching to just branches" | Junio C Hamano | 2009-02-12 | 1 | -2/+2 |
* | Merge branch 'js/maint-1.6.0-path-normalize' | Junio C Hamano | 2009-02-10 | 1 | -41/+83 |
|\ |
|
| * | Remove unused normalize_absolute_path() | Johannes Sixt | 2009-02-07 | 1 | -45/+6 |
| * | Test and fix normalize_path_copy() | Johannes Sixt | 2009-02-07 | 1 | -11/+5 |
| * | Fix GIT_CEILING_DIRECTORIES on Windows | René Scharfe | 2009-02-07 | 1 | -5/+6 |
| * | Move sanitary_path_copy() to path.c and rename it to normalize_path_copy() | Johannes Sixt | 2009-02-07 | 1 | -0/+86 |
* | | validate_headref: tighten ref-matching to just branches | Jeff King | 2009-01-29 | 1 | -2/+2 |
|/ |
|
* | Fix non-literal format in printf-style calls | Daniel Lowe | 2008-11-11 | 1 | -2/+2 |
* | Merge branch 'ar/maint-mksnpath' into maint | Junio C Hamano | 2008-11-08 | 1 | -0/+54 |
|\ |
|
| * | git_pathdup: returns xstrdup-ed copy of the formatted path | Alex Riesen | 2008-10-30 | 1 | -4/+20 |
| * | Add git_snpath: a .git path formatting routine with output buffer | Alex Riesen | 2008-10-30 | 1 | -0/+23 |
| * | Add mksnpath which allows you to specify the output buffer | Alex Riesen | 2008-10-26 | 1 | -0/+15 |
* | | fix overlapping memcpy in normalize_absolute_path | Jeff King | 2008-11-01 | 1 | -1/+1 |
|/ |
|
* | Fix typo in comments of longest_ancestor_length() | Nguyễn Thái Ngọc Duy | 2008-08-11 | 1 | -1/+1 |
* | Allow add_path() to add non-existent directories to the path | Johannes Sixt | 2008-07-25 | 1 | -36/+0 |
* | Merge branch 'maint' to sync with 1.5.6.3 | Junio C Hamano | 2008-07-13 | 1 | -1/+1 |
|\ |
|
| * | Fix backwards-incompatible handling of core.sharedRepository | Petr Baudis | 2008-07-11 | 1 | -1/+1 |
* | | Merge branch 'dr/ceiling' | Junio C Hamano | 2008-07-07 | 1 | -0/+96 |
|\ \ |
|
| * | | Add support for GIT_CEILING_DIRECTORIES | David Reiss | 2008-05-23 | 1 | -0/+43 |
| * | | Implement normalize_absolute_path | David Reiss | 2008-05-23 | 1 | -0/+53 |
* | | | shrink git-shell by avoiding redundant dependencies | Dmitry Potapov | 2008-06-27 | 1 | -67/+0 |
| |/
|/| |
|
* | | Make git_dir a path relative to work_tree in setup_work_tree() | Linus Torvalds | 2008-06-19 | 1 | -0/+17 |
* | | make_nonrelative_path: Use is_absolute_path() | Johannes Sixt | 2008-06-08 | 1 | -1/+1 |
* | | Use nonrelative paths instead of absolute paths for cloned repositories | Daniel Barkalow | 2008-06-06 | 1 | -0/+36 |
|/ |
|