index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-19
expand_user_path: expand ~ to $HOME, not to the actual homedir.
Matthieu Moy
1
-4
/
+9
2009-11-17
Expand ~ and ~user in core.excludesfile, commit.template
Matthieu Moy
1
-34
/
+46
2009-11-09
http-backend: Protect GIT_PROJECT_ROOT from /../ requests
Shawn O. Pearce
1
-0
/
+47
2009-05-31
diff: generate pretty filenames in prep_temp_blob()
David Aguilar
1
-0
/
+16
2009-03-28
set_shared_perm(): sometimes we know what the final mode bits should look like
Junio C Hamano
1
-9
/
+16
2009-03-27
"core.sharedrepository = 0mode" should set, not loosen
Junio C Hamano
1
-15
/
+21
2009-02-19
Introduce the function strip_path_suffix()
Johannes Schindelin
1
-0
/
+36
2009-02-12
Revert "validate_headref: tighten ref-matching to just branches"
Junio C Hamano
1
-2
/
+2
2009-02-10
Merge branch 'js/maint-1.6.0-path-normalize'
Junio C Hamano
1
-41
/
+83
2009-02-07
Remove unused normalize_absolute_path()
Johannes Sixt
1
-45
/
+6
2009-02-07
Test and fix normalize_path_copy()
Johannes Sixt
1
-11
/
+5
2009-02-07
Fix GIT_CEILING_DIRECTORIES on Windows
René Scharfe
1
-5
/
+6
2009-02-07
Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()
Johannes Sixt
1
-0
/
+86
2009-01-29
validate_headref: tighten ref-matching to just branches
Jeff King
1
-2
/
+2
2008-11-11
Fix non-literal format in printf-style calls
Daniel Lowe
1
-2
/
+2
2008-11-08
Merge branch 'ar/maint-mksnpath' into maint
Junio C Hamano
1
-0
/
+54
2008-11-01
fix overlapping memcpy in normalize_absolute_path
Jeff King
1
-1
/
+1
2008-10-30
git_pathdup: returns xstrdup-ed copy of the formatted path
Alex Riesen
1
-4
/
+20
2008-10-30
Add git_snpath: a .git path formatting routine with output buffer
Alex Riesen
1
-0
/
+23
2008-10-26
Add mksnpath which allows you to specify the output buffer
Alex Riesen
1
-0
/
+15
2008-08-11
Fix typo in comments of longest_ancestor_length()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2008-07-25
Allow add_path() to add non-existent directories to the path
Johannes Sixt
1
-36
/
+0
2008-07-13
Merge branch 'maint' to sync with 1.5.6.3
Junio C Hamano
1
-1
/
+1
2008-07-11
Fix backwards-incompatible handling of core.sharedRepository
Petr Baudis
1
-1
/
+1
2008-07-07
Merge branch 'dr/ceiling'
Junio C Hamano
1
-0
/
+96
2008-06-27
shrink git-shell by avoiding redundant dependencies
Dmitry Potapov
1
-67
/
+0
2008-06-19
Make git_dir a path relative to work_tree in setup_work_tree()
Linus Torvalds
1
-0
/
+17
2008-06-08
make_nonrelative_path: Use is_absolute_path()
Johannes Sixt
1
-1
/
+1
2008-06-06
Use nonrelative paths instead of absolute paths for cloned repositories
Daniel Barkalow
1
-0
/
+36
2008-05-23
Add support for GIT_CEILING_DIRECTORIES
David Reiss
1
-0
/
+43
2008-05-23
Implement normalize_absolute_path
David Reiss
1
-0
/
+53
2008-04-29
Make read_in_full() and write_in_full() consistent with xread() and xwrite()
Heikki Orsila
1
-1
/
+2
2008-04-16
Make core.sharedRepository more generic
Heikki Orsila
1
-17
/
+18
2008-03-05
Do not use GUID on dir in git init --shared=all on FreeBSD
Alex Riesen
1
-1
/
+1
2008-03-02
Fix make_absolute_path() for parameters without a slash
Johannes Schindelin
1
-1
/
+3
2007-08-01
Add is_absolute_path() and make_absolute_path()
Johannes Schindelin
1
-0
/
+65
2007-07-25
git_mkstemp(): be careful not to overflow the path buffer.
Junio C Hamano
1
-14
/
+10
2007-07-02
getenv/setenv: use constants if available
Matthias Lederhofer
1
-1
/
+1
2007-03-07
General const correctness fixes
Shawn O. Pearce
1
-1
/
+1
2007-01-11
Merge branch 'jc/detached-head'
Junio C Hamano
1
-8
/
+18
2007-01-08
short i/o: fix calls to read to use xread or read_in_full
Andy Whitcroft
1
-1
/
+1
2007-01-08
Detached HEAD (experimental)
Junio C Hamano
1
-8
/
+18
2006-12-20
simplify inclusion of system header files.
Junio C Hamano
1
-1
/
+0
2006-11-05
adjust_shared_perm: chmod() only when needed.
Junio C Hamano
1
-1
/
+1
2006-09-16
Allow multiple "git_path()" uses
Linus Torvalds
1
-1
/
+9
2006-06-24
Rename safe_strncpy() to strlcpy().
Peter Eriksen
1
-14
/
+1
2006-06-17
Merge branch 'js/diff'
Junio C Hamano
1
-4
/
+9
2006-06-16
Implement safe_strncpy() as strlcpy() and use it more.
Peter Eriksen
1
-4
/
+9
2006-06-10
shared repository: optionally allow reading to "others".
Junio C Hamano
1
-2
/
+12
2006-06-09
shared repository - add a few missing calls to adjust_shared_perm().
Junio C Hamano
1
-0
/
+23
[prev]
[next]