index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
config.mak.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-15
refs.c: make write_ref_sha1 static
Ronnie Sahlberg
2
-5
/
+8
2014-10-15
fetch.c: change s_update_ref to use a ref transaction
Ronnie Sahlberg
1
-10
/
+24
2014-10-15
refs.c: ref_transaction_commit: distinguish name conflicts from other errors
Ronnie Sahlberg
2
-12
/
+23
2014-10-15
refs.c: pass a list of names to skip to is_refname_available
Ronnie Sahlberg
1
-18
/
+32
2014-10-15
refs.c: call lock_ref_sha1_basic directly from commit
Ronnie Sahlberg
1
-6
/
+6
2014-10-15
refs.c: refuse to lock badly named refs in lock_ref_sha1_basic
Ronnie Sahlberg
1
-2
/
+5
2014-10-15
rename_ref: don't ask read_ref_full where the ref came from
Ronnie Sahlberg
1
-1
/
+1
2014-10-15
refs.c: pass the ref log message to _create/delete/update instead of _commit
Ronnie Sahlberg
11
-44
/
+54
2014-10-15
refs.c: add an err argument to delete_ref_loose
Ronnie Sahlberg
1
-4
/
+5
2014-10-15
wrapper.c: add a new function unlink_or_msg
Ronnie Sahlberg
2
-0
/
+23
2014-10-15
refs.c: lock_ref_sha1_basic is used for all refs
Ronnie Sahlberg
1
-1
/
+1
2014-10-15
wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
Ronnie Sahlberg
3
-11
/
+12
2014-10-15
mv test: recreate mod/ directory instead of relying on stale copy
Jonathan Nieder
1
-5
/
+10
2014-10-14
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+21
2014-10-08
Documentation: fix misrender of pretty-formats in Asciidoctor
brian m. carlson
1
-1
/
+1
2014-10-08
Update draft release notes to 2.2
Junio C Hamano
1
-0
/
+13
2014-10-07
completion: add --show-signature for log and show
David Aguilar
1
-0
/
+2
2014-10-07
use skip_prefix() to avoid more magic numbers
René Scharfe
10
-75
/
+69
2014-10-07
git-tag.txt: Add a missing hyphen to `-s`
Wieland Hoffmann
1
-1
/
+1
2014-10-07
mailsplit: remove unnecessary unlink(2) call
René Scharfe
1
-1
/
+0
2014-10-07
bundle: plug minor memory leak in is_tag_in_date_range()
René Scharfe
1
-7
/
+10
2014-10-01
commit_packed_refs(): reimplement using fdopen_lock_file()
Michael Haggerty
1
-4
/
+1
2014-10-01
dump_marks(): reimplement using fdopen_lock_file()
Michael Haggerty
1
-19
/
+2
2014-10-01
fdopen_lock_file(): access a lockfile using stdio
Michael Haggerty
3
-16
/
+68
2014-10-01
lockfile.h: extract new header file for the functions in lockfile.c
Michael Haggerty
35
-83
/
+118
2014-10-01
hold_locked_index(): move from lockfile.c to read-cache.c
Michael Haggerty
2
-8
/
+8
2014-10-01
hold_lock_file_for_append(): restore errno before returning
Michael Haggerty
1
-1
/
+8
2014-10-01
get_locked_file_path(): new function
Michael Haggerty
4
-3
/
+16
2014-10-01
lockfile.c: rename static functions
Michael Haggerty
1
-5
/
+5
2014-10-01
lockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
Michael Haggerty
4
-5
/
+5
2014-10-01
commit_lock_file_to(): refactor a helper out of commit_lock_file()
Michael Haggerty
4
-38
/
+50
2014-10-01
trim_last_path_component(): replace last_path_elm()
Michael Haggerty
1
-22
/
+16
2014-10-01
resolve_symlink(): take a strbuf parameter
Michael Haggerty
1
-35
/
+22
2014-10-01
resolve_symlink(): use a strbuf for internal scratch space
Michael Haggerty
1
-21
/
+12
2014-10-01
lockfile: change lock_file::filename into a strbuf
Michael Haggerty
8
-52
/
+47
2014-10-01
commit_lock_file(): use a strbuf to manage temporary space
Michael Haggerty
1
-5
/
+7
2014-10-01
try_merge_strategy(): use a statically-allocated lock_file object
Michael Haggerty
1
-7
/
+7
2014-10-01
try_merge_strategy(): remove redundant lock_file allocation
Michael Haggerty
1
-1
/
+0
2014-10-01
struct lock_file: declare some fields volatile
Michael Haggerty
2
-4
/
+4
2014-10-01
lockfile: avoid transitory invalid states
Michael Haggerty
3
-11
/
+28
2014-10-01
git_config_set_multivar_in_file(): avoid call to rollback_lock_file()
Michael Haggerty
1
-0
/
+1
2014-10-01
dump_marks(): remove a redundant call to rollback_lock_file()
Michael Haggerty
1
-3
/
+1
2014-10-01
api-lockfile: document edge cases
Michael Haggerty
1
-6
/
+14
2014-10-01
commit_lock_file(): rollback lock file on failure to rename
Michael Haggerty
1
-1
/
+6
2014-10-01
close_lock_file(): if close fails, roll back
Michael Haggerty
2
-13
/
+22
2014-10-01
commit_lock_file(): die() if called for unlocked lockfile object
Michael Haggerty
2
-1
/
+5
2014-10-01
commit_lock_file(): inline temporary variable
Michael Haggerty
1
-3
/
+5
2014-10-01
remove_lock_file(): call rollback_lock_file()
Michael Haggerty
1
-6
/
+2
2014-10-01
lock_file(): exit early if lockfile cannot be opened
Michael Haggerty
1
-12
/
+11
2014-10-01
prepare_index(): declare return value to be (const char *)
Michael Haggerty
1
-2
/
+2
[next]