projects
/
git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
git
2011-02-10
Junio C Hamano
Merge branch 'jn/cherry-pick-strategy-option'
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Junio C Hamano
Merge branch 'maint-1.7.0' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Jonathan Nieder
fast-import: introduce "feature notes" command
commit
|
commitdiff
|
tree
|
snapshot
2011-02-10
Jonathan Nieder
fast-import: clarify documentation of "feature" command
commit
|
commitdiff
|
tree
|
snapshot
2011-02-09
Uwe Kleine...
Documentation/merge subtree How-To: fix typo
commit
|
commitdiff
|
tree
|
snapshot
2011-02-08
Jonathan Nieder
checkout: rearrange update_refs_for_switch for clarity
commit
|
commitdiff
|
tree
|
snapshot
2011-02-08
Junio C Hamano
checkout: introduce --detach synonym for "git checkout...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-08
Jonathan Nieder
checkout: split off a function to peel away branchname arg
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Johannes Schindelin
mingw_rmdir: set errno=ENOTEMPTY when appropriate
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Heiko Voigt
mingw: add fallback for rmdir in case directory is...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Heiko Voigt
mingw: make failures to unlink or move raise a question
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Heiko Voigt
mingw: work around irregular failures of unlink on...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Heiko Voigt
mingw: move unlink wrapper to mingw.c
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Jens Lehmann
pull: Document the "--[no-]recurse-submodules" options
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Jonathan Nieder
quote.h: simplify the inclusion
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Nguyễn Thái...
sha1_object_info: examine cached_object store too
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Nguyễn Thái...
sha1_file.c: move find_cached_object up so sha1_object_...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Nguyễn Thái...
Make hash-object more robust against malformed objects
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Nguyễn Thái...
Add const to parse_{commit,tag}_buffer()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Nguyễn Thái...
diff: support --cached on unborn branches
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Jakub Narebski
gitweb: Mention optional Perl modules in INSTALL
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Sitaram Chamarty
post-receive-email: suppress error if description file...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Pat Thoyts
t7407: fix line endings for mingw build
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Johannes Sixt
t4120-apply-popt: help systems with core.filemode=false
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Pat Thoyts
t3509: use unconstrained initial test to setup repository.
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Johannes Sixt
start_command: flush buffers in the WIN32 code path...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-07
Shawn O. Pearce
bundle: Use OFS_DELTA in bundle files
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Elijah Newren
Add testcases showing how pathspecs are handled with...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Elijah Newren
Make rev-list --objects work together with pathspecs
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Junio C Hamano
t6004: add pathspec globbing test for log family
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
t7810: overlapping pathspecs and depth limit
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
grep: drop pathspec_matches() in favor of tree_entry_in...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
grep: use writable strbuf from caller for grep_tree()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
grep: use match_pathspec_depth() for cache/worktree...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
grep: convert to use struct pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
Convert ce_path_match() to use match_pathspec_depth()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
Convert ce_path_match() to use struct pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
struct rev_info: convert prune_data to struct pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
pathspec: add match_pathspec_depth()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): optimize wildcard matching...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): support wildcard matching
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): fix depth limit with overlapp...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): support depth limit
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): refactor into separate smalle...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
diff-tree: convert base+baselen to writable strbuf
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Jonathan Nieder
glossary: define pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
Move tree_entry_interesting() to tree-walk.c and export it
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
tree_entry_interesting(): remove dependency on struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
Convert struct diff_options to use struct pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
diff-no-index: use diff_tree_setup_paths()
commit
|
commitdiff
|
tree
|
snapshot
2011-02-03
Nguyễn Thái...
Add struct pathspec
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
Junio C Hamano
Merge branch 'jl/fetch-submodule-recursive' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
Jens Lehmann
t5526: Fix wrong argument order in "git config"
commit
|
commitdiff
|
tree
|
snapshot
2011-01-31
Junio C Hamano
Git 1.7.4
ko-master
v1.7.4
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Junio C Hamano
fsck: do not give up too early in fsck_dir()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Junio C Hamano
fsck: drop unused parameter from traverse_one_object()
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Adam Tkac
Don't pass "--xhtml" to hightlight in gitweb.perl script.
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Junio C Hamano
Merge branch 'maint'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Jonathan Nieder
rebase -i: clarify in-editor documentation of "exec"
ko-maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Jeff King
tests: sanitize more git environment variables
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Junio C Hamano
Merge branch 'jn/fast-import-empty-tree-removal' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Jonathan Nieder
fast-import: treat filemodify with empty tree as delete
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Jeff King
rebase: give a better error message for bogus branch
commit
|
commitdiff
|
tree
|
snapshot
2011-01-27
Jeff King
rebase: use explicit "--" with checkout
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Junio C Hamano
Git 1.7.4-rc3
v1.7.4-rc3
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Junio C Hamano
Merge branch 'as/userdiff-pascal'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Junio C Hamano
Merge branch 'jn/setup-fixes'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Jonathan Nieder
t1510: fix typo in the comment of a test
commit
|
commitdiff
|
tree
|
snapshot
2011-01-24
Junio C Hamano
Documentation updates for 'GIT_WORK_TREE without GIT_DI...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-21
Jonathan Nieder
Subject: setup: officially support --work-tree without...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-21
Jonathan Nieder
Documentation: do not treat reset --keep as a special...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-20
Björn Steinbrink
Correctly report corrupted objects
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Jonathan Nieder
tests: compress the setup tests
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Jonathan Nieder
tests: cosmetic improvements to the repo-setup test
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'maint'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Erik Faye-Lund
exec_cmd: remove unused extern
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jn/gitweb-no-logo' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jk/diff-driver-binary-doc' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'tr/submodule-relative-scp-url' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'rj/maint-difftool-cygwin-workaround'...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'rj/maint-test-fixes' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jn/maint-gitweb-pathinfo-fix' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'ak/describe-exact' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jn/maint-fast-import-object-reuse' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jn/submodule-b-current' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'jc/maint-svn-info-test-fix' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Junio C Hamano
Merge branch 'nd/maint-relative' into maint
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Jonathan Nieder
Documentation/fast-import: put explanation of M 040000...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-19
Ramsay Jones
svndump.c: Fix a printf format compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Jonathan Nieder
remote-ext: do not segfault for blank lines
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Jonathan Nieder
Documentation/fast-import: capitalize beginning of...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Junio C Hamano
t4034 (diff --word-diff): add a minimum Perl drier...
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Jonathan Nieder
t4034 (diff --word-diff): style suggestions
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Jonathan Nieder
userdiff: simplify word-diff safeguard
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Thomas Rast
t4034: bulk verify builtin word regex sanity
commit
|
commitdiff
|
tree
|
snapshot
2011-01-18
Ramkumar Ramachandra
fast-import: Introduce --import-marks-if-exists
commit
|
commitdiff
|
tree
|
snapshot
2011-01-16
Jonathan Nieder
ll-merge: simplify opts == NULL case
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Junio C Hamano
Git 1.7.4-rc2
v1.7.4-rc2
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Junio C Hamano
Merge branch 'jn/gitweb-no-logo'
commit
|
commitdiff
|
tree
|
snapshot
2011-01-13
Junio C Hamano
Merge branch 'jn/perl-funcname'
commit
|
commitdiff
|
tree
|
snapshot
next