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
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
14
-22
/
+24
2014-02-24
Documentation: describe 'submodule update --remote' use case
W. Trevor King
1
-0
/
+10
2014-02-24
submodule: explicit local branch creation in module_clone
W. Trevor King
4
-27
/
+110
2014-02-24
submodule: document module_clone arguments in comments
W. Trevor King
1
-0
/
+6
2014-02-24
submodule: make 'checkout' update_module mode more explicit
W. Trevor King
1
-16
/
+11
2014-02-24
test-hashmap.c: drop unnecessary #includes
Jonathan Nieder
1
-2
/
+1
2014-02-24
.gitignore: test-hashmap is a generated file
Jonathan Nieder
1
-0
/
+1
2014-02-24
blame.c: prepare_lines should not call xrealloc for every line
David Kastrup
1
-15
/
+31
2014-02-24
builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
David Kastrup
1
-2
/
+2
2014-02-24
builtin/blame.c: eliminate same_suspect()
David Kastrup
1
-17
/
+8
2014-02-24
merge-recursive.c: tolerate missing files while refreshing index
Brad King
2
-2
/
+3
2014-02-24
read-cache.c: extend make_cache_entry refresh flag with options
Brad King
3
-12
/
+16
2014-02-24
read-cache.c: refactor --ignore-missing implementation
Brad King
2
-3
/
+7
2014-02-24
t3030-merge-recursive: test known breakage with empty work tree
Brad King
1
-0
/
+47
2014-02-14
Git 1.9.0
Junio C Hamano
4
-33
/
+11
2014-02-14
release notes: typo fixes
Michael J Gruber
1
-18
/
+18
2014-02-14
tests: turn on network daemon tests by default
Jeff King
3
-14
/
+74
2014-02-13
Sync with 1.8.5.5
Junio C Hamano
3
-2
/
+40
2014-02-13
Git 1.8.5.5
Junio C Hamano
5
-4
/
+42
2014-02-13
Merge branch 'bm/merge-base-octopus-dedup' into maint
Junio C Hamano
2
-6
/
+64
2014-02-13
Merge branch 'jc/revision-range-unpeel' into maint
Junio C Hamano
2
-12
/
+33
2014-02-13
Merge branch 'jk/allow-fetch-onelevel-refname' into maint
Junio C Hamano
2
-1
/
+12
2014-02-13
Merge branch 'jk/interpret-branch-name-fix' into maint
Junio C Hamano
3
-45
/
+124
2014-02-13
Merge branch 'rk/send-email-ssl-cert' into maint
Junio C Hamano
1
-1
/
+2
2014-02-13
Merge branch 'sb/repack-in-c' into maint
Junio C Hamano
1
-12
/
+12
2014-02-13
Merge branch 'as/tree-walk-fix-aggressive-short-cut' into maint
Junio C Hamano
2
-1
/
+14
2014-02-13
t5537: move http tests out to t5539
Nguyễn Thái Ngọc Duy
2
-57
/
+82
2014-02-12
Merge git://github.com/git-l10n/git-po
Junio C Hamano
1
-844
/
+966
2014-02-12
ewah: unconditionally ntohll ewah data
Jeff King
1
-7
/
+3
2014-02-12
l10n: de.po: correct message when hiding commits by craft
Ralf Thielow
1
-1
/
+1
2014-02-12
l10n: de.po: translate 28 new messages
Ralf Thielow
1
-843
/
+965
2014-02-11
pull: add the --gpg-sign option.
brian m. carlson
1
-1
/
+12
2014-02-11
rebase: add the --gpg-sign option
Nicolas Vigier
5
-17
/
+47
2014-02-11
rebase: parse options in stuck-long mode
Nicolas Vigier
1
-28
/
+22
2014-02-11
docs/git-blame: explain more clearly the example pickaxe use
Albert L. Lash, IV
1
-1
/
+2
2014-02-11
docs/git-clone: clarify use of --no-hardlinks option
Albert L. Lash, IV
1
-7
/
+4
2014-02-11
docs/git-remote: capitalize first word of initial blurb
Albert L. Lash, IV
1
-1
/
+1
2014-02-11
docs/merge-strategies: remove hyphen from mis-merges
Albert L. Lash, IV
1
-1
/
+1
2014-02-11
Merge git://github.com/git-l10n/git-po
Junio C Hamano
5
-139
/
+165
2014-02-10
tests: auto-set git-daemon port
Jeff King
2
-2
/
+1
2014-02-10
gc: config option for running --auto in background
Nguyễn Thái Ngọc Duy
3
-5
/
+23
2014-02-10
daemon: move daemonize() to libgit.a
Nguyễn Thái Ngọc Duy
3
-26
/
+29
2014-02-10
fetch-pack: fix deepen shallow over smart http with no-done cap
Nguyễn Thái Ngọc Duy
2
-1
/
+32
2014-02-10
protocol-capabilities.txt: document no-done
Nguyễn Thái Ngọc Duy
1
-0
/
+12
2014-02-10
protocol-capabilities.txt: refer multi_ack_detailed back to pack-protocol.txt
Nguyễn Thái Ngọc Duy
1
-0
/
+6
2014-02-10
pack-protocol.txt: clarify 'obj-id' in the last ACK after 'done'
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-02-10
test: rename http fetch and push test files
Nguyễn Thái Ngọc Duy
4
-0
/
+0
2014-02-10
tests: auto-set LIB_HTTPD_PORT from test name
Jeff King
8
-8
/
+1
2014-02-07
Git 1.9.0-rc3
Junio C Hamano
1
-1
/
+1
2014-02-07
Merge branch 'ow/manpages-typofix'
Junio C Hamano
6
-7
/
+7
[prev]
[next]