Sign in
googlers
/
jrn
/
git
/
c8556c6213cf6dca63f29f98ad9d074f6c5f8233
/
refs.h
9f69d29
refs: implement simple transactions for the packed-refs file
by Michael Haggerty
· 12 years ago
ede63a1
Merge branch 'mh/reflife'
by Junio C Hamano
· 12 years ago
4f78c24
refs: document the lifetime of the args passed to each_ref_fn
by Michael Haggerty
· 12 years ago
2f1ef15
Merge branch 'mh/packed-refs-various'
by Junio C Hamano
· 12 years ago
32d462c
pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
by Michael Haggerty
· 12 years ago
2312a79
peel_ref(): fix return value for non-peelable, not-current reference
by Michael Haggerty
· 12 years ago
89df9c8
refs: document flags constants REF_*
by Michael Haggerty
· 12 years ago
6beb484
Merge branch 'jc/reflog-reverse-walk'
by Junio C Hamano
· 12 years ago
98f85ff
reflog: add for_each_reflog_ent_reverse() API
by Junio C Hamano
· 12 years ago
daebaa7
upload/receive-pack: allow hiding ref hierarchies
by Junio C Hamano
· 12 years ago
432ad41
refs: store references hierarchically
by Michael Haggerty
· 13 years ago
cf6672e
refs: remove the extra_refs API
by Michael Haggerty
· 13 years ago
30249ee
add_packed_ref(): new function in the refs API.
by Michael Haggerty
· 13 years ago
7f820bd
resolve_gitlink_ref(): improve docstring
by Michael Haggerty
· 13 years ago
85be1fe
refs: rename parameters result -> sha1
by Michael Haggerty
· 13 years ago
dfefa93
refs: rename "refname" variables
by Michael Haggerty
· 13 years ago
0445ba2
Merge branch 'jc/broken-ref-dwim-fix'
by Junio C Hamano
· 13 years ago
98ac34b
resolve_ref(): expose REF_ISBROKEN flag
by Junio C Hamano
· 13 years ago
8be8bde
invalidate_ref_cache(): expose this function in the refs API
by Michael Haggerty
· 13 years ago
2c5c66b
Merge branch 'jp/get-ref-dir-unsorted'
by Junio C Hamano
· 13 years ago
dce4bab
add_ref(): verify that the refname is formatted correctly
by Michael Haggerty
· 13 years ago
a40e6fb
Change check_refname_format() to reject unnormalized refnames
by Michael Haggerty
· 13 years ago
8d9c501
Change check_ref_format() to take a flags argument
by Michael Haggerty
· 13 years ago
6ed547b
Merge branch 'js/ref-namespaces'
by Junio C Hamano
· 14 years ago
a1bea2c
ref namespaces: infrastructure
by Josh Triplett
· 14 years ago
b985f2a
Merge branch 'jc/maint-1.7.3-checkout-describe'
by Junio C Hamano
· 14 years ago
c17b229
checkout -b <name>: correctly detect existing branch
by Junio C Hamano
· 14 years ago
9ef6aeb
setup_revisions(): Allow walking history in a submodule
by Heiko Voigt
· 15 years ago
157aaea
log_ref_setup: don't return stack-allocated array
by Thomas Rast
· 15 years ago
859c301
refs: split log_ref_write logic into log_ref_setup
by Erick Mattos
· 15 years ago
894a9d3
Support showing notes from more than one notes tree
by Thomas Rast
· 15 years ago
b09fe97
rev-parse --branches/--tags/--remotes=pattern
by Ilari Liusvaara
· 15 years ago
d08bae7
rev-parse --glob
by Ilari Liusvaara
· 15 years ago
3cf6134
teach warn_dangling_symref to take a FILE argument
by Jay Soffian
· 15 years ago
2926870
refs: add a "for_each_replace_ref" function
by Christian Couder
· 16 years ago
4577e48
Change prettify_ref to prettify_refname
by Felipe Contreras
· 16 years ago
6e7b330
shorten_unambiguous_ref(): add strict mode
by Bert Wesarg
· 16 years ago
3e52eff
Merge branch 'jk/show-upstream'
by Junio C Hamano
· 16 years ago
7c2b302
make get_short_ref a public function
by Jeff King
· 16 years ago
5aaa507
Merge branch 'cc/sha1-bsearch' into HEAD
by Junio C Hamano
· 16 years ago
2a8177b
refs: add "for_each_ref_in" function to refactor "for_each_*_ref" functions
by Christian Couder
· 16 years ago
a9c37a7
Use a common function to get the pretty name of refs
by Daniel Barkalow
· 16 years ago
f8948e2
remote prune: warn dangling symrefs
by Junio C Hamano
· 16 years ago
101d15e
Introduce for_each_recent_reflog_ent().
by Junio C Hamano
· 16 years ago
e142a3c
Allow for having for_each_ref() list extra refs
by Daniel Barkalow
· 17 years ago
435fc85
refs.c: make close_ref() and commit_ref() non-static
by Brandon Casey
· 17 years ago
5f7b202
lock_any_ref_for_update(): reject wildcard return from check_ref_format
by Junio C Hamano
· 17 years ago
549799b
refs.c: Remove unused get_ref_sha1()
by Johannes Sixt
· 17 years ago
3d9f037
Function for updating refs.
by Carlos Rica
· 18 years ago
68db31c
git-update-ref: add --no-deref option for overwriting/detaching ref
by Sven Verdoolaege
· 18 years ago
0ebde32
Add 'resolve_gitlink_ref()' helper function
by Linus Torvalds
· 18 years ago
eb8381c
scan reflogs independently from refs
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
16d7cc9
Extend read_ref_at() to be usable from places other than sha1_name.
by Junio C Hamano
· 18 years ago
883d60f
Sanitize for_each_reflog_ent()
by Johannes Schindelin
· 18 years ago
2ff8166
add for_each_reflog_ent() iterator
by Junio C Hamano
· 18 years ago
678d0f4
git-branch: let caller specify logmsg
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
ab2a1a3
ref-log: allow ref@{count} syntax.
by Junio C Hamano
· 18 years ago
4431fcc
Clean-up lock-ref implementation
by Junio C Hamano
· 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
434cd0c
Enable the packed refs file format
by Linus Torvalds
· 18 years ago
e5f38ec
ref-log: style fixes.
by Junio C Hamano
· 19 years ago
c33d517
refs.c: convert it to use lockfile interface.
by Junio C Hamano
· 19 years ago
732232a
Force writing ref if it doesn't exist.
by Shawn Pearce
· 19 years ago
d556fae
Support 'master@2 hours ago' syntax
by Shawn Pearce
· 19 years ago
6de08ae
Log ref updates to logs/refs/<ref>
by Shawn Pearce
· 19 years ago
4bd18c4
Improve abstraction of ref lock/write.
by Shawn Pearce
· 19 years ago
a62be77
Add "--branches", "--tags" and "--remotes" options to git-rev-parse.
by Sean
· 19 years ago
723c31f
Add "git_path()" and "head_ref()" helper functions.
by Linus Torvalds
· 20 years ago
944d858
Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache
by Linus Torvalds
· 20 years ago
8a65ff7
Generalize the "show each ref" code in receice-pack
by Linus Torvalds
· 20 years ago
95fc751
[PATCH] Operations on refs
by Daniel Barkalow
· 20 years ago