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
/
wt-status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-30
wt-status.c: fix a memleak
Stefan Beller
1
-0
/
+1
2015-03-25
Merge branch 'jk/run-command-capture'
Junio C Hamano
1
-7
/
+3
2015-03-22
wt-status: use capture_command
Jeff King
1
-4
/
+1
2015-03-22
wt_status: fix signedness mismatch in strbuf_read call
Jeff King
1
-3
/
+3
2015-03-22
wt-status: don't flush before running "submodule status"
Jeff King
1
-1
/
+0
2015-03-20
Merge branch 'mg/detached-head-report'
Junio C Hamano
1
-3
/
+3
2015-03-17
Merge branch 'mg/status-v-v'
Junio C Hamano
1
-0
/
+20
2015-03-12
status: enable untracked cache
Nguyễn Thái Ngọc Duy
1
-0
/
+2
2015-03-06
wt-status: refactor detached HEAD analysis
Michael J Gruber
1
-3
/
+3
2015-03-06
commit/status: show the index-worktree diff with -v -v
Michael J Gruber
1
-0
/
+20
2015-02-24
Merge branch 'jk/status-read-branch-name-fix' into maint
Junio C Hamano
1
-1
/
+1
2015-02-17
Merge branch 'jk/status-read-branch-name-fix'
Junio C Hamano
1
-1
/
+1
2015-01-28
read_and_strip_branch: fix typo'd address-of operator
Jeff King
1
-1
/
+1
2014-11-10
use args member of struct child_process
René Scharfe
1
-10
/
+7
2014-10-24
Merge branch 'rs/run-command-env-array'
Junio C Hamano
1
-4
/
+2
2014-10-19
use env_array member of struct child_process
René Scharfe
1
-4
/
+2
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-1
/
+1
2014-08-20
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
1
-2
/
+1
2014-07-22
Merge branch 'kb/perf-trace'
Junio C Hamano
1
-11
/
+3
2014-07-13
wt-status: simplify performance measurement by using getnanotime()
Karsten Blees
1
-11
/
+3
2014-07-10
Merge branch 'rs/status-code-clean-up'
Junio C Hamano
1
-8
/
+5
2014-06-29
wt-status: simplify building of summary limit argument
René Scharfe
1
-3
/
+1
2014-06-29
wt-status: use argv_array for environment
René Scharfe
1
-5
/
+4
2014-06-25
Merge branch 'jl/status-added-submodule-is-never-ignored' into maint
Junio C Hamano
1
-1
/
+11
2014-06-16
Merge branch 'jl/status-added-submodule-is-never-ignored'
Junio C Hamano
1
-1
/
+11
2014-06-06
Merge branch 'fc/status-printf-squelch-format-zero-length-warnings'
Junio C Hamano
1
-11
/
+11
2014-05-07
silence a bunch of format-zero-length warnings
Felipe Contreras
1
-11
/
+11
2014-04-07
status/commit: show staged submodules regardless of ignore config
Jens Lehmann
1
-1
/
+11
2014-03-31
Merge branch 'mm/status-porcelain-format-i18n-fix'
Junio C Hamano
1
-5
/
+8
2014-03-26
status: disable translation when --porcelain is used
Matthieu Moy
1
-5
/
+8
2014-03-25
Merge branch 'nd/commit-editor-cleanup'
Junio C Hamano
1
-8
/
+13
2014-03-21
Merge branch 'jn/wt-status'
Junio C Hamano
1
-42
/
+75
2014-03-12
wt-status: lift the artificual "at least 20 columns" floor
Junio C Hamano
1
-2
/
+0
2014-03-12
wt-status: i18n of section labels
Jonathan Nieder
1
-19
/
+47
2014-03-12
wt-status: extract the code to compute width for labels
Jonathan Nieder
1
-7
/
+15
2014-03-12
wt-status: make full label string to be subject to l10n
Junio C Hamano
1
-18
/
+17
2014-02-24
pathspec: convert some match_pathspec_depth() to dir_path_match()
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2014-02-24
pathspec: convert some match_pathspec_depth() to ce_path_match()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-02-18
wt-status.c: move cut-line print code out to wt_status_add_cut_line
Nguyễn Thái Ngọc Duy
1
-7
/
+12
2014-02-18
wt-status.c: make cut_line[] const to shrink .data section a bit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-12-17
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
1
-8
/
+8
2013-12-17
Merge branch 'jl/commit-v-strip-marker'
Junio C Hamano
1
-2
/
+27
2013-12-05
commit -v: strip diffs and submodule shortlogs from the commit message
Jens Lehmann
1
-2
/
+27
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-8
/
+8
2013-11-06
wt-status: take the alignment burden off translators
Nguyễn Thái Ngọc Duy
1
-27
/
+53
2013-10-11
status: show commit sha1 in "You are currently cherry-picking" message
Ralf Thielow
1
-2
/
+5
2013-09-20
Merge branch 'mm/commit-template-squelch-advice-messages'
Junio C Hamano
1
-19
/
+19
2013-09-20
Merge branch 'mm/status-without-comment-char'
Junio C Hamano
1
-22
/
+69
2013-09-20
Merge branch 'jx/branch-vv-always-compare-with-upstream'
Junio C Hamano
1
-4
/
+22
2013-09-12
wt-status: turn advice_status_hints into a field of wt_status
Matthieu Moy
1
-19
/
+19
[prev]
[next]