index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wt-status.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ma/worktree-cleanups'
Junio C Hamano
2020-10-05
1
-30
/
+42
|
\
|
*
wt-status: introduce wt_status_state_free_buffers()
Martin Ågren
2020-09-27
1
-3
/
+8
|
*
wt-status: print to s->fp, not stdout
Martin Ågren
2020-09-27
1
-25
/
+32
|
*
wt-status: replace sha1 mentions with oid
Martin Ågren
2020-09-27
1
-4
/
+4
*
|
Merge branch 'jc/quote-path-cleanup'
Junio C Hamano
2020-09-19
1
-24
/
+13
|
\
\
|
*
|
wt-status: consistently quote paths in "status --short" output
Junio C Hamano
2020-09-10
1
-2
/
+2
|
*
|
quote_path: optionally allow quoting a path with SP in it
Junio C Hamano
2020-09-10
1
-12
/
+3
|
*
|
quote_path: give flags parameter to quote_path()
Junio C Hamano
2020-09-10
1
-12
/
+12
|
*
|
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2020-09-10
1
-2
/
+0
|
|
/
*
|
Merge branch 'jt/interpret-branch-name-fallback'
Junio C Hamano
2020-09-09
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
wt-status: tolerate dangling marks
Jonathan Tan
2020-09-02
1
-1
/
+1
*
|
Merge branch 'hn/refs-pseudorefs'
Junio C Hamano
2020-09-01
1
-3
/
+3
|
\
\
|
*
|
sequencer: treat REVERT_HEAD as a pseudo ref
Han-Wen Nienhuys
2020-08-21
1
-1
/
+1
|
*
|
sequencer: treat CHERRY_PICK_HEAD as a pseudo ref
Han-Wen Nienhuys
2020-08-21
1
-2
/
+2
*
|
|
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-19
1
-2
/
+2
*
|
|
dir: make clear_directory() free all relevant memory
Elijah Newren
2020-08-19
1
-4
/
+0
|
/
/
*
|
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-10
/
+9
|
\
\
|
*
|
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-2
/
+1
|
*
|
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-8
/
+8
|
*
|
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
|
|
/
*
/
Remove doubled words in various comments
Elijah Newren
2020-07-28
1
-1
/
+1
|
/
*
wt-status: show sparse checkout status as well
Elijah Newren
2020-06-18
1
-0
/
+41
*
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
2020-04-01
1
-4
/
+2
*
Merge branch 'bc/object-id-part17'
Junio C Hamano
2019-10-11
1
-1
/
+1
|
\
|
*
wt-status: convert struct wt_status to object_id
brian m. carlson
2019-08-20
1
-1
/
+1
*
|
status: mention --skip for revert and cherry-pick
Denton Liu
2019-08-27
1
-0
/
+4
|
/
*
Merge branch 'jl/status-reduce-vertical-blank'
Junio C Hamano
2019-07-19
1
-4
/
+0
|
\
|
*
status: remove the empty line after hints
John Lin
2019-06-21
1
-4
/
+0
*
|
Merge branch 'jh/status-aheadbehind'
Junio C Hamano
2019-07-10
1
-0
/
+17
|
\
\
|
*
|
status: warn when a/b calculation takes too long
Jeff Hostetler
2019-06-21
1
-0
/
+17
*
|
|
Merge branch 'nd/switch-and-restore'
Junio C Hamano
2019-07-10
1
-7
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
doc: promote "git restore"
Nguyễn Thái Ngọc Duy
2019-05-07
1
-7
/
+19
*
|
|
Merge branch 'md/sort-detached-head-first'
Junio C Hamano
2019-07-10
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ref-filter: sort detached HEAD lines firstly
Matthew DeVore
2019-06-19
1
-2
/
+2
*
|
|
Merge branch 'jk/unused-params-final-batch'
Junio C Hamano
2019-06-13
1
-4
/
+2
|
\
\
\
|
*
|
|
wt-status: drop unused status parameter
Jeff King
2019-05-13
1
-4
/
+2
*
|
|
|
Merge branch 'js/rebase-i-label-shown-in-status-fix'
Junio C Hamano
2019-05-19
1
-1
/
+3
|
\
\
\
\
|
*
|
|
|
status: fix display of rebase -ir's `label` command
Johannes Schindelin
2019-05-13
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'pw/clean-sequencer-state-upon-final-commit'
Junio C Hamano
2019-05-13
1
-5
/
+34
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix cherry-pick/revert status after commit
Phillip Wood
2019-04-17
1
-5
/
+34
|
|
/
/
*
|
|
Merge branch 'dr/ref-filter-push-track-fix'
Junio C Hamano
2019-05-08
1
-2
/
+2
|
\
\
\
|
*
|
|
ref-filter: use correct branch for %(push:track)
Damien Robert
2019-04-18
1
-2
/
+2
|
|
/
/
*
|
/
merge: cleanup messages like commit
Denton Liu
2019-04-18
1
-3
/
+9
|
|
/
|
/
|
*
|
trace2:data: add trace2 regions to wt-status
Jeff Hostetler
2019-02-23
1
-2
/
+22
|
/
*
read-cache.c: replace update_index_if_able with repo_&
Nguyễn Thái Ngọc Duy
2019-01-14
1
-1
/
+1
*
repository.c: replace hold_locked_index() with repo_hold_locked_index()
Nguyễn Thái Ngọc Duy
2019-01-14
1
-1
/
+1
*
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-41
/
+53
|
\
|
*
wt-status.c: remove implicit dependency the_repository
Nguyễn Thái Ngọc Duy
2018-11-12
1
-8
/
+10
|
*
wt-status.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-33
/
+43
*
|
status: rebase and merge can be in progress at the same time
Johannes Schindelin
2018-11-13
1
-2
/
+7
|
/
[next]