index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
Merge branch 'sb/mailsplit-dead-code-removal'
Junio C Hamano
1
-11
/
+6
2014-09-09
Merge branch 'sb/prepare-revision-walk-error-check'
Junio C Hamano
2
-2
/
+5
2014-09-09
Merge branch 'sb/blame-msg-i18n'
Junio C Hamano
1
-1
/
+1
2014-09-09
Merge branch 'sb/plug-leaks'
Junio C Hamano
1
-0
/
+2
2014-09-09
Merge branch 'mm/log-branch-desc-plug-leak'
Junio C Hamano
1
-0
/
+1
2014-09-09
Merge branch 'jc/apply-ws-prefix'
Junio C Hamano
1
-63
/
+68
2014-09-02
Merge branch 'rs/strbuf-getcwd'
Junio C Hamano
2
-16
/
+14
2014-09-02
Merge branch 'rs/init-no-duplicate-real-path'
Junio C Hamano
1
-4
/
+4
2014-09-02
Merge branch 'mm/config-edit-global'
Junio C Hamano
2
-5
/
+61
2014-08-26
Merge branch 'jk/pack-shallow-always-without-bitmap'
Junio C Hamano
1
-0
/
+1
2014-08-26
use xgetcwd() to set $GIT_DIR
René Scharfe
1
-4
/
+3
2014-08-26
use xgetcwd() to get the current directory or die
René Scharfe
2
-12
/
+11
2014-08-13
mailsplit.c: remove dead code
Stefan Beller
1
-11
/
+6
2014-08-12
pack-objects: turn off bitmaps when we see --shallow lines
Jeff King
1
-0
/
+1
2014-08-12
builtin/blame.c: add translation to warning about failed revision walk
Stefan Beller
1
-1
/
+1
2014-08-12
prepare_revision_walk(): check for return value in all places
Stefan Beller
2
-2
/
+5
2014-08-10
clone.c: don't leak memory in cmd_clone
Stefan Beller
1
-0
/
+2
2014-08-07
builtin/log.c: fix minor memory leak
Matthieu Moy
1
-0
/
+1
2014-08-07
apply: omit ws check for excluded paths
Junio C Hamano
1
-3
/
+6
2014-08-07
apply: hoist use_patch() helper for path exclusion up
Junio C Hamano
1
-38
/
+43
2014-08-07
apply: use the right attribute for paths in non-Git patches
Junio C Hamano
1
-22
/
+19
2014-07-28
init: avoid superfluous real_path() calls
René Scharfe
1
-4
/
+4
2014-07-28
Merge branch 'jk/misc-fixes-maint'
Junio C Hamano
4
-3
/
+5
2014-07-28
diff-tree: avoid lookup_unknown_object
Jeff King
1
-3
/
+1
2014-07-28
move setting of object->type to alloc_* functions
Jeff King
1
-1
/
+0
2014-07-27
Merge branch 'cc/replace-graft'
Junio C Hamano
1
-1
/
+125
2014-07-25
commit: advertise config --global --edit on guessed identity
Matthieu Moy
1
-2
/
+33
2014-07-25
config --global --edit: create a template file if needed
Matthieu Moy
1
-3
/
+28
2014-07-24
apply: avoid possible bogus pointer
Jeff King
1
-1
/
+1
2014-07-24
free ref string returned by dwim_ref
Jeff King
2
-0
/
+2
2014-07-24
receive-pack: don't copy "dir" parameter
Jeff King
1
-2
/
+2
2014-07-23
Merge branch 'ta/string-list-init'
Junio C Hamano
1
-2
/
+1
2014-07-23
Merge branch 'mb/local-clone-after-applying-insteadof'
Junio C Hamano
1
-12
/
+13
2014-07-23
Merge branch 'jk/tag-sort'
Junio C Hamano
1
-18
/
+50
2014-07-22
Merge branch 'rs/code-cleaning'
Junio C Hamano
3
-19
/
+4
2014-07-22
Merge branch 'jk/alloc-commit-id'
Junio C Hamano
2
-4
/
+1
2014-07-22
Merge branch 'kb/perf-trace'
Junio C Hamano
1
-1
/
+1
2014-07-22
Merge branch 'bg/xcalloc-nmemb-then-size' into maint
Junio C Hamano
2
-5
/
+5
2014-07-21
Merge branch 'maint'
Junio C Hamano
4
-11
/
+4
2014-07-21
replace: check mergetags when using --graft
Christian Couder
1
-0
/
+47
2014-07-21
replace: remove signature when using --graft
Christian Couder
1
-0
/
+5
2014-07-21
replace: add --graft option
Christian Couder
1
-1
/
+73
2014-07-21
Merge branch 'rs/unify-is-branch'
Junio C Hamano
1
-5
/
+0
2014-07-21
Merge branch 'kb/hashmap-updates'
Junio C Hamano
1
-11
/
+2
2014-07-21
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
2
-11
/
+14
2014-07-21
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2
-7
/
+2
2014-07-21
use xcalloc() to allocate zero-initialized memory
René Scharfe
2
-4
/
+2
2014-07-21
replace memset with string-list initializers
Tanay Abhra
1
-2
/
+1
2014-07-17
use commit_list_count() to count the members of commit_lists
René Scharfe
2
-18
/
+3
2014-07-17
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
1
-1
/
+1
[next]