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
2013-09-12
Merge branch 'jk/config-int-range-check'
Junio C Hamano
1
-3
/
+4
2013-09-11
Merge branch 'jc/ls-files-killed-optim'
Junio C Hamano
1
-0
/
+2
2013-09-11
Merge branch 'nd/push-no-thin'
Junio C Hamano
2
-4
/
+9
2013-09-09
Merge branch 'nd/magic-pathspec'
Junio C Hamano
2
-14
/
+1
2013-09-09
Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'
Junio C Hamano
1
-33
/
+56
2013-09-09
Merge branch 'jc/url-match'
Junio C Hamano
1
-21
/
+119
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
18
-320
/
+360
2013-09-09
Merge branch 'es/blame-L-twice'
Junio C Hamano
1
-43
/
+50
2013-09-09
Merge branch 'jk/cat-file-batch-optim'
Junio C Hamano
1
-1
/
+30
2013-09-09
Merge branch 'es/blame-L-more'
Junio C Hamano
1
-2
/
+2
2013-09-09
Merge branch 'jc/push-cas'
Junio C Hamano
4
-0
/
+42
2013-09-09
Merge branch 'nd/clone-connectivity-shortcut'
Junio C Hamano
1
-0
/
+9
2013-09-09
Merge branch 'ms/fetch-prune-configuration'
Junio C Hamano
1
-3
/
+32
2013-09-09
git-config: always treat --int as 64-bit internally
Jeff King
1
-3
/
+4
2013-09-05
add: lift the pathspec magic restriction on "add -p"
Nguyễn Thái Ngọc Duy
2
-14
/
+1
2013-09-04
Merge branch 'sb/parseopt-boolean-removal'
Junio C Hamano
40
-315
/
+276
2013-09-04
Merge branch 'jc/parseopt-command-modes'
Junio C Hamano
1
-15
/
+12
2013-09-04
Merge branch 'sb/misc-cleanup'
Junio C Hamano
1
-21
/
+17
2013-09-04
Merge branch 'nd/gc-lock-against-each-other'
Junio C Hamano
1
-0
/
+67
2013-09-04
Merge branch 'bc/unuse-packfile'
Junio C Hamano
1
-1
/
+1
2013-09-04
Merge branch 'nd/sq-quote-buf'
Junio C Hamano
2
-10
/
+14
2013-09-04
Merge branch 'jc/check-x-z'
Junio C Hamano
2
-12
/
+20
2013-08-30
Merge branch 'rj/doc-rev-parse'
Junio C Hamano
1
-15
/
+13
2013-08-28
builtin/fetch.c: Fix a sparse warning
Ramsay Jones
1
-1
/
+1
2013-08-15
ls-files -k: a directory only can be killed if the index has a non-directory
Junio C Hamano
1
-0
/
+2
2013-08-13
push: respect --no-thin
Nguyễn Thái Ngọc Duy
2
-4
/
+9
2013-08-09
rm: remove unneeded null pointer check
Stefan Beller
1
-21
/
+17
2013-08-09
builtin/config.c: compilation fix
Junio C Hamano
1
-1
/
+1
2013-08-09
gc: reject if another gc is running, unless --force is given
Nguyễn Thái Ngọc Duy
1
-0
/
+67
2013-08-07
fetch: work around "transport-take-over" hack
Junio C Hamano
1
-0
/
+13
2013-08-07
fetch: refactor code that fetches leftover tags
Junio C Hamano
1
-5
/
+9
2013-08-07
fetch: refactor code that prepares a transport
Junio C Hamano
1
-20
/
+26
2013-08-07
fetch: rename file-scope global "transport" to "gtransport"
Junio C Hamano
1
-11
/
+11
2013-08-07
revert: use the OPT_CMDMODE for parsing, reducing code
Stefan Beller
1
-47
/
+15
2013-08-07
checkout-index: fix negations of even numbers of -n
Stefan Beller
1
-1
/
+1
2013-08-07
config parsing options: allow one flag multiple times
Stefan Beller
1
-3
/
+3
2013-08-07
hash-object: replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP
Stefan Beller
1
-1
/
+1
2013-08-07
branch, commit, name-rev: ease up boolean conditions
Stefan Beller
3
-3
/
+4
2013-08-06
blame: teach -L/RE/ to search from end of previous -L range
Eric Sunshine
1
-1
/
+4
2013-08-06
line-range: teach -L/RE/ to search relative to anchor point
Eric Sunshine
1
-1
/
+1
2013-08-06
blame: accept multiple -L ranges
Eric Sunshine
1
-32
/
+47
2013-08-06
blame: inline one-line function into its lone caller
Eric Sunshine
1
-14
/
+3
2013-08-06
rm: delete .gitmodules entry of submodules removed from the work tree
Jens Lehmann
1
-3
/
+16
2013-08-06
mv: update the path entry in .gitmodules for moved submodules
Jens Lehmann
1
-1
/
+9
2013-08-05
config: "git config --get-urlmatch" parses section.<url>.key
Junio C Hamano
1
-0
/
+98
2013-08-05
builtin/config: refactor collect_config()
Junio C Hamano
1
-21
/
+21
2013-08-05
blame: fix -L bounds checking bug
Eric Sunshine
1
-2
/
+2
2013-08-05
checkout: remove superfluous local variable
Stefan Beller
1
-7
/
+5
2013-08-05
log, format-patch: parsing uses OPT__QUIET
Stefan Beller
1
-3
/
+2
2013-08-05
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
39
-227
/
+227
[next]