index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'cn/thin-push-capability'
Junio C Hamano
2013-12-12
|
\
|
*
send-pack: don't send a thin pack to a server which doesn't support it
Carlos Martín Nieto
2013-11-25
*
|
Merge branch 'jk/remove-deprecated'
Junio C Hamano
2013-12-12
|
\
\
|
*
\
Sync with 1.8.5
Junio C Hamano
2013-12-05
|
|
\
\
|
*
|
|
stop installing git-tar-tree link
Jonathan Nieder
2013-12-03
|
*
|
|
peek-remote: remove deprecated alias of ls-remote
John Keeping
2013-11-12
|
*
|
|
lost-found: remove deprecated command
John Keeping
2013-11-12
|
*
|
|
tar-tree: remove deprecated command
John Keeping
2013-11-12
|
*
|
|
repo-config: remove deprecated alias for "git config"
John Keeping
2013-11-12
*
|
|
|
Merge branch 'tr/commit-slab-cleanup'
Junio C Hamano
2013-12-12
|
\
\
\
\
|
*
|
|
|
commit-slab: sizeof() the right type in xrealloc
Thomas Rast
2013-12-02
|
*
|
|
|
commit-slab: declare functions "static inline"
Thomas Rast
2013-11-27
|
*
|
|
|
commit-slab: document clear_$slabname()
Thomas Rast
2013-11-27
*
|
|
|
|
Merge branch 'rs/doc-submitting-patches'
Junio C Hamano
2013-12-12
|
\
\
\
\
\
|
*
|
|
|
|
SubmittingPatches: document how to handle multiple patches
René Scharfe
2013-11-27
*
|
|
|
|
|
Merge branch 'tr/doc-git-cherry'
Junio C Hamano
2013-12-12
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Documentation: revamp git-cherry(1)
Thomas Rast
2013-11-27
*
|
|
|
|
|
|
Merge branch 'cl/p4-use-diff-tree'
Junio C Hamano
2013-12-12
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
git p4: Use git diff-tree instead of format-patch
Crestez Dan Leonard
2013-11-22
*
|
|
|
|
|
|
|
Merge branch 'tr/config-multivalue-lift-max'
Junio C Hamano
2013-12-12
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
config: arbitrary number of matches for --unset and --replace-all
Thomas Rast
2013-12-06
*
|
|
|
|
|
|
|
|
Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'
Junio C Hamano
2013-12-12
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
fetch: improve the error messages emitted for conflicting refspecs
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
handle_duplicate(): mark error message for translation
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
ref_remote_duplicates(): extract a function handle_duplicate()
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
ref_remove_duplicates(): simplify loop logic
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
t5536: new test of refspec conflicts when fetching
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
ref_remove_duplicates(): avoid redundant bisection
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
git-fetch.txt: improve description of tag auto-following
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
fetch-options.txt: simplify ifdef/ifndef/endif usage
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
fetch, remote: properly convey --no-prune options to subprocesses
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
builtin/remote.c:update(): use struct argv_array
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
builtin/remote.c: reorder function definitions
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
query_refspecs(): move some constants out of the loop
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
fetch --prune: prune only based on explicit refspecs
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
fetch --tags: fetch tags *in addition to* other stuff
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
fetch: only opportunistically update references based on command line
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
get_expanded_map(): avoid memory leak
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
get_expanded_map(): add docstring
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
builtin/fetch.c: reorder function definitions
Michael Haggerty
2013-10-30
|
*
|
|
|
|
|
|
|
|
get_ref_map(): rename local variables
Michael Haggerty
2013-10-24
|
*
|
|
|
|
|
|
|
|
api-remote.txt: correct section "struct refspec"
Michael Haggerty
2013-10-24
|
*
|
|
|
|
|
|
|
|
t5510: check that "git fetch --prune --tags" does not prune branches
Michael Haggerty
2013-10-24
|
*
|
|
|
|
|
|
|
|
t5510: prepare test refs more straightforwardly
Michael Haggerty
2013-10-24
|
*
|
|
|
|
|
|
|
|
t5510: use the correct tag name in test
Michael Haggerty
2013-10-24
*
|
|
|
|
|
|
|
|
|
Merge git://repo.or.cz/git-gui
Junio C Hamano
2013-12-09
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
git-gui: correct spelling errors in comments
Masanari Iida
2013-11-15
|
*
|
|
|
|
|
|
|
|
|
git-gui: add menu item to launch a bash shell on Windows.
Pat Thoyts
2013-09-12
|
*
|
|
|
|
|
|
|
|
|
git-gui: corrected setup of git worktree under cygwin.
John Murphy
2013-09-06
|
*
|
|
|
|
|
|
|
|
|
git-gui: right half window is paned
Max Kirillov
2013-08-27
[next]