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 'jh/status-no-ahead-behind'
Junio C Hamano
2018-03-08
1
-12
/
+29
|
\
|
*
status: support --no-ahead-behind in long format
Jeff Hostetler
2018-01-24
1
-1
/
+1
|
*
status: update short status to respect --no-ahead-behind
Jeff Hostetler
2018-01-24
1
-4
/
+7
|
*
status: add --[no-]ahead-behind to status and commit for V2 format.
Jeff Hostetler
2018-01-24
1
-9
/
+21
|
*
stat_tracking_info: return +1 when branches not equal
Jeff Hostetler
2018-01-24
1
-2
/
+4
*
|
Merge branch 'nd/ita-wt-renames-in-status'
Junio C Hamano
2018-01-23
1
-30
/
+53
|
\
\
|
|
/
|
/
|
|
*
wt-status.c: handle worktree renames
Nguyễn Thái Ngọc Duy
2017-12-27
1
-3
/
+19
|
*
wt-status.c: rename rename-related fields in wt_status_change_data
Nguyễn Thái Ngọc Duy
2017-12-27
1
-24
/
+26
|
*
wt-status.c: catch unhandled diff status codes
Nguyễn Thái Ngọc Duy
2017-12-27
1
-2
/
+6
|
*
wt-status.c: coding style fix
Nguyễn Thái Ngọc Duy
2017-12-27
1
-1
/
+2
|
*
Use DIFF_DETECT_RENAME for detect_rename assignments
Nguyễn Thái Ngọc Duy
2017-12-27
1
-2
/
+2
*
|
Merge branch 'bw/rebase-i-ignored-submodule-fix'
Junio C Hamano
2017-11-15
1
-1
/
+3
|
\
\
|
*
|
wt-status: actually ignore submodules when requested
Brandon Williams
2017-11-07
1
-1
/
+3
*
|
|
Merge branch 'jm/status-ignored-files-list'
Junio C Hamano
2017-11-13
1
-3
/
+8
|
\
\
\
|
*
|
|
status: add option to show ignored files differently
Jameson Miller
2017-10-31
1
-3
/
+8
*
|
|
|
Merge branch 'bw/diff-opt-impl-to-bitfields'
Junio C Hamano
2017-11-09
1
-9
/
+9
|
\
\
\
\
|
*
|
|
|
diff: make struct diff_flags members lowercase
Brandon Williams
2017-11-01
1
-9
/
+9
|
*
|
|
|
diff: remove DIFF_OPT_SET macro
Brandon Williams
2017-11-01
1
-9
/
+9
|
|
/
/
/
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'ma/lockfile-fixes'
Junio C Hamano
2017-11-06
1
-4
/
+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
treewide: prefer lockfiles on the stack
Martin Ågren
2017-10-06
1
-4
/
+4
*
|
|
|
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
2017-10-05
1
-3
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
refs: pass NULL to resolve_refdup() if hash is not needed
René Scharfe
2017-10-01
1
-3
/
+1
*
|
|
|
Merge branch 'ks/commit-do-not-touch-cut-line'
Junio C Hamano
2017-09-25
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
commit-template: change a message to be more intuitive
Kaartic Sivaraam
2017-09-15
1
-1
/
+1
|
|
/
/
*
|
|
wt-status: release strbuf after use in wt_longstatus_print_tracking()
Rene Scharfe
2017-09-10
1
-0
/
+1
*
|
|
wt-status: release strbuf after use in read_rebase_todolist()
Rene Scharfe
2017-09-07
1
-0
/
+1
|
/
/
*
|
Merge branch 'rs/wt-status-cleanup'
Junio C Hamano
2017-07-13
1
-3
/
+4
|
\
\
|
*
|
wt-status: use separate variable for result of shorten_unambiguous_ref
René Scharfe
2017-07-10
1
-3
/
+4
|
|
/
*
|
Merge branch 'ks/status-initial-commit'
Junio C Hamano
2017-06-30
1
-2
/
+5
|
\
\
|
*
|
status: contextually notify user about an initial commit
Kaartic Sivaraam
2017-06-22
1
-2
/
+5
|
|
/
|
*
Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maint
Junio C Hamano
2017-06-05
1
-5
/
+6
|
|
\
*
|
|
status: add optional stash count information
Liam Beguin
2017-06-19
1
-0
/
+24
*
|
|
Merge branch 'nd/fopen-errors'
Junio C Hamano
2017-06-13
1
-1
/
+2
|
\
\
\
|
*
|
|
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
2017-05-26
1
-1
/
+2
*
|
|
|
Merge branch 'bm/interpret-trailers-cut-line-is-eom'
Junio C Hamano
2017-05-29
1
-5
/
+6
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
interpret-trailers: honor the cut line
Brian Malehorn
2017-05-18
1
-5
/
+6
|
|
/
/
*
|
|
Merge branch 'js/plug-leaks'
Junio C Hamano
2017-05-29
1
-14
/
+15
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
split_commit_in_progress(): simplify & fix memory leak
Johannes Schindelin
2017-05-08
1
-14
/
+14
|
*
|
status: close file descriptor after reading git-rebase-todo
Johannes Schindelin
2017-05-08
1
-0
/
+1
|
|
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-05-29
1
-1
/
+1
|
\
\
|
*
|
Convert lookup_commit* to struct object_id
brian m. carlson
2017-05-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'bw/dir-c-stops-relying-on-the-index'
Junio C Hamano
2017-05-29
1
-1
/
+1
|
\
\
|
*
|
dir: convert fill_directory to take an index
Brandon Williams
2017-05-06
1
-1
/
+1
|
|
/
*
|
Merge branch 'js/larger-timestamps'
Junio C Hamano
2017-05-16
1
-1
/
+1
|
\
\
|
*
|
timestamp_t: a new data type for timestamps
Johannes Schindelin
2017-04-27
1
-1
/
+1
|
|
/
*
/
status: fix missing newline when comment chars are disabled
Jeff King
2017-04-28
1
-1
/
+1
|
/
*
short status: improve reporting for submodule changes
Stefan Beller
2017-03-30
1
-2
/
+15
*
Merge branch 'sb/wt-status-cleanup'
Junio C Hamano
2017-03-21
1
-15
/
+5
|
\
[next]