index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'jk/fetch-reflog-df-conflict'
Junio C Hamano
2014-11-06
1
-2
/
+2
|
\
|
*
ignore stale directories when checking reflog existence
Jeff King
2014-11-04
1
-2
/
+2
*
|
ref_transaction_commit: bail out on failure to remove a ref
Jonathan Nieder
2014-10-15
1
-2
/
+6
*
|
refs.c: do not permit err == NULL
Jonathan Nieder
2014-10-15
1
-19
/
+27
*
|
refs.c: allow listing and deleting badly named refs
Ronnie Sahlberg
2014-10-15
1
-29
/
+119
*
|
packed-ref cache: forbid dot-components in refnames
Jonathan Nieder
2014-10-15
1
-11
/
+3
*
|
branch -d: avoid repeated symref resolution
Jonathan Nieder
2014-10-15
1
-2
/
+15
*
|
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-40
/
+53
*
|
refs.c: make write_ref_sha1 static
Ronnie Sahlberg
2014-10-15
1
-2
/
+8
*
|
refs.c: ref_transaction_commit: distinguish name conflicts from other errors
Ronnie Sahlberg
2014-10-15
1
-10
/
+16
*
|
refs.c: pass a list of names to skip to is_refname_available
Ronnie Sahlberg
2014-10-15
1
-18
/
+32
*
|
refs.c: call lock_ref_sha1_basic directly from commit
Ronnie Sahlberg
2014-10-15
1
-6
/
+6
*
|
refs.c: refuse to lock badly named refs in lock_ref_sha1_basic
Ronnie Sahlberg
2014-10-15
1
-2
/
+5
*
|
rename_ref: don't ask read_ref_full where the ref came from
Ronnie Sahlberg
2014-10-15
1
-1
/
+1
*
|
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
2014-10-15
1
-13
/
+21
*
|
refs.c: add an err argument to delete_ref_loose
Ronnie Sahlberg
2014-10-15
1
-4
/
+5
*
|
refs.c: lock_ref_sha1_basic is used for all refs
Ronnie Sahlberg
2014-10-15
1
-1
/
+1
*
|
wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
Ronnie Sahlberg
2014-10-15
1
-1
/
+1
*
|
commit_packed_refs(): reimplement using fdopen_lock_file()
Michael Haggerty
2014-10-01
1
-4
/
+1
*
|
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
2014-10-01
1
-0
/
+1
*
|
get_locked_file_path(): new function
Michael Haggerty
2014-10-01
1
-3
/
+1
*
|
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
2014-10-01
1
-1
/
+1
*
|
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
2014-10-01
1
-3
/
+3
*
|
delete_ref_loose(): don't muck around in the lock_file's filename
Michael Haggerty
2014-10-01
1
-6
/
+9
*
|
cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
Michael Haggerty
2014-10-01
1
-3
/
+4
*
|
unable_to_lock_die(): rename function from unable_to_lock_index_die()
Michael Haggerty
2014-10-01
1
-1
/
+1
*
|
Merge branch 'da/rev-parse-verify-quiet'
Junio C Hamano
2014-09-29
1
-3
/
+7
|
\
\
|
*
|
refs: make rev-parse --quiet actually quiet
David Aguilar
2014-09-19
1
-3
/
+7
*
|
|
Merge branch 'jk/faster-name-conflicts'
Junio C Hamano
2014-09-26
1
-32
/
+90
|
\
\
\
|
*
|
|
refs: speed up is_refname_available
Jeff King
2014-09-12
1
-32
/
+90
*
|
|
|
Merge branch 'jk/write-packed-refs-via-stdio'
Junio C Hamano
2014-09-26
1
-23
/
+16
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs: write packed_refs file using stdio
Jeff King
2014-09-10
1
-23
/
+16
|
|
/
/
*
|
|
Merge branch 'jk/prune-top-level-refs-after-packing'
Junio C Hamano
2014-09-11
1
-1
/
+1
|
\
\
\
|
*
|
|
pack-refs: prune top-level refs like "refs/foo"
Jeff King
2014-08-25
1
-1
/
+2
|
|
|
/
|
|
/
|
|
*
|
add object_as_type helper for casting objects
Jeff King
2014-07-28
1
-2
/
+1
*
|
|
Merge branch 'rs/ref-transaction-1'
Junio C Hamano
2014-09-11
1
-105
/
+140
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
refs.c: make delete_ref use a transaction
Ronnie Sahlberg
2014-09-03
1
-21
/
+14
|
*
|
refs.c: make prune_ref use a transaction to delete the ref
Ronnie Sahlberg
2014-09-03
1
-7
/
+21
|
*
|
refs.c: remove lock_ref_sha1
Ronnie Sahlberg
2014-09-03
1
-10
/
+5
|
*
|
refs.c: remove the update_ref_write function
Ronnie Sahlberg
2014-09-03
1
-26
/
+8
|
*
|
refs.c: remove the update_ref_lock function
Ronnie Sahlberg
2014-09-03
1
-24
/
+6
|
*
|
refs.c: make lock_ref_sha1 static
Ronnie Sahlberg
2014-09-03
1
-2
/
+5
|
*
|
refs.c: change update_ref to use a transaction
Ronnie Sahlberg
2014-09-03
1
-4
/
+26
|
*
|
refs.c: add transaction.status and track OPEN/CLOSED
Ronnie Sahlberg
2014-09-03
1
-1
/
+33
|
*
|
refs.c: make ref_transaction_begin take an err argument
Ronnie Sahlberg
2014-09-03
1
-1
/
+1
|
*
|
refs.c: update ref_transaction_delete to check for error and return status
Ronnie Sahlberg
2014-09-03
1
-5
/
+11
|
*
|
refs.c: change ref_transaction_create to do error checking and return status
Ronnie Sahlberg
2014-09-03
1
-6
/
+12
*
|
|
Revert "Merge branch 'dt/refs-check-refname-component-sse'"
Junio C Hamano
2014-07-28
1
-216
/
+18
*
|
|
Revert "Merge branch 'dt/refs-check-refname-component-sse-fix'"
Junio C Hamano
2014-07-28
1
-2
/
+1
*
|
|
Merge branch 'jk/alloc-commit-id'
Junio C Hamano
2014-07-22
1
-2
/
+1
|
\
\
\
[next]