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-09-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-2
/
+2
2016-09-15
use strbuf_addstr() for adding constant strings to a strbuf, part 2
René Scharfe
1
-3
/
+3
2016-09-08
Merge branch 'jh/status-v2-porcelain'
Junio C Hamano
1
-59
/
+511
2016-08-11
status: print branch info with --porcelain=v2 --branch
Jeff Hostetler
1
-0
/
+90
2016-08-11
status: print per-file porcelain v2 status data
Jeff Hostetler
1
-1
/
+284
2016-08-11
status: collect per-file data for --porcelain=v2
Jeff Hostetler
1
-2
/
+62
2016-08-10
Merge branch 'js/am-3-merge-recursive-direct'
Junio C Hamano
1
-2
/
+2
2016-08-05
status: cleanup API to wt_status_print
Jeff Hostetler
1
-3
/
+22
2016-08-05
status: rename long-format print routines
Jeff Hostetler
1
-55
/
+55
2016-08-03
Merge branch 'mm/status-suggest-merge-abort'
Junio C Hamano
1
-2
/
+5
2016-07-26
die("bug"): report bugs consistently
Johannes Schindelin
1
-2
/
+2
2016-07-25
Merge branch 'rs/use-strbuf-addbuf'
Junio C Hamano
1
-1
/
+1
2016-07-22
status: suggest 'git merge --abort' when appropriate
Matthieu Moy
1
-2
/
+5
2016-07-19
Merge branch 'bc/cocci'
Junio C Hamano
1
-1
/
+2
2016-07-19
use strbuf_addbuf() for appending a strbuf to another
René Scharfe
1
-1
/
+1
2016-07-13
Merge branch 'va/i18n-even-more'
Junio C Hamano
1
-2
/
+2
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
1
-1
/
+2
2016-06-17
i18n: unmark die messages for translation
Vasco Almeida
1
-2
/
+2
2016-06-09
Use "working tree" instead of "working directory" for git status
Lars Vogel
1
-1
/
+1
2016-05-23
Merge branch 'nd/worktree-various-heads'
Junio C Hamano
1
-20
/
+43
2016-05-23
Merge branch 'ss/commit-dry-run-resolve-merge-to-no-op'
Junio C Hamano
1
-0
/
+1
2016-04-22
wt-status.c: split bisect detection out of wt_status_get_state()
Nguyễn Thái Ngọc Duy
1
-9
/
+14
2016-04-22
wt-status.c: make wt_status_check_rebase() work on any worktree
Nguyễn Thái Ngọc Duy
1
-13
/
+20
2016-04-22
wt-status.c: split rebase detection out of wt_status_get_state()
Nguyễn Thái Ngọc Duy
1
-6
/
+17
2016-04-13
Merge branch 'sb/misc-cleanups'
Junio C Hamano
1
-3
/
+1
2016-04-01
abbrev_sha1_in_line: don't leak memory
Stefan Beller
1
-3
/
+1
2016-03-14
Merge branch 'mg/wt-status-mismarked-i18n'
Junio C Hamano
1
-2
/
+2
2016-03-14
wt-status: allow "ahead " to be picked up by l10n
Michael J Gruber
1
-2
/
+2
2016-02-17
wt-status.c: set commitable bit if there is a meaningful merge.
Stephen P. Smith
1
-0
/
+1
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
[prev]
[next]