Sign in
googlers
/
jrn
/
git
/
ccb6b6f5b50bb32f90222a3e801a1901bf0b5657
/
t
ccb6b6f
t910*: s/repo-config/config/g; poke around possible race conditions
by Eric Wong
· 18 years ago
2edb9c5
git-svn: make test for SVK mirror path import
by sam@vilain.net
· 18 years ago
26a62d5
git-svn: use separate, per-repository .rev_db files
by Eric Wong
· 18 years ago
74a8122
git-svn: correctly handle globs with a right-hand-side path component
by Eric Wong
· 18 years ago
0bed5ea
git-svn: enable follow-parent functionality by default
by Eric Wong
· 18 years ago
b9dffd8
git-svn: --follow-parent tracks multi-parent paths
by Eric Wong
· 18 years ago
4bb9ed0
git-svn: prepare multi-init for wildcard support
by Eric Wong
· 18 years ago
9fa00b6
git-svn: just name the default svn-remote "svn" instead of "git-svn"
by Eric Wong
· 18 years ago
d8115c5
git-svn: don't write to the config file from --follow-parent
by Eric Wong
· 18 years ago
8a60377
git-svn: fix several fetch bugs related to repeated invocations
by Eric Wong
· 18 years ago
2893705
git-svn: fetch tracks initial change with --follow-parent
by Eric Wong
· 18 years ago
ce2a0f2
git-svn: stop using path names as refnames with --follow-parent
by Eric Wong
· 18 years ago
2b27f6c
git-svn: correctly handle do_{switch,update} in deep directories
by Eric Wong
· 18 years ago
d3a840d
git-svn: fix committing to subdirectories, add tests
by Eric Wong
· 18 years ago
3ebe8df
git-svn: fix segfaults from accessing svn_log_changed_path_t
by Eric Wong
· 18 years ago
e5a0b24
git-svn: correctly track revisions made to deleted branches
by Eric Wong
· 18 years ago
97f6987
git-svn: avoid tracking change-less revisions
by Eric Wong
· 18 years ago
1492b42
git-svn: add an odd test case that seems to cause segfaults over HTTP
by Eric Wong
· 18 years ago
7f578c5
git-svn: --follow-parent now works on sub-directories of larger branches
by Eric Wong
· 18 years ago
e6434f8
git-svn: 'init' attempts to connect to the repository root if possible
by Eric Wong
· 18 years ago
a2003ab
git-svn: allow --follow-parent on deleted directories
by Eric Wong
· 18 years ago
b805b44
git-svn: disallow ambigious local refspecs
by Eric Wong
· 18 years ago
8b8fc06
git-svn: --follow-parent works with svn-remotes multiple branches
by Eric Wong
· 18 years ago
15710b6
git-svn: fix --follow-parent to work with Git::SVN
by Eric Wong
· 18 years ago
47e39c5
git-svn: enable --minimize to simplify the config and connections
by Eric Wong
· 18 years ago
706587f
git-svn: add support for metadata in .git/config
by Eric Wong
· 18 years ago
d05d72e
git-svn: remove graft-branches command
by Eric Wong
· 18 years ago
ad2f908
git-svn: add a test for show-ignore
by Eric Wong
· 18 years ago
e7db67e
git-svn: make multi-init capable of reusing the Ra connection
by Eric Wong
· 18 years ago
ef1a5c2
Merge branches 'lt/crlf' and 'jc/apply-config'
by Junio C Hamano
· 18 years ago
fe6e0ee
t4119: test autocomputing -p<n> for traditional diff input.
by Junio C Hamano
· 18 years ago
3e8a5db
git-apply: guess correct -p<n> value for non-git patches.
by Junio C Hamano
· 18 years ago
9987d7c
git-apply: notice "diff --git" patch again
by Junio C Hamano
· 18 years ago
c24e975
t4119: add test for traditional patch and different p_value
by Junio C Hamano
· 18 years ago
d2cd696
disable t4016-diff-quote.sh on some filesystems
by Alex Riesen
· 18 years ago
56185f4
git-apply: require -p<n> when working in a subdirectory.
by Junio C Hamano
· 18 years ago
69bc0e2
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
6716027
Teach core.autocrlf to 'git apply'
by Junio C Hamano
· 18 years ago
dc7b243
Teach 'git apply' to look at $GIT_DIR/config
by Junio C Hamano
· 18 years ago
185c975
Do not take mode bits from index after type change.
by Junio C Hamano
· 18 years ago
634ede3
t0020: add test for auto-crlf
by Junio C Hamano
· 18 years ago
f8f2aaa
Merge branch 'jc/deprecate'
by Junio C Hamano
· 18 years ago
7b3fab8
Work around Subversion race in git-svn tests.
by Michael Spang
· 18 years ago
207dfa0
Remove git-resolve.
by Junio C Hamano
· 18 years ago
ea5e370
fast-import: Support reusing 'from' and brown paper bag fix reset.
by Shawn O. Pearce
· 18 years ago
b578e50
Merge branch 'master' of git://repo.or.cz/git/fastimport
by Junio C Hamano
· 18 years ago
bdf1c06
fast-import: Hide the pack boundary commits by default.
by Shawn O. Pearce
· 18 years ago
7887432
t4016: test quoting funny pathnames in diff output
by Junio C Hamano
· 18 years ago
fa1b4d2
t4200: skip gc-rerere test on systems with non GNU date.
by Junio C Hamano
· 18 years ago
302da67
Merge branch 'master' of git://repo.or.cz/git/fastimport
by Junio C Hamano
· 18 years ago
563b43e
Avoid ActiveState Perl IO in t800[12]
by Alex Riesen
· 18 years ago
825769a
Teach fast-import how to clear the internal branch content.
by Shawn O. Pearce
· 18 years ago
41dc7e0
Merge branch 'master' of git://repo.or.cz/git/fastimport
by Junio C Hamano
· 18 years ago
7073e69
Don't do non-fastforward updates in fast-import.
by Shawn O. Pearce
· 18 years ago
63e0c8b
Support RFC 2822 date parsing in fast-import.
by Shawn O. Pearce
· 18 years ago
133f081
t9200: Work around HFS+ issues.
by Junio C Hamano
· 18 years ago
1f7d1a5
git-clone --reference: saner handling of borrowed symrefs.
by Junio C Hamano
· 18 years ago
8d0fc48
Default GIT_MERGE_VERBOSITY to 5 during tests.
by Shawn O. Pearce
· 18 years ago
183d797
Keep untracked files not involved in a merge.
by Shawn O. Pearce
· 18 years ago
3dff537
Assorted typo fixes
by Pavel Roskin
· 18 years ago
3c23d66
t9200: do not test -x bit if the filesystem does not support it.
by Junio C Hamano
· 18 years ago
1a91ebf
t9200: Re-code non-ascii path test in UTF-8
by Junio C Hamano
· 18 years ago
76db9de
Merge branch 'master' into sp/gfi
by Shawn O. Pearce
· 18 years ago
df391b1
git-fsck-objects is now synonym to git-fsck
by Junio C Hamano
· 18 years ago
e0d10e1
[PATCH] Rename git-repo-config to git-config.
by Tom Prince
· 18 years ago
1b55593
Fix seriously broken "git pack-refs"
by Linus Torvalds
· 18 years ago
e28714c
Consolidate {receive,fetch}.unpackLimit
by Junio C Hamano
· 18 years ago
af7cf26
fetch-pack: remove --keep-auto and make it the default.
by Junio C Hamano
· 18 years ago
83cd10a
t/t1300-repo-config.sh: value continued on next line
by Jakub Narebski
· 18 years ago
d7ebd53
git-checkout -m: fix merge case
by Junio C Hamano
· 18 years ago
026aa93
Revert "prune: --grace=time"
by Junio C Hamano
· 18 years ago
9b088c4
prune: --grace=time
by Matthias Lederhofer
· 18 years ago
6802563
Do not verify filenames in a bare repository
by Johannes Schindelin
· 18 years ago
16d7cc9
Extend read_ref_at() to be usable from places other than sha1_name.
by Junio C Hamano
· 18 years ago
6f71686
config_set_multivar(): disallow newlines in keys
by Johannes Schindelin
· 18 years ago
4700951
Use standard -t option for touch.
by Simon 'corecode' Schubert
· 18 years ago
b715cfb
Accept 'inline' file data in fast-import commit structure.
by Shawn O. Pearce
· 18 years ago
8232dc4
Reduce value duplication in t9300-fast-import.
by Shawn O. Pearce
· 18 years ago
50aee99
Create test case for fast-import.
by Shawn O. Pearce
· 18 years ago
c261e43
Add --summary to git-format-patch by default
by Junio C Hamano
· 18 years ago
c1a4278
Use merge-recursive in git-checkout -m (branch switching)
by Junio C Hamano
· 18 years ago
2aad957
Replace "echo -n" with printf in shell scripts.
by Jason Riedy
· 18 years ago
5ab9cc8
Start all test scripts with /bin/sh.
by Jason Riedy
· 18 years ago
acb4441
Use merge-recursive in git-revert/git-cherry-pick
by Junio C Hamano
· 18 years ago
5312ab1
Add describe test.
by Junio C Hamano
· 18 years ago
f4b6c6b
Merge branch 'jc/int'
by Junio C Hamano
· 18 years ago
38434f2
Hide output about SVN::Core not being found during tests.
by Shawn O. Pearce
· 18 years ago
c34c600
More tests in t3901.
by Junio C Hamano
· 18 years ago
a731ec5
t3901: test "format-patch | am" pipe with i18n
by Junio C Hamano
· 18 years ago
e66191f
git-svn: fix tests to work with older svn
by Eric Wong
· 18 years ago
5c94f87
use 'init' instead of 'init-db' for shipped docs and tools
by Nicolas Pitre
· 18 years ago
c388761
Merge branch 'jc/detached-head'
by Junio C Hamano
· 18 years ago
1b510aa
Fix t1410 for core.filemode==false
by Johannes Schindelin
· 18 years ago
cdd4fb1
Auto-quote config values in config.c:store_write_pair()
by Brian Gernhardt
· 18 years ago
c326246
Merge branch 'jc/reflog'
by Junio C Hamano
· 18 years ago
0f018ba
--prune is now default for 'pack-refs'
by Junio C Hamano
· 18 years ago
8d78b5a
git-checkout: fix branch name output from the command
by Junio C Hamano
· 18 years ago
cf2999e
Merge branch 'sp/mmap'
by Junio C Hamano
· 18 years ago
1389d9d
reflog expire --fix-stale
by Junio C Hamano
· 18 years ago
21afc41
Fix timestamp for test-tick
by Junio C Hamano
· 18 years ago
Next »