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-10
fsck: simplify fsck_commit_buffer() by using commit_list_count()
René Scharfe
1
-16
/
+6
2014-07-10
commit: use commit_list_append() instead of duplicating its code
René Scharfe
1
-6
/
+1
2014-07-10
merge: simplify merge_trivial() by using commit_list_append()
René Scharfe
1
-6
/
+4
2014-07-10
use strbuf_addch for adding single characters
René Scharfe
3
-3
/
+3
2014-07-10
use strbuf_addbuf for adding strbufs
René Scharfe
4
-5
/
+5
2014-07-10
doc: give some guidelines for error messages
Philip Oakley
1
-0
/
+9
2014-07-10
t/Makefile: always test all lint targets when running tests
Jens Lehmann
1
-1
/
+1
2014-07-10
t/Makefile: check helper scripts for non-portable shell commands too
Jens Lehmann
1
-1
/
+2
2014-07-10
Merge branch 'maint'
Junio C Hamano
1
-0
/
+13
2014-07-10
Seventh batch for 2.1
Junio C Hamano
1
-0
/
+22
2014-07-10
Merge branch 'dt/refs-check-refname-component-sse-fix'
Junio C Hamano
2
-5
/
+13
2014-07-10
Merge branch 'rs/simplify-archive-tests'
Junio C Hamano
2
-16
/
+8
2014-07-10
Merge branch 'rs/fix-alt-odb-path-comparison'
Junio C Hamano
1
-1
/
+2
2014-07-10
Merge branch 'rs/status-code-clean-up'
Junio C Hamano
1
-8
/
+5
2014-07-10
Merge branch 'kb/path-max-must-go'
Junio C Hamano
3
-39
/
+36
2014-07-10
Merge branch 'mg/verify-commit'
Junio C Hamano
12
-7
/
+162
2014-07-10
Merge branch 'jc/fix-clone-single-starting-at-a-tag'
Junio C Hamano
1
-1
/
+1
2014-07-10
Start preparing for 2.0.2
Junio C Hamano
2
-1
/
+14
2014-07-10
Merge branch 'pb/trim-trailing-spaces' into maint
Junio C Hamano
2
-15
/
+44
2014-07-10
Merge branch 'jk/repack-pack-keep-objects' into maint
Junio C Hamano
2
-7
/
+27
2014-07-10
Merge branch 'mc/doc-submodule-sync-recurse' into maint
Junio C Hamano
1
-1
/
+1
2014-07-10
tag: use skip_prefix instead of magic numbers
Jeff King
1
-9
/
+5
2014-07-10
remote-curl: mark helper-protocol errors more clearly
Jeff King
1
-4
/
+4
2014-07-10
remote-curl: use error instead of fprintf(stderr)
Jeff King
1
-5
/
+5
2014-07-10
remote-curl: do not complain on EOF from parent git
Jeff King
1
-2
/
+0
2014-07-09
Sixth batch for 2.1
Junio C Hamano
1
-0
/
+18
2014-07-09
Merge branch 'sk/mingw-unicode-spawn-args'
Junio C Hamano
1
-23
/
+71
2014-07-09
Merge branch 'sk/mingw-dirent'
Junio C Hamano
3
-67
/
+59
2014-07-09
Merge branch 'sk/mingw-uni-console'
Junio C Hamano
3
-123
/
+533
2014-07-09
Merge branch 'sk/mingw-main'
Junio C Hamano
2
-10
/
+19
2014-07-09
Merge branch 'jk/pretty-G-format-fixes'
Junio C Hamano
3
-9
/
+70
2014-07-09
Merge branch 'jk/xstrfmt'
Junio C Hamano
20
-163
/
+122
2014-07-09
Merge branch 'jk/skip-prefix'
Junio C Hamano
40
-401
/
+407
2014-07-09
log: fix indentation for --graph --show-signature
Zoltan Klinger
2
-0
/
+32
2014-07-08
refs: fix valgrind suppression file
David Turner
1
-4
/
+11
2014-07-08
t0027: combinations of core.autocrlf, core.eol and text
Torsten Bögershausen
1
-0
/
+265
2014-07-08
t0025: rename the test files
Torsten Bögershausen
1
-61
/
+61
2014-07-08
line-log: use commit_list_append() instead of duplicating its code
René Scharfe
1
-3
/
+1
2014-07-08
diff-tree: call free_commit_list() instead of duplicating its code
René Scharfe
1
-6
/
+2
2014-07-08
Fix profile feedback with -jN and add profile-fast
Andi Kleen
2
-6
/
+29
2014-07-08
Run the perf test suite for profile feedback too
Andi Kleen
1
-0
/
+1
2014-07-07
commit: add for_each_mergetag()
Christian Couder
3
-11
/
+22
2014-07-07
t5000, t5003: simplify commit
René Scharfe
2
-16
/
+8
2014-07-07
Don't define away __attribute__ on gcc
Andi Kleen
1
-0
/
+2
2014-07-07
Use BASIC_FLAGS for profile feedback
Andi Kleen
1
-2
/
+2
2014-07-07
hashmap: add string interning API
Karsten Blees
5
-0
/
+88
2014-07-07
hashmap: add simplified hashmap_get_from_hash() API
Karsten Blees
6
-18
/
+31
2014-07-07
hashmap: improve struct hashmap member documentation
Karsten Blees
1
-4
/
+12
2014-07-07
hashmap: factor out getting a hash code from a SHA1
Karsten Blees
8
-40
/
+29
2014-07-07
symlinks: remove PATH_MAX limitation
Karsten Blees
3
-39
/
+36
[prev]
[next]