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
*
Take --git-dir into consideration during bash completion.
Shawn O. Pearce
2006-11-05
*
Bash completion support for remotes in .git/config.
Shawn O. Pearce
2006-11-05
*
Only load .exe suffix'd completions on Cygwin.
Shawn O. Pearce
2006-11-05
*
Added missing completions for show-branch and merge-base.
Shawn O. Pearce
2006-11-05
*
cherry is built-in, do not ship git-cherry.sh
Junio C Hamano
2006-11-05
*
Merge branch 'maint'
Junio C Hamano
2006-11-04
|
\
|
*
Remove unsupported C99 style struct initializers in git-archive.
v1.4.3.4
Shawn O. Pearce
2006-11-04
|
*
Remove SIMPLE_PROGRAMS and make git-daemon a normal program.
Shawn O. Pearce
2006-11-04
|
*
Use ULONG_MAX rather than implicit cast of -1.
Shawn O. Pearce
2006-11-04
*
|
git-svn: don't die on rebuild when --upgrade is specified
Eric Wong
2006-11-04
*
|
git-svn: avoid printing filenames of files we're not tracking
Eric Wong
2006-11-04
*
|
Merge branch 'np/verbose-push'
Junio C Hamano
2006-11-04
|
\
\
|
*
|
make git-push a bit more verbose
Nicolas Pitre
2006-11-01
*
|
|
Merge branch 'lt/push-config'
Junio C Hamano
2006-11-04
|
\
\
\
|
*
|
|
git push: add verbose flag and allow overriding of default target repository
Linus Torvalds
2006-10-30
|
*
|
|
Allow '-' in config variable names
Linus Torvalds
2006-10-30
*
|
|
|
Added bash completion support for git-reset.
Shawn O. Pearce
2006-11-04
*
|
|
|
Added completion support for git-branch.exe.
Shawn O. Pearce
2006-11-04
*
|
|
|
Merge branch 'pb/web'
Junio C Hamano
2006-11-04
|
\
\
\
\
|
*
|
|
|
gitweb: Support for 'forks'
Petr Baudis
2006-10-25
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-11-04
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
apply: handle "traditional" creation/deletion diff correctly.
Junio C Hamano
2006-11-04
*
|
|
|
|
gitweb: Remove extra "/" in path names for git_get_project_list
Aneesh Kumar K.V
2006-11-04
*
|
|
|
|
git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...
Alexandre Julliard
2006-11-04
*
|
|
|
|
git.el: Move point after the log message header when entering log-edit mode.
Alexandre Julliard
2006-11-04
*
|
|
|
|
git.el: Added a function to open the current file in another window.
Alexandre Julliard
2006-11-04
*
|
|
|
|
git.el: Added functions for moving to the next/prev unmerged file.
Alexandre Julliard
2006-11-04
*
|
|
|
|
gitweb: Better support for non-CSS aware web browsers
Jakub Narebski
2006-11-02
*
|
|
|
|
gitweb: Output also empty patches in "commitdiff" view
Jakub Narebski
2006-11-02
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-11-02
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
git-clone documentation didn't mention --origin as equivalent of -o
Andy Parkins
2006-11-02
|
*
|
|
|
Minor grammar fixes for git-diff-index.txt
Andy Parkins
2006-11-02
|
*
|
|
|
link_temp_to_file: call adjust_shared_perm() only when we created the directory
Johannes Schindelin
2006-11-02
*
|
|
|
|
gitweb: Use git-for-each-ref to generate list of heads and/or tags
Jakub Narebski
2006-11-02
*
|
|
|
|
for-each-ref: "creator" and "creatordate" fields
Junio C Hamano
2006-11-02
*
|
|
|
|
Add --global option to git-repo-config.
Sean
2006-11-02
*
|
|
|
|
pack-refs: Store the full name of the ref even when packing only tags.
Alexandre Julliard
2006-11-02
*
|
|
|
|
Remove uneccessarily similar printf() from print_ref_list() in builtin-branch
Andy Parkins
2006-11-02
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2006-11-01
|
\
\
\
\
|
|
/
/
/
|
*
|
|
pack-objects doesn't create random pack names
Nicolas Pitre
2006-11-01
|
*
|
|
link_temp_to_file: don't leave the path truncated on adjust_shared_perm failure
Junio C Hamano
2006-10-31
*
|
|
|
branch: work in subdirectories.
Junio C Hamano
2006-11-01
*
|
|
|
gitweb: Use 's' regexp modifier to secure against filenames with LF
Jakub Narebski
2006-11-01
*
|
|
|
gitweb: Secure against commit-ish/tree-ish with the same name as path
Jakub Narebski
2006-11-01
*
|
|
|
gitweb: esc_html() author in blame
Luben Tuikov
2006-11-01
*
|
|
|
Merge branch 'rs/cherry'
Junio C Hamano
2006-11-01
|
\
\
\
\
|
*
|
|
|
Make git-cherry handle root trees
Rene Scharfe
2006-10-26
|
*
|
|
|
Built-in cherry
Rene Scharfe
2006-10-23
*
|
|
|
|
Merge branch 'jc/refs-and-fetch'
Junio C Hamano
2006-11-01
|
\
\
\
\
\
|
*
|
|
|
|
git-fetch: adjust to packed-refs.
Junio C Hamano
2006-10-01
[next]