Sign in
googlers
/
jrn
/
git
/
ce414b33ec0385a2aa701b6eaa712695ac13717a
/
builtin
/
reset.c
f932729
memoize common git-path "constant" files
by Jeff King
· 10 years ago
697cc8e
lockfile.h: extract new header file for the functions in lockfile.c
by Michael Haggerty
· 10 years ago
788cef8
Merge branch 'nd/split-index'
by Junio C Hamano
· 11 years ago
8061ae8
Merge branch 'jk/commit-buffer-length'
by Junio C Hamano
· 11 years ago
b66103c
convert logmsg_reencode to get_commit_buffer
by Jeff King
· 11 years ago
e6c286e
cache-tree: mark istate->cache_changed on prime_cache_tree()
by Nguyễn Thái Ngọc Duy
· 11 years ago
03b8664
read-cache: new API write_locked_index instead of write_index/write_cache
by Nguyễn Thái Ngọc Duy
· 11 years ago
b000c59
logmsg_reencode: return const buffer
by Jeff King
· 11 years ago
f412411
refs.h: rename the action_on_err constants
by Michael Haggerty
· 11 years ago
6eb593a
Merge branch 'nd/reset-setup-worktree'
by Junio C Hamano
· 11 years ago
b7756d4
reset: optionally setup worktree and refresh index on --mixed
by Nguyễn Thái Ngọc Duy
· 11 years ago
b4b313f
reset: support "--mixed --intent-to-add" mode
by Nguyễn Thái Ngọc Duy
· 11 years ago
b3e9ce1
reset: pass real rev name to add--interactive
by Jeff King
· 11 years ago
be98d91
Merge branch 'jk/trailing-slash-in-pathspec'
by Junio C Hamano
· 11 years ago
9a86b89
Merge branch 'bk/refs-multi-update'
by Junio C Hamano
· 11 years ago
c8ccfc9
Merge branch 'fc/trivial'
by Junio C Hamano
· 11 years ago
2c63d6e
reset: handle submodule with trailing slash
by John Keeping
· 12 years ago
b02f5ae
Merge branch 'jl/submodule-mv'
by Junio C Hamano
· 12 years ago
4e83ab3
reset: trivial style cleanup
by Felipe Contreras
· 12 years ago
f38798f
reset: trivial refactoring
by Felipe Contreras
· 12 years ago
2be778a
reset: rename update_refs to reset_refs
by Brad King
· 12 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 12 years ago
bd1928d
remove diff_tree_{setup,release}_paths
by Nguyễn Thái Ngọc Duy
· 12 years ago
480ca64
convert run_add_interactive to use struct pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
f8144c9
reset: convert to use parse_pathspec
by Nguyễn Thái Ngọc Duy
· 12 years ago
ecaee80
pretty: --format output should honor logOutputEncoding
by Alexey Shumkin
· 12 years ago
bf44142
reset: update documentation to require only tree-ish with paths
by Martin von Zweigbergk
· 12 years ago
3fde386
reset [--mixed]: use diff-based reset whether or not pathspec was given
by Martin von Zweigbergk
· 12 years ago
166ec2e
reset: allow reset on unborn branch
by Martin von Zweigbergk
· 12 years ago
2f328c3
reset $sha1 $pathspec: require $sha1 only to be treeish
by Martin von Zweigbergk
· 12 years ago
7637df1
reset.c: inline update_index_refresh()
by Martin von Zweigbergk
· 12 years ago
3bbf2f2
reset.c: finish entire cmd_reset() whether or not pathspec is given
by Martin von Zweigbergk
· 12 years ago
bc41bf4
reset [--mixed]: only write index file once
by Martin von Zweigbergk
· 12 years ago
01a19df
reset.c: move lock, write and commit out of update_index_refresh()
by Martin von Zweigbergk
· 12 years ago
bf883f3
reset.c: move update_index_refresh() call out of read_from_tree()
by Martin von Zweigbergk
· 12 years ago
b489097
reset.c: replace switch by if-else
by Martin von Zweigbergk
· 12 years ago
1ca38f8
reset: avoid redundant error message
by Martin von Zweigbergk
· 12 years ago
b7099a0
reset --keep: only write index file once
by Martin von Zweigbergk
· 12 years ago
352f58a
reset.c: share call to die_if_unmerged_cache()
by Martin von Zweigbergk
· 12 years ago
7bca0e4
reset.c: extract function for updating {ORIG_,}HEAD
by Martin von Zweigbergk
· 12 years ago
dca48cf
reset.c: remove unnecessary variable 'i'
by Martin von Zweigbergk
· 12 years ago
39ea722
reset.c: extract function for parsing arguments
by Martin von Zweigbergk
· 12 years ago
4f4ad3d
reset: don't allow "git reset -- $pathspec" in bare repo
by Martin von Zweigbergk
· 12 years ago
18648e8
reset.c: pass pathspec around instead of (prefix, argv) pair
by Martin von Zweigbergk
· 12 years ago
d94c5e2
reset $pathspec: exit with code 0 if successful
by Martin von Zweigbergk
· 12 years ago
10746a3
reset $pathspec: no need to discard index
by Martin von Zweigbergk
· 12 years ago
c1e9c2a
i18n: reset: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
0958a24
Merge branch 'jc/sha1-name-more'
by Junio C Hamano
· 13 years ago
13243c2
reset: the command takes committish
by Junio C Hamano
· 13 years ago
023e37c
verify_filename(): ask the caller to chose the kind of diagnosis
by Matthieu Moy
· 13 years ago
6c52ec8
reset: update cache-tree data when appropriate
by Thomas Rast
· 13 years ago
75745bc
Merge branch 'jk/reset-reflog-message-fix'
by Junio C Hamano
· 14 years ago
d04520e
reset: give better reflog messages
by Jeff King
· 14 years ago
ff00b68
reset [<commit>] paths...: do not mishandle unmerged paths
by Junio C Hamano
· 14 years ago
6c80cd2
Merge branch 'ab/i18n-st'
by Junio C Hamano
· 14 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 14 years ago
4d3cd97
i18n: git-reset "Unstaged changes after reset" message
by Ævar Arnfjörð Bjarmason
· 14 years ago
8b2a57b
i18n: git-reset reset_type_names messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
b50a64e
i18n: git-reset basic messages
by Ævar Arnfjörð Bjarmason
· 14 years ago
8c83968
Describe various forms of "be quiet" using OPT__QUIET
by Jonathan Nieder
· 14 years ago
d52ee6e
add description parameter to OPT__QUIET
by René Scharfe
· 14 years ago
a4941a8
reset: suggest what to do upon "git reset --mixed <paths>"
by Ævar Arnfjörð Bjarmason
· 15 years ago
890a13a
Sync with 1.7.0.4
by Junio C Hamano
· 15 years ago
49559ca
Merge branch 'cc/reset-keep'
by Junio C Hamano
· 15 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-reset.c]
dc96c5e
Merge branch 'cc/reset-more'
by Junio C Hamano
· 15 years ago
0b4ae29
Merge branch 'jk/maint-1.6.5-reset-hard'
by Junio C Hamano
· 15 years ago
ed7e9ed
Merge branch 'fc/opt-quiet-gc-reset'
by Junio C Hamano
· 15 years ago
d0f379c
reset: use "unpack_trees()" directly instead of "git read-tree"
by Stephan Beyer
· 15 years ago
2b06b0a
reset: improve mixed reset error message when in a bare repo
by Christian Couder
· 15 years ago
cd0f0f6
reset: unbreak hard resets with GIT_WORK_TREE
by Jeff King
· 15 years ago
952dfc6
reset: improve worktree safety valves
by Jeff King
· 15 years ago
5d2dcc4
General --quiet improvements
by Felipe Contreras
· 15 years ago
54f0bdc
Merge branch 'tr/reset-checkout-patch'
by Junio C Hamano
· 16 years ago
3deffc5
reset: make the reminder output consistent with "checkout"
by Matthieu Moy
· 16 years ago
43673fd
Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN.
by Matthieu Moy
· 16 years ago
d002ef4
Implement 'git reset --patch'
by Thomas Rast
· 16 years ago
3778292
parse-opts: prepare for OPT_FILENAME
by Stephen Boyd
· 16 years ago
3ea3c21
Fix typos / spelling in comments
by Mike Ralphson
· 16 years ago
9e8ecea
Add 'merge' mode to 'git reset'
by Linus Torvalds
· 16 years ago
eca35a2
Fix git branch -m for symrefs.
by Miklos Vajna
· 16 years ago
d09e2cd
do not segfault if make_cache_entry failed
by Dmitry Potapov
· 16 years ago
b0320ea
git-reset: Let -q hush "locally modified" messages
by Stephan Beyer
· 17 years ago
d14e740
"needs update" considered harmful
by Junio C Hamano
· 17 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
dfc8f39
Allow "git-reset path" when unambiguous
by Junio C Hamano
· 17 years ago
5aa965a
git-reset: honor -q and do not show progress message
by Jamis Buck
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
5eee6b2
Make builtin-reset.c use parse_options.
by Carlos Rica
· 17 years ago
2efb3b0
Clean up find_unique_abbrev() callers
by Junio C Hamano
· 17 years ago
c369e7b
Move code to clean up after a branch change to branch.c
by Daniel Barkalow
· 17 years ago
94a5728
Library function to check for unmerged index entries
by Daniel Barkalow
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
49b9362
git-reset: refuse to do hard reset in a bare repository
by Jeff King
· 17 years ago
03b69c7
Fix small memory leaks induced by diff_tree_setup_paths
by Mike Hommey
· 17 years ago
52b9b48
Merge branch 'js/reset'
by Junio C Hamano
· 17 years ago
521b53e
git-reset: add -q option to operate quietly
by Gerrit Pape
· 17 years ago
620a6cd
builtin-reset: avoid forking "update-index --refresh"
by Johannes Schindelin
· 17 years ago
cdf4a75
builtin-reset: do not call "ls-files --unmerged"
by Johannes Schindelin
· 17 years ago
2e7a978
git-reset: do not be confused if there is nothing to reset
by Johannes Schindelin
· 17 years ago
Next »