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
2017-10-01
refs: pass NULL to resolve_refdup() if hash is not needed
René Scharfe
1
-3
/
+1
2017-09-25
Merge branch 'ks/commit-do-not-touch-cut-line'
Junio C Hamano
1
-1
/
+1
2017-09-15
commit-template: change a message to be more intuitive
Kaartic Sivaraam
1
-1
/
+1
2017-09-10
wt-status: release strbuf after use in wt_longstatus_print_tracking()
Rene Scharfe
1
-0
/
+1
2017-09-07
wt-status: release strbuf after use in read_rebase_todolist()
Rene Scharfe
1
-0
/
+1
2017-07-12
Merge branch 'rs/wt-status-cleanup'
Junio C Hamano
1
-3
/
+4
2017-07-10
wt-status: use separate variable for result of shorten_unambiguous_ref
René Scharfe
1
-3
/
+4
2017-06-30
Merge branch 'ks/status-initial-commit'
Junio C Hamano
1
-2
/
+5
2017-06-21
status: contextually notify user about an initial commit
Kaartic Sivaraam
1
-2
/
+5
2017-06-18
status: add optional stash count information
Liam Beguin
1
-0
/
+24
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
1
-1
/
+2
2017-06-05
Merge branch 'bm/interpret-trailers-cut-line-is-eom' into maint
Junio C Hamano
1
-5
/
+6
2017-05-29
Merge branch 'bm/interpret-trailers-cut-line-is-eom'
Junio C Hamano
1
-5
/
+6
2017-05-29
Merge branch 'js/plug-leaks'
Junio C Hamano
1
-14
/
+15
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2017-05-29
Merge branch 'bw/dir-c-stops-relying-on-the-index'
Junio C Hamano
1
-1
/
+1
2017-05-26
wrapper.c: add and use fopen_or_warn()
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2017-05-18
interpret-trailers: honor the cut line
Brian Malehorn
1
-5
/
+6
2017-05-16
Merge branch 'js/larger-timestamps'
Junio C Hamano
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
split_commit_in_progress(): simplify & fix memory leak
Johannes Schindelin
1
-14
/
+14
2017-05-08
status: close file descriptor after reading git-rebase-todo
Johannes Schindelin
1
-0
/
+1
2017-05-06
dir: convert fill_directory to take an index
Brandon Williams
1
-1
/
+1
2017-04-28
status: fix missing newline when comment chars are disabled
Jeff King
1
-1
/
+1
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-1
/
+1
2017-03-29
short status: improve reporting for submodule changes
Stefan Beller
1
-2
/
+15
2017-03-21
Merge branch 'sb/wt-status-cleanup'
Junio C Hamano
1
-15
/
+5
2017-03-17
Merge branch 'mg/status-porcelain-no-i18n'
Junio C Hamano
1
-4
/
+4
2017-03-17
wt-status: simplify by using for_each_string_list_item
Stefan Beller
1
-15
/
+5
2017-03-14
git-status: make porcelain more robust
Michael J Gruber
1
-4
/
+4
2017-02-22
wt-status: convert to struct object_id
brian m. carlson
1
-22
/
+22
2017-02-22
refs: convert each_reflog_ent_fn to struct object_id
brian m. carlson
1
-3
/
+3
2017-02-22
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
1
-2
/
+2
2017-02-03
Merge branch 'rs/object-id'
Junio C Hamano
1
-2
/
+2
2017-02-02
Merge branch 'js/status-pre-rebase-i'
Junio C Hamano
1
-4
/
+10
2017-01-30
use oidcpy() for copying hashes between instances of struct object_id
René Scharfe
1
-2
/
+2
2017-01-26
status: be prepared for not-yet-started interactive rebase
Johannes Schindelin
1
-4
/
+10
2016-12-07
wt-status: implement opportunisitc index update correctly
Junio C Hamano
1
-3
/
+4
2016-10-27
Merge branch 'nd/ita-empty-commit'
Junio C Hamano
1
-1
/
+6
2016-10-26
Merge branch 'js/libify-require-clean-work-tree'
Junio C Hamano
1
-0
/
+78
2016-10-24
diff-lib: allow ita entries treated as "not yet exist in index"
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2016-10-17
Merge branch 'rs/cocci'
Junio C Hamano
1
-6
/
+4
2016-10-10
use strbuf_add_unique_abbrev() for adding short hashes, part 3
René Scharfe
1
-6
/
+4
2016-10-07
wt-status: begin error messages with lower-case
Johannes Schindelin
1
-3
/
+3
2016-10-07
wt-status: teach has_{unstaged,uncommitted}_changes() about submodules
Johannes Schindelin
1
-7
/
+9
2016-10-07
wt-status: export also the has_un{staged,committed}_changes() functions
Johannes Schindelin
1
-2
/
+2
2016-10-07
wt-status: make the require_clean_work_tree() function reusable
Johannes Schindelin
1
-0
/
+76
2016-10-06
Merge branch 'rs/cocci'
Junio C Hamano
1
-2
/
+1
2016-09-27
use strbuf_add_unique_abbrev() for adding short hashes, part 2
René Scharfe
1
-2
/
+1
2016-09-26
Merge branch 'rs/cocci'
Junio C Hamano
1
-3
/
+3
[prev]
[next]