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
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-02
Replace uses of strdup with xstrdup.
Shawn Pearce
1
-2
/
+2
2006-08-27
free(NULL) is perfectly valid.
Junio C Hamano
1
-4
/
+2
2006-08-23
Convert memcpy(a,b,20) to hashcpy(a,b).
Shawn Pearce
1
-1
/
+1
2006-08-17
Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.
David Rientjes
1
-4
/
+4
2006-08-12
Better error message when we are unable to lock the index file
Junio C Hamano
1
-7
/
+1
2006-08-11
drop length argument of has_extension
Rene Scharfe
1
-1
/
+1
2006-08-10
Add has_extension()
Rene Scharfe
1
-1
/
+1
2006-07-28
Display an error from update-ref if target ref name is invalid.
Shawn Pearce
1
-0
/
+5
2006-07-10
Allow user.name and user.email to drive reflog entry.
Shawn Pearce
1
-1
/
+0
2006-07-09
Fix typos involving the word 'commit'
Alp Toker
1
-6
/
+6
2006-06-09
shared repository - add a few missing calls to adjust_shared_perm().
Junio C Hamano
1
-0
/
+5
2006-06-06
ref-log: style fixes.
Junio C Hamano
1
-8
/
+11
2006-06-06
refs.c: convert it to use lockfile interface.
Junio C Hamano
1
-11
/
+10
2006-05-19
Correct force_write bug in refs.c
Shawn Pearce
1
-1
/
+1
2006-05-19
Log ref updates made by fetch.
Shawn Pearce
1
-2
/
+3
2006-05-19
Force writing ref if it doesn't exist.
Shawn Pearce
1
-1
/
+3
2006-05-19
General ref log reading improvements.
Shawn Pearce
1
-14
/
+40
2006-05-17
Fix ref log parsing so it works properly.
Shawn Pearce
1
-1
/
+1
2006-05-17
Support 'master@2 hours ago' syntax
Shawn Pearce
1
-0
/
+53
2006-05-17
Log ref updates to logs/refs/<ref>
Shawn Pearce
1
-0
/
+56
2006-05-17
Improve abstraction of ref lock/write.
Shawn Pearce
1
-125
/
+111
2006-05-17
Remove unnecessary local in get_ref_sha1.
Shawn Pearce
1
-4
/
+1
2006-05-14
Add "--branches", "--tags" and "--remotes" options to git-rev-parse.
Sean
1
-4
/
+19
2006-05-02
core.prefersymlinkrefs: use symlinks for .git/HEAD
Junio C Hamano
1
-2
/
+2
2006-03-09
refs.c::do_for_each_ref(): Finish error message lines with "\n"
Junio C Hamano
1
-3
/
+3
2006-03-01
Warn about invalid refs
Johannes Schindelin
1
-2
/
+7
2006-02-22
Give no terminating LF to error() function.
Junio C Hamano
1
-1
/
+1
2006-01-19
Disable USE_SYMLINK_HEAD by default
Pavel Roskin
1
-5
/
+1
2005-12-17
Revert "We do not like "HEAD" as a new branch name"
Junio C Hamano
1
-5
/
+0
2005-12-17
Revert "refs.c: off-by-one fix."
Junio C Hamano
1
-5
/
+2
2005-12-16
Forbid pattern maching characters in refnames.
Junio C Hamano
1
-1
/
+3
2005-12-15
refs.c: off-by-one fix.
Junio C Hamano
1
-2
/
+5
2005-12-15
We do not like "HEAD" as a new branch name
Johannes Schindelin
1
-0
/
+5
2005-12-07
refs.c: make sure leading directories exist before writing a ref.
Junio C Hamano
1
-0
/
+4
2005-11-19
Do not DWIM in userpath library under strict mode.
Junio C Hamano
1
-40
/
+0
2005-11-15
Add config variable core.symrefsonly
Johannes Schindelin
1
-4
/
+6
2005-10-25
create_symref: if symlink fails, fall back to writing a "symbolic ref"
Johannes Schindelin
1
-5
/
+7
2005-10-15
git-check-ref-format: reject funny ref names.
Junio C Hamano
1
-9
/
+46
2005-10-14
Unlocalized isspace and friends
Linus Torvalds
1
-1
/
+0
2005-10-05
[PATCH] Fix symbolic ref validation
Jonas Fonseca
1
-1
/
+1
2005-10-01
Add git-symbolic-ref
Junio C Hamano
1
-0
/
+77
2005-10-01
Use resolve_ref() to implement read_ref().
Junio C Hamano
1
-27
/
+62
2005-10-01
[PATCH] Allow reading "symbolic refs" that point to other refs
Linus Torvalds
1
-33
/
+40
2005-08-16
[PATCH] Make do_each_ref() follow symlinks.
Matt Draisey
1
-1
/
+1
2005-08-09
[PATCH] -Werror fixes
Timo Sirainen
1
-3
/
+3
2005-07-08
Make "for_each_ref()" always use the "canonical" refname.
Linus Torvalds
1
-8
/
+7
2005-07-05
Fix silly thinko in "head_ref()"
Linus Torvalds
1
-2
/
+2
2005-07-05
Add "git_path()" and "head_ref()" helper functions.
Linus Torvalds
1
-0
/
+9
2005-07-04
Clean up output of "for_each_ref()" when GIT_DIR is "."
Linus Torvalds
1
-0
/
+5
2005-07-03
Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache
Linus Torvalds
1
-5
/
+5
[next]