| Commit message (Expand) | Author | Age |
* | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 2013-10-28 |
|\ |
|
| * | Use simpler relative_path when set_git_dir | Jiang Xin | 2013-10-14 |
| * | relative_path should honor dos-drive-prefix | Jiang Xin | 2013-10-14 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 |
|\ \ |
|
| * | | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 2013-07-15 |
* | | | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 2013-08-02 |
|\ \ \
| |_|/
|/| | |
|
| * | | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 2013-07-18 |
| |/ |
|
* | | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 |
|/ |
|
* | path.c: optimize adjust_shared_perm() | Torsten Bögershausen | 2013-04-05 |
* | path.c: simplify adjust_shared_perm() | Torsten Bögershausen | 2013-04-05 |
* | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2013-03-25 |
* | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 2012-10-29 |
* | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 2012-10-29 |
* | longest_ancestor_length(): use string_list_split() | Michael Haggerty | 2012-10-29 |
* | path.c: Use vsnpath() in the implementation of git_path() | Ramsay Jones | 2012-09-04 |
* | path.c: Don't discard the return value of vsnpath() | Ramsay Jones | 2012-09-04 |
* | path.c: Remove the 'git_' prefix from a file scope function | Ramsay Jones | 2012-09-04 |
* | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 2012-06-25 |
* | standardize and improve lookup rules for external local repos | Jeff King | 2012-02-02 |
* | Learn to handle gitfiles in enter_repo | Phil Hord | 2011-10-04 |
* | enter_repo: do not modify input | Erik Faye-Lund | 2011-10-04 |
* | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 2011-08-22 |
* | Name make_*_path functions more accurately | Carlos Martín Nieto | 2011-03-17 |
* | path helpers: move git_mkstemp* to wrapper.c | Jonathan Nieder | 2010-11-10 |
* | Merge branch 'hv/submodule-find-ff-merge' | Junio C Hamano | 2010-08-21 |
|\ |
|
| * | Teach ref iteration module about submodules | Heiko Voigt | 2010-07-07 |
* | | Sync with 1.7.0 series | Junio C Hamano | 2010-07-27 |
|\ \
| |/
|/| |
|
| * | config --get --path: check for unset $HOME | Jonathan Nieder | 2010-07-27 |
| * | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 2010-03-08 |
| |\ |
|
* | \ | Merge branch 'nd/root-git' | Junio C Hamano | 2010-03-07 |
|\ \ \ |
|
| * | | | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 2010-02-16 |
* | | | | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 2010-03-07 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | git_mkstemps_mode: don't set errno to EINVAL on exit. | Matthieu Moy | 2010-02-22 |
| * | | | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. | Matthieu Moy | 2010-02-22 |
| * | | | Move gitmkstemps to path.c | Matthieu Moy | 2010-02-22 |
| |/ / |
|
* | | | Merge branch 'jc/typo' | Junio C Hamano | 2010-02-16 |
|\ \ \
| | |/
| |/| |
|
| * | | Typofixes outside documentation area | Junio C Hamano | 2010-02-03 |
| |/ |
|
* | | setenv(GIT_DIR) clean-up | René Scharfe | 2010-02-06 |
|/ |
|
* | ignore duplicated slashes in make_relative_path() | Junio C Hamano | 2010-01-22 |
* | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 2009-11-22 |
|\ |
|
| * | expand_user_path: expand ~ to $HOME, not to the actual homedir. | Matthieu Moy | 2009-11-19 |
| * | Expand ~ and ~user in core.excludesfile, commit.template | Matthieu Moy | 2009-11-17 |
* | | http-backend: Protect GIT_PROJECT_ROOT from /../ requests | Shawn O. Pearce | 2009-11-09 |
|/ |
|
* | diff: generate pretty filenames in prep_temp_blob() | David Aguilar | 2009-05-31 |
* | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 2009-03-28 |
* | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 2009-03-27 |
* | Introduce the function strip_path_suffix() | Johannes Schindelin | 2009-02-19 |
* | Revert "validate_headref: tighten ref-matching to just branches" | Junio C Hamano | 2009-02-12 |
* | 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 |