public
Description: GitHub mirror of the publicly available git repo, updated hourly. It's here so we can use the collaboration tools of GitHub. Updates ONLY from git public repo. If you want changes pulled, contact the git team, not me.
Clone URL: git://github.com/gitmirror/git.git

The git Network Feed   feed

stephenh committed to gitmirror/git 2 days ago

a2525ba5eb386199b40d77ab9864d92a2fbb073a

rebase--interactive: fix parent rewriting for dropped commits

Oblomov committed to gitmirror/git 2 days ago

77568b6db4c4a06a9e43a268f6f287d2347bca8f

gitweb: generate parent..current URLs

Oblomov committed to gitmirror/git 2 days ago

d50b2a45bf06eba33c247cd6b10db3b04f7f5694

gitweb: parse parent..current syntax from pathinfo

Oblomov committed to gitmirror/git 2 days ago

47150ea4ac7fbe4d0cba2e81d04712ce4207faa5

gitweb: use_pathinfo filenames start with /

Oblomov committed to gitmirror/git 2 days ago

7d8175cd91cf078480ceacbd1335fb8b852162d0

gitweb: generate project/action/hash URLs

Oblomov committed to gitmirror/git 2 days ago

91beef8cdcbd2b44908a789c79767b5c7075c224

gitweb: refactor input parameters parse/validation

Oblomov committed to gitmirror/git 2 days ago

97f9e14e3a1d1dd1bd3116c6a355a7b4a3532f36

gitweb: parse project/action/hash_base:filename PATH_INFO

pasky committed to gitmirror/git 2 days ago

c48d653ce42524cc7579f1100d4f8a0b0c1766f2

t7400: Add short "git submodule add" testsuite

pclouds committed to gitmirror/git 2 days ago

daa75d9a2efda5baa5b06a6f91f1bbc6f5e3feaa

grep: skip files outside sparse checkout area

pasky committed to gitmirror/git 2 days ago

2d0af1e8cee675e4ef30746786269ebe87a19d5c

Do not rename read-only files during a push

pclouds committed to gitmirror/git 2 days ago

7e1cf6cd4d42986447bc5194311fec95eb615df8

checkout_entry(): CE_NO_CHECKOUT on checked out entries.

pclouds committed to gitmirror/git 2 days ago

8c5c6501a6c8d30815514be6acbd64a3b5f9b834

Prevent diff machinery from examining worktree outside sparse checkout

pclouds committed to gitmirror/git 2 days ago

92d32876040cb9fa3c7e1b19d051303104bb6f18

ls-files: Add tests for --sparse and friends

pclouds committed to gitmirror/git 2 days ago

c291b50dffbfabd6ba443cec072f4c66fcdc2a78

update-index: add --checkout/--no-checkout to update CE_NO_CHECKOUT bit

pclouds committed to gitmirror/git 2 days ago

6c39477c22aa8c4f90439362aa555d93b1d290cb

update-index: refactor mark_valid() in preparation for new options

pclouds committed to gitmirror/git 2 days ago

388df473ee464da8c78671af2d840a5da5a2ddeb

ls-files: add options to support sparse checkout

pclouds committed to gitmirror/git 2 days ago

c94333ebc9c7a7a3449ff68767b65fb246248183

Introduce CE_NO_CHECKOUT bit

pclouds committed to gitmirror/git 2 days ago

f66cbfd55721bf5c79e6c4d53e570af711595f02

Extend index to save more flags

kballard committed to gitmirror/git 2 days ago

682a1594b3ef14fe131c45bda7ed7dc96c523365

git-am: Pass the --directory option through to git-apply

vmiklos committed to gitmirror/git 2 days ago
vmiklos committed to gitmirror/git 2 days ago

cf10f9fdd5e673a163847f0e931ce9731507e03b

builtin-commit: use reduce_heads() only when appropriate

stephenh committed to gitmirror/git 2 days ago

41ea95e99ee8c3b80a8e35d109a6fda7ad282d17

Fix interactive rebase on dropped commits.

pasky committed to gitmirror/git 2 days ago

0b32cab933e0d3d1e85d4cb86669e33ef478ef66

git-gui: Fix fetching from remotes when adding them

pasky committed to gitmirror/git 2 days ago

2243ffcc6a445d1953297949e8e944fdc3df6ed7

git-gui: Fix removing non-pushable remotes

pasky committed to gitmirror/git 2 days ago

902e2bb5b7473765acc388d051f5c1c7d42015d0

git-gui: Make input boxes in init/clone/open dialogs consistent

pasky committed to gitmirror/git 2 days ago

4259568d722d0a46993ad945ffdba0f084448b37

git-gui: Avoid using the term URL when specifying repositories

pasky committed to gitmirror/git 2 days ago

bb4812bc0ae6e14b422ce3c45504965b523fdf84

git-gui: gui.autoexplore makes explorer to pop up automatically after picking

pasky committed to gitmirror/git 2 days ago

afd5424085151990b5ac87da09e5cea76809d7c0

git-gui: Add Explore Working Copy to the Repository menu

pasky committed to gitmirror/git 2 days ago

2db21e709a1345d84178e53079e861232c243bd1

git-gui: Use git web--browser for web browsing

pasky committed to gitmirror/git 2 days ago

adcbd431e7ae3c6356c50fa2559ac06ddb970008

git-gui: mkdir -p when initializing new remote repository