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
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-2
/
+2
2015-12-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2015-11-28
wt-status: correct and simplify check for detached HEAD
René Scharfe
1
-5
/
+4
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-05
Merge branch 'rs/wt-status-detached-branch-fix' into maint
Junio C Hamano
1
-35
/
+29
2015-11-03
Merge branch 'rs/wt-status-detached-branch-fix'
Junio C Hamano
1
-35
/
+29
2015-11-01
wt-status: use skip_prefix() to get rid of magic string length constants
René Scharfe
1
-21
/
+15
2015-11-01
wt-status: don't skip a magical number of characters blindly
René Scharfe
1
-1
/
+1
2015-11-01
wt-status: avoid building bogus branch name with detached HEAD
René Scharfe
1
-6
/
+9
2015-11-01
wt-status: exit early using goto in wt_shortstatus_print_tracking()
René Scharfe
1
-8
/
+5
2015-10-16
Merge branch 'mm/detach-at-HEAD-reflog' into maint
Junio C Hamano
1
-0
/
+6
2015-10-15
Merge branch 'mm/detach-at-HEAD-reflog'
Junio C Hamano
1
-0
/
+6
2015-10-02
status: don't say 'HEAD detached at HEAD'
Matthieu Moy
1
-0
/
+6
2015-09-03
Merge branch 'sg/wt-status-header-inclusion' into maint
Junio C Hamano
1
-1
/
+0
2015-08-26
Merge branch 'sg/wt-status-header-inclusion'
Junio C Hamano
1
-1
/
+0
2015-08-21
wt-status: move #include "pathspec.h" to the header
SZEDER Gábor
1
-1
/
+0
2015-08-10
memoize common git-path "constant" files
Jeff King
1
-4
/
+4
2015-08-03
Merge branch 'gp/status-rebase-i-info'
Junio C Hamano
1
-17
/
+134
2015-08-03
Merge branch 'sg/commit-cleanup-scissors' into maint
Junio C Hamano
1
-4
/
+5
2015-07-06
status: give more information during rebase -i
Guillaume Pagès
1
-0
/
+114
2015-06-30
status: differentiate interactive from non-interactive rebases
Guillaume Pagès
1
-1
/
+4
2015-06-30
status: factor two rebase-related messages together
Guillaume Pagès
1
-16
/
+16
2015-06-24
Merge branch 'sg/commit-cleanup-scissors'
Junio C Hamano
1
-4
/
+5
2015-06-09
commit: cope with scissors lines in commit message
SZEDER Gábor
1
-4
/
+5
2015-06-05
Merge branch 'jk/at-push-sha1'
Junio C Hamano
1
-12
/
+6
2015-05-26
Merge branch 'nd/untracked-cache'
Junio C Hamano
1
-0
/
+2
2015-05-22
remote.c: return upstream name from stat_tracking_info
Jeff King
1
-12
/
+6
2015-04-14
Merge branch 'sb/plug-wt-shortstatus-tracking-leak'
Junio C Hamano
1
-0
/
+1
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
[next]