index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
trace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-09-19
Rename remote.uri to remote.url within remote handling internals
Shawn O. Pearce
5
-26
/
+26
2007-09-19
Use 'unsigned:1' when we mean boolean options
Shawn O. Pearce
1
-6
/
+6
2007-09-19
Avoid printing unnecessary warnings during fetch and push
Shawn O. Pearce
2
-12
/
+17
2007-09-19
Correct handling of branch.$name.merge in builtin-fetch
Shawn O. Pearce
11
-23
/
+51
2007-09-19
Don't attempt to merge non-existant remotes in t5515
Shawn O. Pearce
1
-2
/
+1
2007-09-19
builtin-fetch: Don't segfault on "fetch +foo"
Shawn O. Pearce
1
-2
/
+1
2007-09-19
Remove more debugging from builtin-fetch
Shawn O. Pearce
1
-2
/
+0
2007-09-19
Don't configure remote "." to fetch everything to itself
Shawn O. Pearce
1
-4
/
+0
2007-09-19
Allow builtin-fetch to work on a detached HEAD
Shawn O. Pearce
1
-1
/
+2
2007-09-19
Remove unnecessary 'fetch' argument from transport_get API
Shawn O. Pearce
4
-11
/
+20
2007-09-19
Add transport.h to LIB_H as transport.o is in LIB_OBJS
Shawn O. Pearce
1
-1
/
+1
2007-09-19
Cleanup duplicate initialization code in transport_get
Shawn O. Pearce
1
-17
/
+10
2007-09-19
Don't bother passing ref log details to walker in builtin-fetch
Shawn O. Pearce
1
-1
/
+1
2007-09-19
Properly cleanup in http_cleanup so builtin-fetch does not segfault
Shawn O. Pearce
1
-2
/
+5
2007-09-19
Backup the array passed to fetch_pack so we can free items
Shawn O. Pearce
1
-2
/
+5
2007-09-19
Fix builtin-fetch memory corruption by not overstepping array
Shawn O. Pearce
1
-1
/
+0
2007-09-19
Always ensure the pack.keep file is removed by git-fetch
Shawn O. Pearce
1
-1
/
+16
2007-09-19
Remove pack.keep after ref updates in git-fetch
Shawn O. Pearce
5
-13
/
+44
2007-09-19
Refactor index-pack "keep $sha1" handling for reuse
Shawn O. Pearce
3
-22
/
+29
2007-09-19
Simplify fetch transport API to just one function
Shawn O. Pearce
3
-39
/
+27
2007-09-19
Replace custom memory growth allocator with ALLOC_GROW
Shawn O. Pearce
1
-8
/
+3
2007-09-19
Remove unused unpacklimit variable from builtin-fetch
Shawn O. Pearce
1
-20
/
+0
2007-09-19
Remove unnecessary debugging from builtin-fetch
Shawn O. Pearce
2
-11
/
+0
2007-09-19
Fix off by one bug in reflog messages written by builtin-fetch
Shawn O. Pearce
1
-1
/
+1
2007-09-19
Correct builtin-fetch to handle + in refspecs
Shawn O. Pearce
1
-1
/
+1
2007-09-19
Make fetch a builtin
Daniel Barkalow
17
-15
/
+571
2007-09-19
Add bundle transport
Johannes Schindelin
1
-1
/
+51
2007-09-19
Move bundle specific stuff into bundle.[ch]
Johannes Schindelin
4
-360
/
+375
2007-09-19
Add fetch methods to transport library.
Daniel Barkalow
2
-3
/
+302
2007-09-19
Add matching and parsing for fetch-side refspec rules
Daniel Barkalow
2
-1
/
+148
2007-09-19
Push code for transport library
Daniel Barkalow
4
-62
/
+280
2007-09-19
Make fetch-pack a builtin with an internal API
Daniel Barkalow
5
-22
/
+86
2007-09-19
Report information on branches from remote.h
Daniel Barkalow
2
-11
/
+164
2007-09-19
Add uploadpack configuration info to remote.
Daniel Barkalow
2
-0
/
+6
2007-09-19
Modularize commit-walker
Daniel Barkalow
9
-230
/
+271
2007-09-19
Remove obsolete commit-walkers
Daniel Barkalow
8
-677
/
+4
2007-09-19
Make function to refill http queue a callback
Daniel Barkalow
4
-7
/
+36
2007-09-19
Refactor http.h USE_CURL_MULTI fill_active_slots().
Daniel Barkalow
4
-39
/
+40
2007-09-19
GIT 1.5.3.2
v1.5.3.2
Junio C Hamano
3
-2
/
+60
2007-09-19
Fixed update-hook example allow-users format.
Väinö Järvelä
1
-4
/
+4
2007-09-19
Documentation/git-svn: updated design philosophy notes
Eric Wong
1
-5
/
+6
2007-09-19
t/t4014: test "am -3" with mode-only change.
Junio C Hamano
1
-2
/
+5
2007-09-18
git-commit.sh: Shell script cleanup
David Kastrup
1
-58
/
+14
2007-09-18
preserve executable bits in zip archives
Dmitry Potapov
1
-2
/
+4
2007-09-18
Fix lapsus in builtin-apply.c
Pierre Habouzit
1
-1
/
+1
2007-09-18
git-push: documentation and tests for pushing only branches
Jeff King
3
-4
/
+14
2007-09-18
git-svnimport: Use separate arguments in the pipe for git-rev-parse
Matthias Urlichs
1
-1
/
+1