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