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
...
|
*
|
|
|
|
string-list: new for_each_string_list() function
Jay Soffian
2009-02-27
|
*
|
|
|
|
remote: make match_refs() not short-circuit
Jay Soffian
2009-02-27
|
*
|
|
|
|
remote: make match_refs() copy src ref before assigning to peer_ref
Jay Soffian
2009-02-27
|
*
|
|
|
|
remote: let guess_remote_head() optionally return all matches
Jay Soffian
2009-02-27
|
*
|
|
|
|
remote: make copy_ref() perform a deep copy
Jay Soffian
2009-02-27
|
*
|
|
|
|
remote: simplify guess_remote_head()
Jay Soffian
2009-02-26
|
*
|
|
|
|
move locate_head() to remote.c
Jay Soffian
2009-02-26
|
*
|
|
|
|
move duplicated ref_newer() to remote.c
Jay Soffian
2009-02-26
|
*
|
|
|
|
move duplicated get_local_heads() to remote.c
Jay Soffian
2009-02-26
|
*
|
|
|
|
refactor find_ref_by_name() to accept const list
Jeff King
2009-02-26
|
*
|
|
|
|
add basic http clone/fetch tests
Jeff King
2009-02-26
|
*
|
|
|
|
test scripts: refactor start_httpd helper
Jeff King
2009-02-26
*
|
|
|
|
|
Merge branch 'tr/maint-1.6.0-send-email-irt'
Junio C Hamano
2009-03-17
|
\
\
\
\
\
\
|
*
|
|
|
|
|
send-email: test --no-thread --in-reply-to combination
Thomas Rast
2009-03-11
|
*
|
|
|
|
|
send-email: respect in-reply-to regardless of threading
Thomas Rast
2009-03-02
*
|
|
|
|
|
|
Merge branch 'kb/checkout-optim'
Junio C Hamano
2009-03-17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Revert "lstat_cache(): print a warning if doing ping-pong between cache types"
Kjetil Barvik
2009-03-17
|
*
|
|
|
|
|
|
checkout bugfix: use stat.mtime instead of stat.ctime in two places
Kjetil Barvik
2009-03-15
|
*
|
|
|
|
|
|
Makefile: Set compiler switch for USE_NSEC
Brian Gernhardt
2009-03-08
|
*
|
|
|
|
|
|
Create USE_ST_TIMESPEC and turn it on for Darwin
Brian Gernhardt
2009-03-08
|
*
|
|
|
|
|
|
Not all systems use st_[cm]tim field for ns resolution file timestamp
Junio C Hamano
2009-03-08
|
*
|
|
|
|
|
|
Record ns-timestamps if possible, but do not use it without USE_NSEC
Kjetil Barvik
2009-03-07
|
*
|
|
|
|
|
|
write_index(): update index_state->timestamp after flushing to disk
Kjetil Barvik
2009-02-23
|
*
|
|
|
|
|
|
verify_uptodate(): add ce_uptodate(ce) test
Kjetil Barvik
2009-02-19
|
*
|
|
|
|
|
|
make USE_NSEC work as expected
Kjetil Barvik
2009-02-19
|
*
|
|
|
|
|
|
fix compile error when USE_NSEC is defined
Kjetil Barvik
2009-02-19
|
*
|
|
|
|
|
|
check_updates(): effective removal of cache entries marked CE_REMOVE
Kjetil Barvik
2009-02-18
|
*
|
|
|
|
|
|
lstat_cache(): print a warning if doing ping-pong between cache types
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
show_patch_diff(): remove a call to fstat()
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
write_entry(): use fstat() instead of lstat() when file is open
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
write_entry(): cleanup of some duplicated code
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
create_directories(): remove some memcpy() and strchr() calls
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
unlink_entry(): introduce schedule_dir_for_removal()
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
lstat_cache(): swap func(length, string) into func(string, length)
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
lstat_cache(): generalise longest_match_lstat_cache()
Kjetil Barvik
2009-02-09
|
*
|
|
|
|
|
|
lstat_cache(): small cleanup and optimisation
Kjetil Barvik
2009-02-09
*
|
|
|
|
|
|
|
config.txt: Describe special 'none' handling in core.gitProxy.
Emil Sit
2009-03-17
*
|
|
|
|
|
|
|
ls-files: require worktree when --deleted is given
Jeff King
2009-03-17
*
|
|
|
|
|
|
|
git-branch.txt: document -f correctly
Michael J Gruber
2009-03-17
*
|
|
|
|
|
|
|
pickaxe: count regex matches only once
René Scharfe
2009-03-17
*
|
|
|
|
|
|
|
git-send-email.txt: describe --compose better
Stephen Boyd
2009-03-17
*
|
|
|
|
|
|
|
Tests: use test_cmp instead of diff where possible
Miklos Vajna
2009-03-17
*
|
|
|
|
|
|
|
Documentation: remove extra quoting/emphasis around literal texts
Chris Johnsen
2009-03-17
*
|
|
|
|
|
|
|
git-push.txt: describe how to default to pushing only current branch
Chris Johnsen
2009-03-17
*
|
|
|
|
|
|
|
disable post-checkout test on Cygwin
Alex Riesen
2009-03-17
*
|
|
|
|
|
|
|
MinGW: a hardlink implementation
Petr Kodl
2009-03-17
*
|
|
|
|
|
|
|
MinGW: a helper function that translates Win32 API error codes
Petr Kodl
2009-03-17
*
|
|
|
|
|
|
|
Fix various dead stores found by the clang static analyzer
Benjamin Kramer
2009-03-15
*
|
|
|
|
|
|
|
Sync with GIT 1.6.2.1
Junio C Hamano
2009-03-15
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
GIT 1.6.2.1
v1.6.2.1
Junio C Hamano
2009-03-15
[prev]
[next]