Sign in
googlers
/
jrn
/
git
/
de07767faefc7ee08e1842b07106aaae55a1a6df
/
wt-status.c
98fa473
refactor handling of "other" files in ls-files and status
by Jeff King
· 16 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
· 17 years ago
f26a001
Enable wt-status output to a given FILE pointer.
by Kristian Høgsberg
· 17 years ago
0024a54
Fix the rename detection limit checking
by Linus Torvalds
· 17 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
dcbc7bb
simplify the "no changes added to commit" message
by Nicolas Pitre
· 18 years ago
c388761
Merge branch 'jc/detached-head'
by Junio C Hamano
· 18 years ago
4d22965
git-status: wording update to deal with deleted files.
by Junio C Hamano
· 18 years ago
2a3a3c2
Provide better feedback for the untracked only case in status output
by Jürgen Rühle
· 18 years ago
bda324c
git-status: show detached HEAD
by Junio C Hamano
· 18 years ago
3368d11
Remove unnecessary git-rm --cached reference from status output
by Jürgen Rühle
· 18 years ago
3c1eb9c
Improve cached content header of status output
by Jürgen Rühle
· 18 years ago
98bf8a4
Support --amend on initial commit in status output
by Jürgen Rühle
· 18 years ago
6e458bf
Improve "nothing to commit" part of status output
by Jürgen Rühle
· 18 years ago
e54eef9
Clarify syntax and role of git-add in status output
by Jürgen Rühle
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
a990999
git-status always says what branch it's on
by Andy Parkins
· 18 years ago
82dca84
Align section headers of 'git status' to new 'git add'.
by Shawn O. Pearce
· 18 years ago
aeb80c7
Suggest use of "git add file1 file2" when there is nothing to commit.
by Shawn O. Pearce
· 18 years ago
78ba004
Merge branch 'np/addcommit'
by Junio C Hamano
· 18 years ago
a159ca0
Allow subcommand.color and color.subcommand color configuration
by Andy Parkins
· 18 years ago
366bfcb
make 'git add' a first class user friendly interface to the index
by Nicolas Pitre
· 18 years ago
3a94680
git-status: quote LF in its output
by Junio C Hamano
· 18 years ago
c56f243
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
0623421
remove an unneeded test
by Tero Roponen
· 18 years ago
bd45fec
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
49b8b29
Fix git-runstatus for repositories containing a file named HEAD
by Jeff King
· 18 years ago
58a1e0e
Merge branch 'lj/refs'
by Junio C Hamano
· 18 years ago
543551e
Make filenames line up in git-status output
by Andy Parkins
· 18 years ago
8da1977
Tell between packed, unpacked and symbolic refs.
by Junio C Hamano
· 18 years ago
f62363f
wt-status: use simplified resolve_ref to find current branch
by Jeff King
· 18 years ago
db830b4
wt-status: remove extraneous newline from 'deleted:' output
by Jeff King
· 18 years ago
2074cb0
Teach runstatus about --untracked
by Johannes Schindelin
· 19 years ago
c91f0d9
git-commit.sh: convert run_status to a C builtin
by Jeff King
· 19 years ago