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
2016-06-01
builtin/apply: move 'line_termination' global into 'struct apply_state'
Christian Couder
1
-5
/
+9
2016-06-01
builtin/apply: move 'unsafe_paths' global into 'struct apply_state'
Christian Couder
1
-4
/
+4
2016-06-01
builtin/apply: move 'no_add' global into 'struct apply_state'
Christian Couder
1
-3
/
+3
2016-06-01
builtin/apply: move 'threeway' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'summary' global into 'struct apply_state'
Christian Couder
1
-4
/
+4
2016-06-01
builtin/apply: move 'numstat' global into 'struct apply_state'
Christian Couder
1
-5
/
+4
2016-06-01
builtin/apply: move 'diffstat' global into 'struct apply_state'
Christian Couder
1
-5
/
+6
2016-06-01
builtin/apply: move 'cached' global into 'struct apply_state'
Christian Couder
1
-16
/
+19
2016-06-01
builtin/apply: move 'allow_overlap' global into 'struct apply_state'
Christian Couder
1
-5
/
+6
2016-06-01
builtin/apply: move 'update_index' global into 'struct apply_state'
Christian Couder
1
-19
/
+26
2016-06-01
builtin/apply: move 'apply_verbosely' global into 'struct apply_state'
Christian Couder
1
-13
/
+13
2016-06-01
builtin/apply: move 'apply_with_reject' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'apply_in_reverse' global into 'struct apply_state'
Christian Couder
1
-19
/
+31
2016-06-01
builtin/apply: move 'check_index' global into 'struct apply_state'
Christian Couder
1
-29
/
+37
2016-06-01
builtin/apply: move 'check' global into 'struct apply_state'
Christian Couder
1
-7
/
+7
2016-06-01
builtin/apply: move 'unidiff_zero' global into 'struct apply_state'
Christian Couder
1
-18
/
+25
2016-06-01
builtin/apply: move 'state' init into init_apply_state()
Christian Couder
1
-10
/
+22
2016-06-01
Makefile: add $(DEVELOPER_CFLAGS) variable
Matthieu Moy
1
-9
/
+10
2016-06-01
test-lib: add in-shell "env" replacement
Jeff King
2
-1
/
+23
2016-05-31
Git 2.9-rc1
Junio C Hamano
2
-40
/
+49
2016-05-31
Merge branch 'maint'
Junio C Hamano
1
-0
/
+28
2016-05-31
More topics for 2.8.4
Junio C Hamano
1
-0
/
+28
2016-05-31
Merge branch 'sb/submodule-deinit-all' into maint
Junio C Hamano
3
-10
/
+48
2016-05-31
Merge branch 'bn/http-cookiefile-config' into maint
Junio C Hamano
2
-3
/
+4
2016-05-31
Merge branch 'jk/test-send-sh-x-trace-elsewhere' into maint
Junio C Hamano
2
-3
/
+16
2016-05-31
Merge branch 'js/name-rev-use-oldest-ref' into maint
Junio C Hamano
2
-7
/
+14
2016-05-31
rebase -i: remove an unnecessary 'rerere' invocation
Johannes Sixt
1
-1
/
+0
2016-05-31
perf: make the tests work without a worktree
René Scharfe
1
-1
/
+4
2016-05-31
grep: -W: don't extend context to trailing empty lines
René Scharfe
2
-3
/
+27
2016-05-31
t7810: add test for grep -W and trailing empty context lines
René Scharfe
1
-3
/
+16
2016-05-31
xdiff: don't trim common tail with -W
René Scharfe
2
-7
/
+5
2016-05-31
xdiff: -W: don't include common trailing empty lines in context
René Scharfe
2
-2
/
+4
2016-05-31
xdiff: ignore empty lines before added functions with -W
René Scharfe
2
-3
/
+21
2016-05-31
xdiff: handle appended chunks better with -W
René Scharfe
2
-4
/
+25
2016-05-31
xdiff: factor out match_func_rec()
René Scharfe
1
-4
/
+11
2016-05-31
t4051: rewrite, add more tests
René Scharfe
6
-74
/
+240
2016-05-31
Merge branch 'es/t1500-modernize'
Junio C Hamano
1
-60
/
+63
2016-05-31
Merge branch 'jk/cat-file-buffered-batch-all'
Junio C Hamano
1
-1
/
+20
2016-05-31
Merge branch 'fc/fast-import-broken-marks-file'
Junio C Hamano
2
-2
/
+20
2016-05-31
worktree: allow "-" short-hand for @{-1} in add command
Jordan DE GEA
3
-1
/
+21
2016-05-31
Documentation: bold literals in man
Erwan Mathoniere
1
-1
/
+1
2016-05-31
l10n: pt_PT: update Portuguese translation
Vasco Almeida
1
-276
/
+322
2016-05-31
l10n: pt_PT: update according to git-gui glossary
Vasco Almeida
1
-190
/
+191
2016-05-31
l10n: pt_PT: merge git.pot file
Vasco Almeida
1
-1389
/
+1821
2016-05-31
upload-pack.c: use parse-options API
Antoine Queru
2
-36
/
+37
2016-05-31
Makefile: move 'ifdef DEVELOPER' after config.mak* inclusion
Matthieu Moy
1
-12
/
+12
2016-05-31
README.md: format CLI commands with code syntax
Benjamin Dopplinger
1
-5
/
+5
2016-05-29
Final batch before 2.9-rc1
Junio C Hamano
1
-0
/
+11
2016-05-29
Merge branch 'ak/t0008-ksh88-workaround'
Junio C Hamano
1
-2
/
+2
2016-05-29
Merge branch 'js/t6044-use-test-seq'
Junio C Hamano
1
-2
/
+2
[prev]
[next]