Age | Commit message (Expand) | Author | Files | Lines |
2014-09-02 | Merge branch 'mm/config-edit-global' | Junio C Hamano | 1 | -4/+6 |
2014-07-25 | home_config_paths(): let the caller ignore xdg path | Matthieu Moy | 1 | -4/+6 |
2014-07-22 | Merge branch 'rs/code-cleaning' | Junio C Hamano | 1 | -3/+3 |
2014-07-21 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+1 |
2014-07-21 | use xmemdupz() to allocate copies of strings given by start and length | René Scharfe | 1 | -3/+1 |
2014-07-17 | strbuf: use strbuf_addstr() for adding C strings | René Scharfe | 1 | -3/+3 |
2014-06-10 | Windows: allow using UNC path for git repository | Cezary Zawadka | 1 | -7/+0 |
2014-03-18 | Merge branch 'jk/config-path-include-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2014-02-27 | Merge branch 'jk/config-path-include-fix' | Junio C Hamano | 1 | -1/+1 |
2014-01-28 | expand_user_path: do not look at NULL path | Jeff King | 1 | -1/+1 |
2013-10-28 | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 1 | -0/+65 |
2013-10-14 | Use simpler relative_path when set_git_dir | Jiang Xin | 1 | -0/+45 |
2013-10-14 | relative_path should honor dos-drive-prefix | Jiang Xin | 1 | -0/+20 |
2013-09-09 | Merge branch 'jl/submodule-mv' | Junio C Hamano | 1 | -1/+14 |
2013-08-02 | Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat' | Junio C Hamano | 1 | -8/+1 |
2013-07-18 | cygwin: Remove the Win32 l/stat() implementation | Ramsay Jones | 1 | -8/+1 |
2013-07-15 | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 1 | -1/+14 |
2013-06-26 | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 1 | -27/+85 |
2013-04-05 | path.c: optimize adjust_shared_perm() | Torsten Bögershausen | 1 | -19/+23 |
2013-04-05 | path.c: simplify adjust_shared_perm() | Torsten Bögershausen | 1 | -20/+7 |
2013-03-25 | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 1 | -3/+17 |
2012-10-29 | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 1 | -15/+11 |
2012-10-29 | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 1 | -13/+9 |
2012-10-29 | longest_ancestor_length(): use string_list_split() | Michael Haggerty | 1 | -7/+11 |
2012-09-04 | path.c: Use vsnpath() in the implementation of git_path() | Ramsay Jones | 1 | -12/+3 |
2012-09-04 | path.c: Don't discard the return value of vsnpath() | Ramsay Jones | 1 | -5/+6 |
2012-09-04 | path.c: Remove the 'git_' prefix from a file scope function | Ramsay Jones | 1 | -3/+3 |
2012-06-25 | config: read (but not write) from $XDG_CONFIG_HOME/git/config file | Huynh Khoi Nguyen Nguyen | 1 | -0/+41 |
2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -2/+5 |
2011-10-04 | Learn to handle gitfiles in enter_repo | Phil Hord | 1 | -1/+7 |
2011-10-04 | enter_repo: do not modify input | Erik Faye-Lund | 1 | -16/+12 |
2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -1/+1 |
2011-03-17 | Name make_*_path functions more accurately | Carlos Martín Nieto | 1 | -1/+1 |
2010-11-10 | path helpers: move git_mkstemp* to wrapper.c | Jonathan Nieder | 1 | -113/+0 |
2010-08-21 | Merge branch 'hv/submodule-find-ff-merge' | Junio C Hamano | 1 | -0/+38 |
2010-07-27 | Sync with 1.7.0 series | Junio C Hamano | 1 | -0/+2 |
2010-07-27 | config --get --path: check for unset $HOME | Jonathan Nieder | 1 | -0/+2 |
2010-07-07 | Teach ref iteration module about submodules | Heiko Voigt | 1 | -0/+38 |
2010-03-08 | Merge branch 'mm/mkstemps-mode-for-packfiles' into maint | Junio C Hamano | 1 | -0/+79 |
2010-03-07 | Merge branch 'nd/root-git' | Junio C Hamano | 1 | -0/+7 |
2010-03-07 | Merge branch 'mm/mkstemps-mode-for-packfiles' | Junio C Hamano | 1 | -0/+79 |
2010-02-22 | git_mkstemps_mode: don't set errno to EINVAL on exit. | Matthieu Moy | 1 | -1/+0 |
2010-02-22 | git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. | Matthieu Moy | 1 | -2/+13 |
2010-02-22 | Move gitmkstemps to path.c | Matthieu Moy | 1 | -0/+69 |
2010-02-16 | Merge branch 'jc/typo' | Junio C Hamano | 1 | -1/+1 |
2010-02-16 | Move offset_1st_component() to path.c | Nguyễn Thái Ngọc Duy | 1 | -0/+7 |
2010-02-06 | setenv(GIT_DIR) clean-up | René Scharfe | 1 | -1/+1 |
2010-02-03 | Typofixes outside documentation area | Junio C Hamano | 1 | -1/+1 |
2010-01-22 | ignore duplicated slashes in make_relative_path() | Junio C Hamano | 1 | -9/+30 |
2009-11-22 | Merge branch 'mm/config-pathname-tilde-expand' | Junio C Hamano | 1 | -33/+50 |