Sign in
googlers
/
jrn
/
git
/
11c57e6a9a0f31f970701a673adaa1826f502fa0
/
refs.c
257f302
Update callers of check_ref_format()
by Junio C Hamano
· 17 years ago
5f7b202
lock_any_ref_for_update(): reject wildcard return from check_ref_format
by Junio C Hamano
· 17 years ago
774751a
Re-fix "builtin-commit: fix --signoff"
by Junio C Hamano
· 17 years ago
9bbe6db
Merge branch 'sp/refspec-match'
by Junio C Hamano
· 17 years ago
fd20079
Merge branch 'jk/send-pack'
by Junio C Hamano
· 17 years ago
605b497
refactor fetch's ref matching to use refname_match()
by Steffen Prohaska
· 17 years ago
7980332
add refname_match()
by Steffen Prohaska
· 17 years ago
cda69f4
make "find_ref_by_name" a public function
by Jeff King
· 17 years ago
549799b
refs.c: Remove unused get_ref_sha1()
by Johannes Sixt
· 17 years ago
2e13e5d
Merge branch 'master' into db/fetch-pack
by Shawn O. Pearce
· 17 years ago
7155b72
Introduce remove_dir_recursively()
by Johannes Schindelin
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 18 years ago
3d9f037
Function for updating refs.
by Carlos Rica
· 18 years ago
cbbb218
Fix filehandle leak in "git branch -D"
by Alex Riesen
· 18 years ago
0ec29a4
log_ref_write() -- do not chomp reflog message at the first LF
by Junio C Hamano
· 18 years ago
73013af
Make show_rfc2822_date() just another date output format.
by Junio C Hamano
· 18 years ago
91c8d59
detect close failure on just-written file handles
by Jim Meyering
· 18 years ago
4175e9e
More static
by Junio C Hamano
· 18 years ago
8558fd9
Move refspec pattern matching to match_refs().
by Daniel Barkalow
· 18 years ago
68db31c
git-update-ref: add --no-deref option for overwriting/detaching ref
by Sven Verdoolaege
· 18 years ago
afb5b6a
Merge branch 'lt/gitlink'
by Junio C Hamano
· 18 years ago
c774aab
refs.c: add a function to sort a ref list, rather then sorting on add
by Julian Phillips
· 18 years ago
1401f46
Use const qualifier for 'sha1' parameter in delete_ref function
by Carlos Rica
· 18 years ago
0ebde32
Add 'resolve_gitlink_ref()' helper function
by Linus Torvalds
· 18 years ago
19eba15
Make builtin-branch.c handle the git config file
by Lars Hjemli
· 18 years ago
d26f9fe
rename_ref(): only print a warning when config-file update fails
by Lars Hjemli
· 18 years ago
605fac8
update HEAD reflog when branch pointed to by HEAD is directly modified
by Nicolas Pitre
· 18 years ago
ed287ab
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
443b92b
Adjust reflog filemode in shared repository
by Matthias Kestenholz
· 18 years ago
dc49cd7
Cast 64 bit off_t to 32 bit size_t
by Shawn O. Pearce
· 18 years ago
253e772
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
ee96d11
Fix a "label defined but unreferenced" warning.
by Ramsay Jones
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
acb39f6
for-each-reflog: not having $GIT_DIR/logs directory is not an error.
by Junio C Hamano
· 18 years ago
b4dd485
for_each_reflog_ent: be forgiving about missing message
by Johannes Schindelin
· 18 years ago
d48744d
create_symref(): create leading directories as needed.
by Junio C Hamano
· 18 years ago
fcee5a1
for-each-reflog: fix case for empty log directory
by Junio C Hamano
· 18 years ago
d77ee72
Merge branch 'master' into np/dreflog
by Junio C Hamano
· 18 years ago
eb8381c
scan reflogs independently from refs
by Nicolas Pitre
· 18 years ago
a2f9fe9
lock_any_ref_for_update(): do not accept malformatted refs.
by Junio C Hamano
· 18 years ago
47fc52e
create_symref(): do not assume pathname from git_path() persists long enough
by Junio C Hamano
· 18 years ago
8b5157e
add logref support to git-symbolic-ref
by Nicolas Pitre
· 18 years ago
41b625b
move create_symref() past log_ref_write()
by Nicolas Pitre
· 18 years ago
bd104db
enable separate reflog for HEAD
by Nicolas Pitre
· 18 years ago
1655707
lock_ref_sha1_basic(): remember the original name of a ref when resolving it
by Nicolas Pitre
· 18 years ago
9a13f0b
make reflog filename independent from struct ref_lock
by Nicolas Pitre
· 18 years ago
8a56da2
create_symref: check error return from open().
by Junio C Hamano
· 18 years ago
8ac6593
Make sure we do not write bogus reflog entries.
by Junio C Hamano
· 18 years ago
cb280e1
Allow non-developer to clone, checkout and fetch more easily.
by Junio C Hamano
· 18 years ago
76a44c5
show-branch --reflog: show the reflog message at the top.
by Junio C Hamano
· 18 years ago
16d7cc9
Extend read_ref_at() to be usable from places other than sha1_name.
by Junio C Hamano
· 18 years ago
cb48cb5
refs.c::read_ref_at(): fix bogus munmap() call.
by Junio C Hamano
· 18 years ago
2266bf2
for_each_reflog_ent: do not leak FILE *
by Junio C Hamano
· 18 years ago
d9e74d5
Solaris 5.8 returns ENOTDIR for inappropriate renames.
by Jason Riedy
· 18 years ago
e861ce1
Merge branch 'jc/bare'
by Junio C Hamano
· 18 years ago
883d60f
Sanitize for_each_reflog_ent()
by Johannes Schindelin
· 18 years ago
93822c2
short i/o: fix calls to write to use xwrite or write_in_full
by Andy Whitcroft
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
7d1864c
Introduce is_bare_repository() and core.bare configuration variable
by Junio C Hamano
· 18 years ago
510c5a8
Move initialization of log_all_ref_updates
by Junio C Hamano
· 18 years ago
cf2999e
Merge branch 'sp/mmap'
by Junio C Hamano
· 18 years ago
e27e609b
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
1084b84
Fix infinite loop when deleting multiple packed refs.
by Junio C Hamano
· 18 years ago
c4712e4
Replace mmap with xmmap, better handling MAP_FAILED.
by Shawn O. Pearce
· 18 years ago
e19b9dd
core.logallrefupdates: log remotes/ tracking branches.
by Junio C Hamano
· 18 years ago
e29cb53
reflog: fix warning message.
by Junio C Hamano
· 18 years ago
2ff8166
add for_each_reflog_ent() iterator
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
dc81c58
git-branch: rename config vars branch.<branch>.*, too
by Johannes Schindelin
· 18 years ago
abcb49c
Merge branch 'lh/branch-rename'
by Junio C Hamano
· 18 years ago
37adac7
send-pack: tighten checks for remote names
by Junio C Hamano
· 18 years ago
678d0f4
git-branch: let caller specify logmsg
by Lars Hjemli
· 18 years ago
16c2bfb
rename_ref: use lstat(2) when testing for symlink
by Lars Hjemli
· 18 years ago
c976d41
git-branch: add options and tests for branch renaming
by Lars Hjemli
· 18 years ago
f4204ab
Store peeled refs in packed-refs (take 2).
by Junio C Hamano
· 18 years ago
cf0adba
Store peeled refs in packed-refs file.
by Junio C Hamano
· 18 years ago
ef06b91
do_for_each_ref: perform the same sanity check for leftovers.
by Junio C Hamano
· 18 years ago
2e6d8f1
Merge branch 'jc/reflog' into lj/refs
by Junio C Hamano
· 18 years ago
3b463c3
ref-log: fix D/F conflict coming from deleted refs.
by Junio C Hamano
· 18 years ago
1974bf6
core.logallrefupdates thinko-fix
by Junio C Hamano
· 18 years ago
4057deb
core.logallrefupdates create new log file only for branch heads.
by Junio C Hamano
· 18 years ago
ab2a1a3
ref-log: allow ref@{count} syntax.
by Junio C Hamano
· 18 years ago
ff989b8
Merge branch 'master' into lj/refs
by Junio C Hamano
· 18 years ago
7a21632
lock_ref_sha1_basic does not remove empty directories on BSD
by Dennis Stosberg
· 18 years ago
26a063a
Fix refs.c;:repack_without_ref() clean-up path
by Junio C Hamano
· 18 years ago
28bed6e
Fix a remove_empty_dir_recursive problem.
by Christian Couder
· 18 years ago
c0277d1
delete_ref(): delete packed ref
by Junio C Hamano
· 18 years ago
22a3844
lock_ref_sha1(): check D/F conflict with packed ref when creating.
by Junio C Hamano
· 18 years ago
5cc3cef
lock_ref_sha1(): do not sometimes error() and sometimes die().
by Junio C Hamano
· 18 years ago
5e290ff
refs: minor restructuring of cached refs data.
by Junio C Hamano
· 18 years ago
bc7127e
ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.
by Junio C Hamano
· 18 years ago
ac5409e
update-ref: -d flag and ref creation safety.
by Junio C Hamano
· 18 years ago
4431fcc
Clean-up lock-ref implementation
by Junio C Hamano
· 18 years ago
5fd6f5c
lock_ref_sha1_basic: remove unused parameter "plen".
by Junio C Hamano
· 18 years ago
7c1a278
Fix buggy ref recording
by Petr Baudis
· 18 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
· 18 years ago
cb5d709
Add callback data to for_each_ref() family.
by Junio C Hamano
· 18 years ago
53cce84
Fix broken sha1 locking
by Petr Baudis
· 18 years ago
434cd0c
Enable the packed refs file format
by Linus Torvalds
· 19 years ago
ed378ec
Make ref resolution saner
by Linus Torvalds
· 19 years ago
Next »