Sign in
googlers
/
jrn
/
git
/
78bce6c7e93f4c8797da06cf93f59b7ac8e84ec0
/
wt-status.c
b822423
wt-status.c: don't leak directory entries when processing untracked,ignored
by Brandon Casey
· 14 years ago
aee9c7d
Submodules: Add the new "ignore" config option for diff and status
by Jens Lehmann
· 15 years ago
a76b208
Merge branch 'jl/status-ignore-submodules'
by Junio C Hamano
· 15 years ago
a53deac
Merge branch 'jp/string-list-api-cleanup'
by Junio C Hamano
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
46a958b
Add the option "--ignore-submodules" to "git status"
by Jens Lehmann
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
05a59a0
Show branch information in short output of git status
by Daniel Knittl-Frank
· 15 years ago
66dbfd5
Rewrite dynamic structure initializations to runtime assignment
by Gary V. Vaughan
· 15 years ago
82e7ee7
Merge branch 'mg/advice-statushints'
by Junio C Hamano
· 15 years ago
980bde3
wt-status: take advice.statusHints seriously
by Michael J Gruber
· 15 years ago
c1909e7
wt-status: fix 'fprintf' compilation warning
by Junio C Hamano
· 15 years ago
2381e39
status: --ignored option shows ignored files
by Junio C Hamano
· 15 years ago
1b908b6
wt-status: rename and restructure status-print-untracked
by Junio C Hamano
· 15 years ago
6cb3f6b
wt-status: collect ignored files
by Junio C Hamano
· 15 years ago
f5b26b1
wt-status: plug memory leak while collecting untracked files
by Junio C Hamano
· 15 years ago
e28a243
wt-status: remove unused workdir_untracked member
by Junio C Hamano
· 15 years ago
b6a7a06
Merge branch 'jl/submodule-diff-dirtiness'
by Junio C Hamano
· 15 years ago
3bfc450
git status: ignoring untracked files must apply to submodules too
by Jens Lehmann
· 15 years ago
32962c9
revision: introduce setup_revision_opt
by Junio C Hamano
· 15 years ago
9297f77e6
git status: Show detailed dirty status of submodules in long format
by Jens Lehmann
· 15 years ago
c6ec7ef
Merge branch 'jl/submodule-diff'
by Junio C Hamano
· 15 years ago
f17a5d3
git status: Show uncommitted submodule changes too when enabled
by Jens Lehmann
· 15 years ago
688cd6d
status: only touch path we may need to check
by Nguyễn Thái Ngọc Duy
· 15 years ago
c2ff10c
Merge branch 'jk/1.7.0-status'
by Junio C Hamano
· 15 years ago
3c58845
status/commit: do not suggest "reset HEAD <path>" while merging
by Junio C Hamano
· 15 years ago
dd20f8a
commit/status: "git add <path>" is not necessarily how to resolve
by Junio C Hamano
· 15 years ago
8661768
status: reduce duplicated setup code
by Jeff King
· 15 years ago
4a7cc2f
status: disable color for porcelain format
by Jeff King
· 15 years ago
3fe2a89
status -s: obey color.status
by Michael J Gruber
· 15 years ago
84dbe7b
builtin-commit: refactor short-status code into wt-status.c
by Michael J Gruber
· 15 years ago
edf563f
status: make "how to stage" messages optional
by Jeff King
· 16 years ago
228e7b5
status: list unmerged files much later
by Johannes Sixt
· 16 years ago
eeefa7c
Style fixes, add a space after if/for/while.
by Brian Gianforcaro
· 16 years ago
76e2f7c
git stat: the beginning of "status that is not a dry-run of commit"
by Junio C Hamano
· 16 years ago
7637868
wt-status: collect untracked files in a separate "collect" phase
by Junio C Hamano
· 16 years ago
f766b36
Make git_status_config() file scope static to builtin-commit.c
by Junio C Hamano
· 16 years ago
23900a9
wt-status: move wt_status_colors[] into wt_status structure
by Junio C Hamano
· 16 years ago
d249b09
wt-status: move many global settings to wt_status structure
by Junio C Hamano
· 16 years ago
4d4d572
status: show worktree status of conflicted paths separately
by Junio C Hamano
· 16 years ago
50b7e70
wt-status.c: rework the way changes to the index and work tree are summarized
by Junio C Hamano
· 16 years ago
1d8842d
Add 'fill_directory()' helper function for directory traversal
by Linus Torvalds
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
de2e3b0
Merge branch 'mv/parseopt-ls-files'
by Junio C Hamano
· 16 years ago
7c4c97c
Turn the flags in struct dir_struct into a single variable
by Johannes Schindelin
· 16 years ago
dc6ebd4
Clean up use of ANSI color sequences
by Arjen Laarhoven
· 16 years ago
5ec11af
reorder ALLOW_TEXTCONV option setting
by Jeff King
· 16 years ago
47a7925
Merge branch 'jk/commit-v-strip'
by Junio C Hamano
· 16 years ago
1324fb6
status: show "-v" diff even for initial commit
by Jeff King
· 16 years ago
c1e255b
wt-status: refactor initial commit printing
by Jeff King
· 16 years ago
a79b8b6
enable textconv for diff in verbose status/commit
by Jeff King
· 16 years ago
4f672ad
wt-status: load diff ui config
by Jeff King
· 16 years ago
e845e16
Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-other
by Junio C Hamano
· 16 years ago
98fa473
refactor handling of "other" files in ls-files and status
by Jeff King
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
4d6e4c4
wt-status: Teach how to discard changes in the working directory
by Anders Melchiorsen
· 17 years ago
bb914b1
wt-status: Split header generation into three functions
by Anders Melchiorsen
· 17 years ago
e636799
Merge branch 'jc/report-tracking'
by Junio C Hamano
· 17 years ago
c96a6d3
Fix "config_error_nonbool" used with value instead of key
by Christian Couder
· 17 years ago
b6975ab
git-status: show the remote tracking statistics
by Junio C Hamano
· 17 years ago
d6293d1
Add configuration option for default untracked files mode
by Marius Storm-Olsen
· 17 years ago
6c2ce04
Add argument 'no' commit/status option -u|--untracked-files
by Marius Storm-Olsen
· 17 years ago
4bfee30
Add an optional <mode> argument to commit/status -u|--untracked-files option
by Marius Storm-Olsen
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
950ce2e
Updated status to show 'Not currently on any branch' in red
by Chris Parsons
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
5070591
bump rename limit defaults
by Jeff King
· 17 years ago
ac8d5af
builtin-status: submodule summary support
by Ping Yin
· 17 years ago
4ba0cb2
wt-status.c: no need for dup() dance anymore
by Kristian Høgsberg
· 17 years ago
a734d0b
Make private quote_path() in wt-status.c available as quote_path_relative()
by Dmitry Potapov
· 17 years ago
6b2f2d9
Add color.ui variable which globally enables colorization if set
by Matthias Kestenholz
· 17 years ago
aa8d53e
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
ff58b9a
status: suggest "git rm --cached" to unstage for initial commit
by Jeff King
· 17 years ago
e0197c9
Merge branch 'lt/in-core-index'
by Junio C Hamano
· 17 years ago
451d36b
wt-status.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
d1f2d7e
Make run_diff_index() use unpack_trees(), not read_tree()
by Linus Torvalds
· 17 years ago
37d07f8
git-commit: squelch needless message during an empty merge
by Junio C Hamano
· 17 years ago
46f721c
add status.relativePaths config variable
by Jeff King
· 17 years ago
c3ce326
wt-status.c:quote_path(): convert empty path to "./"
by Jeff King
· 17 years ago
0f6f5a4
git config --get-colorbool
by Junio C Hamano
· 17 years ago
31cbb5d
Merge branch 'kh/commit'
by Junio C Hamano
· 17 years ago
69e7491
quote_path: fix collapsing of relative paths
by Jeff King
· 17 years ago
f714fb8
Enable rewrite as well as rename detection in git-status
by Jeff King
· 17 years ago
99a1269
builtin-commit: Include the diff in the commit message when verbose.
by Kristian Høgsberg
· 17 years ago
367c988
git status: show relative paths when run in a subdirectory
by Johannes Schindelin
· 17 years ago
039bc64
core.excludesfile clean-up
by Junio C Hamano
· 17 years ago
0f729f2
Enable wt-status to run against non-standard index file.
by Kristian Høgsberg
· 18 years ago
f26a001
Enable wt-status output to a given FILE pointer.
by Kristian Høgsberg
· 18 years ago
0024a54
Fix the rename detection limit checking
by Linus Torvalds
· 18 years ago
52fae7d
Missing statics.
by Pierre Habouzit
· 18 years ago
f95c678
Merge branch 'maint-1.5.1' into maint
by Junio C Hamano
· 18 years ago
0ba956d
git-status: respect core.excludesFile
by Johannes Schindelin
· 18 years ago
9fc42d6
Optimize directory listing with pathspec limiter.
by Linus Torvalds
· 18 years ago
048f48a
Merge branch 'master' into js/diff-ni
by Junio C Hamano
· 18 years ago
b4e1e4a
run_diff_{files,index}(): update calling convention.
by Junio C Hamano
· 18 years ago
1968d77
prefixcmp(): fix-up leftover strncmp().
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
cc46a74
wt_status_prepare(): clean up structure initialization.
by Junio C Hamano
· 18 years ago
c3e821c
wt-status: Actually accept `color.status.BLAH' configuration variables.
by Mark Wooding
· 18 years ago
Next »