index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-10
receive/send-pack: support pushing from a shallow clone
Nguyễn Thái Ngọc Duy
5
-11
/
+146
2013-12-10
receive-pack: reorder some code in unpack()
Nguyễn Thái Ngọc Duy
1
-40
/
+30
2013-12-10
fetch: add --update-shallow to accept refs that update .git/shallow
Nguyễn Thái Ngọc Duy
7
-1
/
+79
2013-12-10
upload-pack: make sure deepening preserves shallow roots
Nguyễn Thái Ngọc Duy
4
-4
/
+28
2013-12-10
fetch: support fetching from a shallow repository
Nguyễn Thái Ngọc Duy
5
-5
/
+176
2013-12-10
clone: support remote shallow repository
Nguyễn Thái Ngọc Duy
6
-7
/
+71
2013-12-10
fetch-pack.h: one statement per bitfield declaration
Nguyễn Thái Ngọc Duy
1
-12
/
+12
2013-12-10
fetch-pack.c: move shallow update code out of fetch_pack()
Nguyễn Thái Ngọc Duy
1
-9
/
+13
2013-12-10
shallow.c: steps 6 and 7 to select new commits for .git/shallow
Nguyễn Thái Ngọc Duy
2
-0
/
+297
2013-12-10
shallow.c: the 8 steps to select new commits for .git/shallow
Nguyễn Thái Ngọc Duy
4
-1
/
+90
2013-12-10
shallow.c: extend setup_*_shallow() to accept extra shallow commits
Nguyễn Thái Ngọc Duy
4
-11
/
+24
2013-12-10
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
6
-8
/
+20
2013-12-10
make the sender advertise shallow commits to the receiver
Nguyễn Thái Ngọc Duy
5
-3
/
+26
2013-12-10
clone: prevent --reference to a shallow repository
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2013-12-10
send-pack: forbid pushing from a shallow repository
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2013-12-10
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
6
-22
/
+14
2013-12-10
transport.h: remove send_pack prototype, already defined in send-pack.h
Nguyễn Thái Ngọc Duy
1
-6
/
+0
2013-12-10
rebase: use reflog to find common base with upstream
John Keeping
3
-2
/
+33
2013-12-09
Merge git://repo.or.cz/git-gui
Junio C Hamano
8
-17
/
+56
2013-12-09
Merge git://ozlabs.org/~paulus/gitk
Junio C Hamano
1
-210
/
+353
2013-12-09
git_connect(): use common return point
Torsten Bögershausen
1
-58
/
+50
2013-12-09
connect.c: refactor url parsing
Torsten Bögershausen
5
-37
/
+48
2013-12-09
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
3
-49
/
+17
2013-12-09
git fetch: support host:/~repo
Torsten Bögershausen
3
-17
/
+33
2013-12-09
t5500: add test cases for diag-url
Torsten Bögershausen
1
-0
/
+59
2013-12-09
git fetch-pack: add --diag-url
Torsten Bögershausen
4
-3
/
+41
2013-12-09
git_connect: factor out discovery of the protocol and its parts
Johannes Sixt
1
-27
/
+53
2013-12-09
git_connect: remove artificial limit of a remote command
Johannes Sixt
1
-6
/
+1
2013-12-09
rev-parse: be more careful with munging arguments
Jeff King
1
-1
/
+5
2013-12-09
remote: fix status with branch...rebase=preserve
Felipe Contreras
1
-2
/
+7
2013-12-09
Documentation: document pitfalls with 3-way merge
brian m. carlson
1
-0
/
+8
2013-12-09
fetch: add missing documentation
Felipe Contreras
1
-0
/
+3
2013-12-09
t: trivial whitespace cleanups
Felipe Contreras
2
-3
/
+1
2013-12-09
abspath: trivial style fix
Felipe Contreras
1
-1
/
+1
2013-12-09
remote-hg: add tests for special filenames
Felipe Contreras
1
-0
/
+68
2013-12-09
remote-hg: fix 'shared path' path
Felipe Contreras
1
-0
/
+3
2013-12-09
remote-helpers: add extra safety checks
Felipe Contreras
2
-8
/
+20
2013-12-09
remote-hg: avoid buggy strftime()
jcb91
1
-1
/
+1
2013-12-09
pull: use merge-base --fork-point when appropriate
John Keeping
1
-9
/
+1
2013-12-09
parse-options: remove OPT_BOOLEAN
Nguyễn Thái Ngọc Duy
1
-7
/
+4
2013-12-09
rev-parse: correctly diagnose revision errors before "--"
Jeff King
2
-0
/
+34
2013-12-09
gitignore.txt: clarify recursive nature of excluded directories
Karsten Blees
1
-2
/
+17
2013-12-06
difftool: display the number of files in the diff queue in the prompt
Zoltan Klinger
5
-4
/
+43
2013-12-06
pathspec.c: support adding prefix magic to a pathspec with mnemonic magic
Nguyễn Thái Ngọc Duy
1
-10
/
+18
2013-12-06
Support pathspec magic :(exclude) and its short form :!
Nguyễn Thái Ngọc Duy
7
-13
/
+324
2013-12-06
glossary-content.txt: rephrase magic signature part
Nguyễn Thái Ngọc Duy
1
-17
/
+12
2013-12-06
clone,fetch: catch non positive --depth option value
Nguyễn Thái Ngọc Duy
2
-0
/
+8
2013-12-06
config: arbitrary number of matches for --unset and --replace-all
Thomas Rast
2
-6
/
+77
2013-12-06
Start 1.9 cycle
Junio C Hamano
3
-2
/
+135
2013-12-06
Merge branch 'jk/remove-experimental-loose-object-support'
Junio C Hamano
19
-143
/
+0
[prev]
[next]