Sign in
googlers
/
jrn
/
git
/
ce0cbad7727457854d631a6314d9aee7c837cb65
/
t
9346b4e
Merge branch 'cr/reset'
by Junio C Hamano
· 17 years ago
acd6917
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
ece7b74
apply --index-info: fall back to current index for mode changes
by Johannes Schindelin
· 17 years ago
023756f
revision walker: --cherry-pick is a limited operation
by Johannes Schindelin
· 18 years ago
04222b2
Merge branch 'jc/partial-remove'
by Junio C Hamano
· 18 years ago
db33af0
git-commit: partial commit of paths only removed from the index
by Junio C Hamano
· 18 years ago
f633616
Merge branch 'jc/grep-c'
by Junio C Hamano
· 18 years ago
d99ebf0
Split grep arguments in a way that does not requires to add /dev/null.
by Junio C Hamano
· 18 years ago
43b98ac
Add test to check recent fix to "git add -u"
by Benoit Sigoure
· 18 years ago
cbb390c
An additional test for "git-reset -- path"
by Junio C Hamano
· 18 years ago
80bffaf
git-commit: Allow partial commit of file removal.
by Junio C Hamano
· 18 years ago
359048d
Add tests for documented features of "git reset".
by Carlos Rica
· 18 years ago
88b7dd4
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
060fe57
Fix a test failure (t9500-*.sh) on cygwin
by Ramsay Jones
· 18 years ago
6972ab7
Merge branch 'rs/archive'
by Junio C Hamano
· 18 years ago
aba9119
git-tag -s must fail if gpg cannot sign the tag.
by Carlos Rica
· 18 years ago
5701115
git-diff: don't squelch the new SHA1 in submodule diffs
by Sven Verdoolaege
· 18 years ago
38c9c9b
archive: rename attribute specfile to export-subst
by René Scharfe
· 18 years ago
df4a394
archive: specfile syntax change: "$Format:%PLCHLDR$" instead of just "%PLCHLDR" (take 2)
by René Scharfe
· 18 years ago
432e93a
Cleanup unnecessary file modifications in t1400-update-ref
by Shawn O. Pearce
· 18 years ago
6b763c4
git-apply: do not read past the end of buffer
by Junio C Hamano
· 18 years ago
8460b2f
archive: specfile support (--pretty=format: in archive files)
by René Scharfe
· 18 years ago
7afa845
rebase -m: Fix incorrect short-logs of already applied commits.
by Johannes Sixt
· 18 years ago
18e32b5
git-tag: Fix -l option to use better shell style globs.
by Carlos Rica
· 18 years ago
751eb39
git-svn: fix dcommit clobbering upstream when committing multiple changes
by Eric Wong
· 18 years ago
f95eef1
filter-branch: introduce convenience function "skip_commit"
by Johannes Schindelin
· 18 years ago
7e0f170
filter-branch: provide the convenience functions also for commit filters
by Johannes Schindelin
· 18 years ago
a005085
git-merge: do up-to-date check also for all strategies
by Junio C Hamano
· 18 years ago
6adcca3
Fix initialization of a bare repository
by Junio C Hamano
· 18 years ago
9ec398d
Fix racy-git handling in git-write-tree.
by Linus Torvalds
· 18 years ago
1d25c8c
rebase -i: fix squashing corner case
by Johannes Schindelin
· 18 years ago
1211be6
Make thin-pack generation subproject aware.
by Linus Torvalds
· 18 years ago
ac053c0
Allow frontends to bidirectionally communicate with fast-import
by Shawn O. Pearce
· 18 years ago
1fdb649
Make trailing LF optional for all fast-import commands
by Shawn O. Pearce
· 18 years ago
2c570cd
Make trailing LF following fast-import `data` commands optional
by Shawn O. Pearce
· 18 years ago
401d53f
Teach fast-import to ignore lines starting with '#'
by Shawn O. Pearce
· 18 years ago
ea08a6f
Actually allow TAG_FIXUP branches in fast-import
by Shawn O. Pearce
· 18 years ago
19b28bf
t1301-shared-repo.sh: fix 'stat' portability issue
by Arjen Laarhoven
· 18 years ago
312efe9
git-clone: allow --bare clone
by Junio C Hamano
· 18 years ago
e06c5a6
git-apply: apply submodule changes
by Sven Verdoolaege
· 18 years ago
c576304
Merge branch 'maint' to sync with 1.5.2.5
by Junio C Hamano
· 18 years ago
2ed2c22
git-add -u paths... now works from subdirectory
by Salikh Zakirov
· 18 years ago
a4882c2
Fix "git add -u" data corruption.
by Junio C Hamano
· 18 years ago
6ed7726
git-svn: fix log with single revision against a non-HEAD branch
by Eric Wong
· 18 years ago
1a9d7e9
attr.c: read .gitattributes from index as well.
by Junio C Hamano
· 18 years ago
b798671
merge-recursive: do not rudely die on binary merge
by Junio C Hamano
· 18 years ago
30c5cd3
Add a test for git-commit being confused by relative GIT_DIR
by David Kastrup
· 18 years ago
70f6414
Fix t5701-clone-local for white space from wc
by Brian Gernhardt
· 18 years ago
95eb685
t3902 - skip test if file system doesn't support HT in names
by Mark Levedahl
· 18 years ago
d616813
git-add: Add support for --refresh option.
by Alexandre Julliard
· 18 years ago
77b258f
t3404: fix "fake-editor"
by Junio C Hamano
· 18 years ago
55d1932
Merge branch 'cr/tag'
by Junio C Hamano
· 18 years ago
fa54870
Merge branch 'jc/clone'
by Junio C Hamano
· 18 years ago
7fa8254
allow git-bundle to create bottomless bundle
by Junio C Hamano
· 18 years ago
7efeb8f
Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset
by Johannes Schindelin
· 18 years ago
a697ec6
Fix bogus use of printf in t3700 test
by Junio C Hamano
· 18 years ago
3d5c418
git-clone: aggressively optimize local clone behaviour.
by Junio C Hamano
· 18 years ago
c9e6589
rebase -i: fix for optional [branch] parameter
by Johannes Schindelin
· 18 years ago
6d4bbeb
git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.
by Junio C Hamano
· 18 years ago
96ffe89
rebase -i: ignore patches that are already in the upstream
by Johannes Schindelin
· 18 years ago
e90fdc3
Clean up work-tree handling
by Johannes Schindelin
· 18 years ago
e5392c5
Add is_absolute_path() and make_absolute_path()
by Johannes Schindelin
· 18 years ago
12ace0b
Add test case for basic commit functionality.
by Kristian Høgsberg
· 18 years ago
773a69f
Add a test for git-config --file
by Alex Riesen
· 18 years ago
18508c3
Unset GIT_EDITOR while running tests.
by Junio C Hamano
· 18 years ago
d7f6bae
rebase: try not to munge commit log message
by Junio C Hamano
· 18 years ago
922b0e3
Merge branch 'bs/lock'
by Junio C Hamano
· 18 years ago
82cb8af
git-diff: turn on recursion by default
by Jeff King
· 18 years ago
1207510
gitweb: Simplify 'opt' parameter validation, add "no merges" feeds
by Jakub Narebski
· 18 years ago
fb47cfb
rebase -i: fix interrupted squashing
by Johannes Schindelin
· 18 years ago
65a5a21
Add test for symlinked configuration file updates.
by Junio C Hamano
· 18 years ago
f653aee
Teach "git stripspace" the --strip-comments option
by Johannes Schindelin
· 18 years ago
ceff079
Make sure git-stash works from subdirectory.
by Junio C Hamano
· 18 years ago
c4eaed4
t9200: Be careful when checking CVS/Entries
by Junio C Hamano
· 18 years ago
d1cc130
Teach git-commit about commit message templates.
by Steven Grimm
· 18 years ago
dfd05e3
filter-branch: Big syntax change; support rewriting multiple refs
by Johannes Schindelin
· 18 years ago
e317cfa
builtin-tag.c: Fix two memory leaks and minor notation changes.
by Carlos Rica
· 18 years ago
6368f3f
rebase -i: call editor just once for a multi-squash
by Johannes Schindelin
· 18 years ago
62e09ce
Make git tag a builtin.
by Carlos Rica
· 18 years ago
ef0c2ab
Add GIT_EDITOR environment and core.editor configuration variables
by Adam Roben
· 18 years ago
0cf7375
unpack-trees.c: assume submodules are clean during check-out
by Sven Verdoolaege
· 18 years ago
29633bb
git-svn: fix commiting renames over DAV with funky file names
by Eric Wong
· 18 years ago
4cb08df
Use $(RM) in Makefiles instead of 'rm -f'
by Emil Medve
· 18 years ago
3f2fd36
Merge branch 'master' of git://repo.or.cz/git/fastimport
by Junio C Hamano
· 18 years ago
b6f3481
Teach fast-import to recursively copy files/directories
by Shawn O. Pearce
· 18 years ago
bdecd9d
More permissive "git-rm --cached" behavior without -f.
by Matthieu Moy
· 18 years ago
237ce83
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
ec0603e
Teach read-tree 2-way merge to ignore intermediate symlinks
by Junio C Hamano
· 18 years ago
6f084a5
branch --track: code cleanup and saner handling of local branches
by Johannes Schindelin
· 18 years ago
5206d13
t7004: Add tests for the git tag -n option.
by Carlos Rica
· 18 years ago
b61a8a6
t0030: Add tests with consecutive text lines and others with spaces added.
by Carlos Rica
· 18 years ago
defd531
t0030: Remove repeated instructions and add missing &&
by Carlos Rica
· 18 years ago
36d56de
Fix --cherry-pick with given paths
by Johannes Schindelin
· 18 years ago
8352522
Fix core.sharedRepository = 2
by Johannes Schindelin
· 18 years ago
52aaf64
rerere: record resolution even if file is not in merge base
by Johannes Schindelin
· 18 years ago
f39a946
Support wholesale directory renames in fast-import
by Shawn O. Pearce
· 18 years ago
8e4a91b
rebase -i: remember the settings of -v, -s and -p when interrupted
by Johannes Schindelin
· 18 years ago
18640d9
rebase -i: handle --continue more like non-interactive rebase
by Johannes Schindelin
· 18 years ago
797e99a
t7004: Skip tests for signed tags in an old version of gpg.
by Carlos Rica
· 18 years ago
4017761
branch.autosetupmerge: allow boolean values, or "all"
by Johannes Schindelin
· 18 years ago
Next »