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
2016-02-17
Merge branch 'jk/rerere-xsnprintf'
Junio C Hamano
1
-2
/
+2
2016-02-17
Merge branch 'jk/test-path-utils-xsnprintf'
Junio C Hamano
1
-1
/
+1
2016-02-17
Merge branch 'da/user-useconfigonly'
Junio C Hamano
3
-22
/
+89
2016-02-17
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
2
-18
/
+76
2016-02-17
Merge branch 'mg/mingw-test-fix'
Junio C Hamano
1
-1
/
+2
2016-02-17
Merge branch 'js/mingw-tests'
Junio C Hamano
29
-70
/
+197
2016-02-17
Merge branch 'jk/drop-rsync-transport'
Junio C Hamano
10
-395
/
+10
2016-02-17
Start preparing for 2.7.2
Junio C Hamano
2
-1
/
+28
2016-02-17
Merge branch 'js/test-lib-windows-emulated-yes' into maint
Junio C Hamano
1
-2
/
+4
2016-02-17
Merge branch 'aw/push-force-with-lease-reporting' into maint
Junio C Hamano
2
-12
/
+18
2016-02-17
Merge branch 'nd/do-not-move-worktree-manually' into maint
Junio C Hamano
3
-21
/
+14
2016-02-17
Merge branch 'js/xmerge-marker-eol' into maint
Junio C Hamano
2
-18
/
+93
2016-02-17
git-cvsserver.perl: fix typo
GyuYong Jung
1
-1
/
+1
2016-02-17
t5505: 'remote add x y' should work when url.y.insteadOf = x
Johannes Schindelin
1
-0
/
+5
2016-02-17
am -i: fix "v"iew
Junio C Hamano
1
-1
/
+1
2016-02-17
pager: factor out a helper to prepare a child process to run the pager
Junio C Hamano
2
-6
/
+14
2016-02-16
pager: lose a separate argv[]
Junio C Hamano
1
-3
/
+1
2016-02-16
remote: use remote_is_configured() for add and rename
Thomas Gummerer
2
-5
/
+17
2016-02-16
remote: actually check if remote exits
Thomas Gummerer
2
-2
/
+20
2016-02-16
remote: simplify remote_is_configured()
Thomas Gummerer
4
-21
/
+12
2016-02-16
remote: use parse_config_key
Thomas Gummerer
1
-37
/
+32
2016-02-15
http: implement public key pinning
Christoph Egger
2
-0
/
+23
2016-02-15
worktree add -B: do the checkout test before update branch
Nguyễn Thái Ngọc Duy
2
-1
/
+17
2016-02-15
worktree: fix "add -B"
Nguyễn Thái Ngọc Duy
2
-3
/
+9
2016-02-15
dir.c: don't exclude whole dir prematurely
Nguyễn Thái Ngọc Duy
4
-10
/
+276
2016-02-15
dir.c: support marking some patterns already matched
Nguyễn Thái Ngọc Duy
2
-3
/
+77
2016-02-15
dir.c: support tracing exclude
Nguyễn Thái Ngọc Duy
3
-0
/
+26
2016-02-15
dir.c: fix match_pathname()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2016-02-15
http: add option to try authentication without username
brian m. carlson
2
-2
/
+17
2016-02-15
remote-curl: include curl_errorstr on SSL setup failures
Shawn Pearce
1
-2
/
+14
2016-02-15
t5570: add tests for "git {clone,fetch,pull} -v"
Eric Wong
1
-2
/
+20
2016-02-13
git-config: better document default behavior for `--include`
Jeff King
1
-1
/
+3
2016-02-12
rev-parse: take prefix into account in --git-common-dir
Nguyễn Thái Ngọc Duy
2
-1
/
+12
2016-02-12
list-objects: pass full pathname to callbacks
Jeff King
9
-58
/
+26
2016-02-12
list-objects: drop name_path entirely
Jeff King
9
-25
/
+19
2016-02-12
list-objects: convert name_path to a strbuf
Jeff King
3
-36
/
+15
2016-02-12
show_object_with_name: simplify by using path_name()
Jeff King
1
-34
/
+6
2016-02-12
http-push: stop using name_path
Jeff King
1
-16
/
+7
2016-02-12
connect & http: support -4 and -6 switches for remote operations
Eric Wong
13
-0
/
+95
2016-02-12
mergetool: reorder vim/gvim buffers in three-way diffs
Dickson Wong
1
-2
/
+2
2016-02-10
Sixth batch for the 2.8 cycle
Junio C Hamano
1
-0
/
+40
2016-02-10
Merge branch 'js/test-lib-windows-emulated-yes'
Junio C Hamano
1
-2
/
+4
2016-02-10
Merge branch 'wp/sha1-name-negative-match'
Junio C Hamano
3
-11
/
+73
2016-02-10
Merge branch 'jk/options-cleanup'
Junio C Hamano
7
-102
/
+57
2016-02-10
Merge branch 'aw/push-force-with-lease-reporting'
Junio C Hamano
2
-12
/
+18
2016-02-10
Merge branch 'ls/clean-smudge-override-in-config'
Junio C Hamano
2
-1
/
+17
2016-02-10
Merge branch 'ew/connect-verbose'
Junio C Hamano
1
-5
/
+6
2016-02-10
Merge branch 'cc/untracked'
Junio C Hamano
12
-56
/
+307
2016-02-10
Merge branch 'js/xmerge-marker-eol'
Junio C Hamano
2
-18
/
+93
2016-02-10
Merge branch 'nd/do-not-move-worktree-manually'
Junio C Hamano
3
-21
/
+14
[prev]
[next]