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-07-18
bundle: use internal argv_array of struct child_process in create_bundle()
René Scharfe
1
-10
/
+5
2014-07-18
fast-import: use hashcmp() for SHA1 hash comparison
René Scharfe
1
-1
/
+1
2014-07-18
transport: simplify fetch_objs_via_rsync() using argv_array
René Scharfe
1
-20
/
+8
2014-07-17
run-command: use internal argv_array of struct child_process in run_hook_ve()
René Scharfe
1
-11
/
+4
2014-07-17
use commit_list_count() to count the members of commit_lists
René Scharfe
5
-42
/
+6
2014-07-17
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
3
-10
/
+10
2014-07-17
use local cloning if insteadOf makes a local URL
Michael Barabanov
1
-12
/
+13
2014-07-17
.mailmap: map different names with the same email address together
Stefan Beller
1
-0
/
+3
2014-07-17
tag: support configuring --sort via .gitconfig
Jacob Keller
4
-19
/
+95
2014-07-16
refs.c: add a public is_branch function
Ronnie Sahlberg
3
-6
/
+3
2014-07-16
config: use chmod() instead of fchmod()
Karsten Blees
1
-4
/
+4
2014-07-16
Sync with 2.0.2
Junio C Hamano
3
-8
/
+26
2014-07-16
Eighth batch for 2.1
Junio C Hamano
1
-1
/
+31
2014-07-16
Merge branch 'ah/fix-http-push'
Junio C Hamano
1
-1
/
+1
2014-07-16
Merge branch 'rs/code-cleaning'
Junio C Hamano
10
-36
/
+19
2014-07-16
Merge branch 'jk/skip-prefix'
Junio C Hamano
1
-9
/
+5
2014-07-16
Merge branch 'po/error-message-style'
Junio C Hamano
1
-0
/
+9
2014-07-16
Merge branch 'jl/test-lint-scripts'
Junio C Hamano
1
-2
/
+3
2014-07-16
Merge branch 'zk/log-graph-showsig'
Junio C Hamano
2
-0
/
+32
2014-07-16
Merge branch 'mg/fix-log-mergetag-color'
Junio C Hamano
1
-10
/
+11
2014-07-16
Merge branch 'kb/path-max-must-go'
Junio C Hamano
2
-2
/
+2
2014-07-16
Merge branch 'cb/filter-branch-prune-empty-degenerate-merges'
Junio C Hamano
2
-1
/
+18
2014-07-16
Merge branch 'mk/merge-incomplete-files'
Junio C Hamano
2
-5
/
+90
2014-07-16
Merge branch 'jk/strip-suffix'
Junio C Hamano
11
-84
/
+101
2014-07-16
Merge branch 'ep/submodule-code-cleanup'
Junio C Hamano
1
-1
/
+1
2014-07-16
Merge branch 'jk/replace-edit-raw'
Junio C Hamano
2
-10
/
+29
2014-07-16
Merge branch 'cc/replace-edit'
Junio C Hamano
2
-9
/
+8
2014-07-16
Merge branch 'tb/crlf-tests'
Junio C Hamano
2
-61
/
+326
2014-07-16
Merge branch 'nd/split-index'
Junio C Hamano
41
-193
/
+1088
2014-07-16
Git 2.0.2
Junio C Hamano
3
-2
/
+22
2014-07-16
Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint
Junio C Hamano
1
-1
/
+1
2014-07-16
Merge branch 'jk/pretty-G-format-fixes' into maint
Junio C Hamano
3
-9
/
+70
2014-07-16
Merge branch 'rs/fix-alt-odb-path-comparison' into maint
Junio C Hamano
1
-1
/
+2
2014-07-16
Merge branch 'jk/commit-buffer-length' into maint
Junio C Hamano
27
-197
/
+284
2014-07-16
Merge branch 'bc/fix-rebase-merge-skip' into maint
Junio C Hamano
2
-2
/
+18
2014-07-16
Merge branch 'maint-1.9' into maint
Junio C Hamano
1
-7
/
+5
2014-07-16
Merge branch 'maint-1.8.5' into maint-1.9
Junio C Hamano
4
-11
/
+9
2014-07-16
annotate: use argv_array
René Scharfe
1
-7
/
+5
2014-07-16
MinGW: fix compile error due to missing ELOOP
Karsten Blees
1
-0
/
+3
2014-07-15
sha1_file: do not add own object directory as alternate
Ephrim Khong
2
-4
/
+33
2014-07-15
Win32: Unicode file name support (dirent)
Karsten Blees
2
-21
/
+11
2014-07-15
Win32: Unicode file name support (except dirent)
Karsten Blees
2
-56
/
+160
2014-07-15
.gitignore: "git-verify-commit" is a generated file
Øyvind A. Holm
1
-0
/
+1
2014-07-14
prep_exclude: remove the artificial PATH_MAX limit
Nguyễn Thái Ngọc Duy
2
-20
/
+29
2014-07-14
dir.h: move struct exclude declaration to top level
Nguyễn Thái Ngọc Duy
1
-20
/
+22
2014-07-14
dir.c: coding style fix
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2014-07-14
revert: add t3513 for submodule updates
Jens Lehmann
1
-0
/
+32
2014-07-14
stash: add t3906 for submodule updates
Jens Lehmann
2
-5
/
+42
2014-07-14
am: add t4255 for submodule updates
Jens Lehmann
1
-0
/
+21
2014-07-14
cherry-pick: add t3512 for submodule updates
Jens Lehmann
2
-3
/
+25
[prev]
[next]