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
2015-10-21
mailinfo: do not let handle_body() touch global "line" directly
Junio C Hamano
1
-8
/
+8
2015-10-21
mailinfo: get rid of function-local static states
Junio C Hamano
1
-22
/
+19
2015-10-21
mailinfo: move definition of MAX_HDR_PARSED closer to its use
Junio C Hamano
1
-1
/
+1
2015-10-21
mailinfo: move cleanup_space() before its users
Junio C Hamano
1
-14
/
+11
2015-10-21
mailinfo: move check_header() after the helpers it uses
Junio C Hamano
1
-68
/
+67
2015-10-21
mailinfo: move read_one_header_line() closer to its callers
Junio C Hamano
1
-68
/
+68
2015-10-21
mailinfo: move handle_boundary() lower
Junio C Hamano
1
-58
/
+56
2015-10-21
mailinfo: plug strbuf leak during continuation line handling
Junio C Hamano
1
-1
/
+3
2015-10-20
Merge branch 'jk/war-on-sprintf'
Junio C Hamano
25
-421
/
+265
2015-10-18
worktree: usage: denote <branch> as optional with 'add'
Sidhant Sharma
1
-1
/
+1
2015-10-18
mailinfo: explicitly close file handle to the patch output
Junio C Hamano
1
-0
/
+2
2015-10-18
mailinfo: fix an off-by-one error in the boundary stack
Junio C Hamano
1
-1
/
+1
2015-10-18
mailinfo: fold decode_header_bq() into decode_header()
Junio C Hamano
1
-16
/
+7
2015-10-18
mailinfo: remove a no-op call convert_to_utf8(it, "")
Junio C Hamano
1
-5
/
+0
2015-10-18
tag.c: use the correct algorithm for the '--contains' option
Karthik Nayak
1
-0
/
+1
2015-10-16
usage: do not insist that standard input must come from a file
Junio C Hamano
11
-12
/
+12
2015-10-16
Sync with 2.6.2
Junio C Hamano
1
-1
/
+1
2015-10-16
Merge branch 'nd/ls-remote-does-not-have-u-option' into maint
Junio C Hamano
1
-1
/
+1
2015-10-16
Merge branch 'jc/fsck-dropped-errors' into maint
Junio C Hamano
1
-4
/
+14
2015-10-16
Merge branch 'pt/am-builtin' into maint
Junio C Hamano
1
-1
/
+12
2015-10-16
Merge branch 'jk/blame-first-parent' into maint
Junio C Hamano
1
-1
/
+10
2015-10-16
Merge branch 'pt/pull-builtin' into maint
Junio C Hamano
1
-1
/
+1
2015-10-16
am, credential-cache: add angle brackets to usage string
Ralf Thielow
1
-2
/
+2
2015-10-16
stripspace: use parse-options for command-line parsing
Tobias Klauser
1
-26
/
+31
2015-10-16
strbuf: make stripspace() part of strbuf
Tobias Klauser
7
-77
/
+12
2015-10-16
pull: enclose <options> in brackets in the usage string
Alex Henrie
1
-1
/
+1
2015-10-15
Merge branch 'js/clone-dissociate'
Junio C Hamano
1
-1
/
+3
2015-10-15
Merge branch 'pt/am-builtin'
Junio C Hamano
1
-1
/
+12
2015-10-15
Merge branch 'nd/clone-linked-checkout'
Junio C Hamano
1
-3
/
+10
2015-10-15
Merge branch 'kn/for-each-branch'
Junio C Hamano
1
-352
/
+150
2015-10-15
Merge branch 'jc/fsck-dropped-errors'
Junio C Hamano
1
-4
/
+14
2015-10-15
Merge branch 'nd/gc-auto-background-fix'
Junio C Hamano
1
-1
/
+55
2015-10-14
Merge branch 'nd/ls-remote-does-not-have-u-option'
Junio C Hamano
1
-1
/
+1
2015-10-09
am -3: do not let failed merge from completing the error codepath
Junio C Hamano
1
-16
/
+33
2015-10-08
worktree: add 'list' command
Michael Rappazzo
1
-0
/
+88
2015-10-07
clone --dissociate: avoid locking pack files
Johannes Schindelin
1
-1
/
+3
2015-10-05
Sync with 2.6.1
Junio C Hamano
4
-8
/
+17
2015-10-05
Merge branch 'bb/remote-get-url'
Junio C Hamano
1
-0
/
+59
2015-10-05
Merge branch 'jk/blame-first-parent'
Junio C Hamano
1
-1
/
+10
2015-10-05
Merge branch 'sb/submodule-helper'
Junio C Hamano
1
-0
/
+282
2015-10-05
Merge branch 'kn/for-each-tag'
Junio C Hamano
2
-304
/
+67
2015-10-05
Merge branch 'jk/date-local'
Junio C Hamano
1
-1
/
+0
2015-10-05
Merge branch 'jc/rerere'
Junio C Hamano
1
-2
/
+2
2015-10-05
Merge branch 'kn/for-each-tag-branch'
Junio C Hamano
3
-45
/
+35
2015-10-05
name-rev: use strip_suffix to avoid magic numbers
Jeff King
1
-5
/
+4
2015-10-05
use strbuf_complete to conditionally append slash
Jeff King
2
-6
/
+3
2015-10-05
fsck: use for_each_loose_file_in_objdir
Jeff King
1
-46
/
+24
2015-10-05
fsck: drop inode-sorting code
Jeff King
1
-68
/
+2
2015-10-05
convert strncpy to memcpy
Jeff King
1
-2
/
+2
2015-10-05
help: clean up kfmclient munging
Jeff King
1
-11
/
+4
[prev]
[next]