index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'kb/perf-trace'
Junio C Hamano
2014-07-22
|
\
|
*
api-trace.txt: add trace API documentation
Karsten Blees
2014-07-13
|
*
progress: simplify performance measurement by using getnanotime()
Karsten Blees
2014-07-13
|
*
wt-status: simplify performance measurement by using getnanotime()
Karsten Blees
2014-07-13
|
*
git: add performance tracing for git's main() function to debug scripts
Karsten Blees
2014-07-13
|
*
trace: add trace_performance facility to debug performance issues
Karsten Blees
2014-07-13
|
*
trace: add high resolution timer function to debug performance issues
Karsten Blees
2014-07-13
|
*
trace: add 'file:line' to all trace output
Karsten Blees
2014-07-13
|
*
trace: move code around, in preparation to file:line output
Karsten Blees
2014-07-13
|
*
trace: add current timestamp to all trace output
Karsten Blees
2014-07-13
|
*
trace: disable additional trace output for unit tests
Karsten Blees
2014-07-13
|
*
trace: add infrastructure to augment trace output with additional info
Karsten Blees
2014-07-13
|
*
sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
Karsten Blees
2014-07-13
|
*
Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables
Karsten Blees
2014-07-13
|
*
trace: improve trace performance
Karsten Blees
2014-07-13
|
*
trace: remove redundant printf format attribute
Karsten Blees
2014-06-17
|
*
trace: consistently name the format parameter
Karsten Blees
2014-06-17
|
*
trace: move trace declarations from cache.h to new trace.h
Karsten Blees
2014-06-17
*
|
Merge branch 'maint'
Junio C Hamano
2014-07-21
|
\
\
|
*
|
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2014-07-21
|
*
|
use xcalloc() to allocate zero-initialized memory
René Scharfe
2014-07-21
*
|
|
Ninth batch for 2.1
Junio C Hamano
2014-07-21
*
|
|
Merge branch 'rs/unify-is-branch'
Junio C Hamano
2014-07-21
|
\
\
\
|
*
|
|
refs.c: add a public is_branch function
Ronnie Sahlberg
2014-07-16
|
|
/
/
*
|
|
Merge branch 'kb/avoid-fchmod-for-now'
Junio C Hamano
2014-07-21
|
\
\
\
|
*
|
|
config: use chmod() instead of fchmod()
Karsten Blees
2014-07-16
*
|
|
|
Merge branch 'sk/mingw-uni-fix'
Junio C Hamano
2014-07-21
|
\
\
\
\
|
*
|
|
|
Win32: Unicode file name support (dirent)
Karsten Blees
2014-07-15
|
*
|
|
|
Win32: Unicode file name support (except dirent)
Karsten Blees
2014-07-15
*
|
|
|
|
Merge branch 'ek/alt-odb-entry-fix'
Junio C Hamano
2014-07-21
|
\
\
\
\
\
|
*
|
|
|
|
sha1_file: do not add own object directory as alternate
Ephrim Khong
2014-07-15
*
|
|
|
|
|
Merge branch 'kb/hashmap-updates'
Junio C Hamano
2014-07-21
|
\
\
\
\
\
\
|
*
|
|
|
|
|
hashmap: add string interning API
Karsten Blees
2014-07-07
|
*
|
|
|
|
|
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
2014-07-07
|
*
|
|
|
|
|
hashmap: improve struct hashmap member documentation
Karsten Blees
2014-07-07
|
*
|
|
|
|
|
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
2014-07-07
*
|
|
|
|
|
|
Merge branch 'jk/remote-curl-squelch-extra-errors'
Junio C Hamano
2014-07-21
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
remote-curl: mark helper-protocol errors more clearly
Jeff King
2014-07-10
|
*
|
|
|
|
|
|
remote-curl: use error instead of fprintf(stderr)
Jeff King
2014-07-10
|
*
|
|
|
|
|
|
remote-curl: do not complain on EOF from parent git
Jeff King
2014-07-10
*
|
|
|
|
|
|
|
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
2014-07-21
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
refs.c: change ref_transaction_update() to do error checking and return status
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: remove the onerr argument to ref_transaction_commit
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
update-ref: use err argument to get error from ref_transaction_commit
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: make update_ref_write update a strbuf on failure
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: make ref_update_reject_duplicates take a strbuf argument for errors
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: log_ref_write should try to return meaningful errno
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: make resolve_ref_unsafe set errno to something meaningful on error
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: commit_packed_refs to return a meaningful errno on failure
Ronnie Sahlberg
2014-07-14
|
*
|
|
|
|
|
|
|
refs.c: make remove_empty_directories always set errno to something sane
Ronnie Sahlberg
2014-07-14
[next]