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
*
Git.pm: Don't require a repository instance for config
Frank Lichtenheld
2008-03-15
*
var: Don't require to be in a git repository.
Frank Lichtenheld
2008-03-15
*
Documention: web--browse: add info about "browser.<tool>.cmd" config var
Christian Couder
2008-03-14
*
web--browse: use custom commands defined at config time
Christian Couder
2008-03-14
*
Merge branch 'mr/autoconf-fread'
Junio C Hamano
2008-03-14
|
\
|
*
autoconf: Test FREAD_READS_DIRECTORIES
Michal Rokos
2008-03-11
*
|
Merge branch 'maint'
Junio C Hamano
2008-03-14
|
\
\
|
*
\
Merge branch 'ph/maint-quiltimport' into maint
Junio C Hamano
2008-03-14
|
|
\
\
|
|
*
|
quiltimport: fix misquoting of parsed -p<num> parameter
Junio C Hamano
2008-03-12
|
|
*
|
git-quiltimport: better parser to grok "enhanced" series files.
Pierre Habouzit
2008-03-09
|
*
|
|
merge-file: handle empty files gracefully
Johannes Schindelin
2008-03-13
|
*
|
|
merge-recursive: handle file mode changes
Clemens Buchacher
2008-03-13
|
*
|
|
Minor wording changes in the keyboard descriptions in git-add --interactive.
Vineet Kumar
2008-03-13
|
*
|
|
git fetch: Take '-n' to mean '--no-tags'
Johannes Schindelin
2008-03-13
*
|
|
|
read-tree() and unpack_trees(): use consistent limit
Junio C Hamano
2008-03-13
*
|
|
|
pack-objects: proper pack time stamping with --max-pack-size
Nicolas Pitre
2008-03-13
*
|
|
|
Merge branch 'maint'
Junio C Hamano
2008-03-12
|
\
\
\
\
|
|
/
/
/
|
*
|
|
git-cvsimport: fix merging with remote parent branch
Marc-Andre Lureau
2008-03-12
|
*
|
|
gitweb: Fix bug in href(..., -replay=>1) when using 'pathinfo' form
Jakub Narebski
2008-03-12
*
|
|
|
gc: call "prune --expire 2.weeks.ago" by default
Johannes Schindelin
2008-03-12
*
|
|
|
Documentation/config: typofix
Junio C Hamano
2008-03-12
*
|
|
|
Merge git://repo.or.cz/git-gui
Junio C Hamano
2008-03-11
|
\
\
\
\
|
*
|
|
|
git-gui: Simplify MSGFMT setting in Makefile
Junio C Hamano
2008-03-12
|
*
|
|
|
git-gui: Add option for changing the width of the commit message text box
Adam Piątyszek
2008-03-07
|
*
|
|
|
git-gui: if a background colour is set, set foreground colour as well
Philipp A. Hartmann
2008-03-05
|
*
|
|
|
git-gui: translate the remaining messages in zh_cn.po to chinese
eric miao
2008-03-05
|
*
|
|
|
Merge branch 'maint'
Shawn O. Pearce
2008-03-05
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'js/remote'
Junio C Hamano
2008-03-11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
"remote update": print remote name being fetched from
Samuel Tardieu
2008-03-11
|
*
|
|
|
|
|
builtin remote rm: remove symbolic refs, too
Johannes Schindelin
2008-03-08
|
*
|
|
|
|
|
remote: fix "update [group...]"
Johannes Schindelin
2008-03-05
|
*
|
|
|
|
|
remote show: Clean up connection correctly if object fetch wasn't done
Johannes Schindelin
2008-03-02
|
*
|
|
|
|
|
builtin-remote: prune remotes correctly that were added with --mirror
Johannes Schindelin
2008-03-01
|
*
|
|
|
|
|
Make git-remote a builtin
Johannes Schindelin
2008-03-01
|
*
|
|
|
|
|
Test "git remote show" and "git remote prune"
Johannes Schindelin
2008-03-01
|
*
|
|
|
|
|
parseopt: add flag to stop on first non option
Johannes Schindelin
2008-03-01
|
*
|
|
|
|
|
path-list: add functions to work with unsorted lists
Johannes Schindelin
2008-03-01
*
|
|
|
|
|
|
Merge branch 'lt/unpack-trees'
Junio C Hamano
2008-03-11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
unpack_trees(): fix diff-index regression.
Linus Torvalds
2008-03-10
|
*
|
|
|
|
|
|
traverse_trees_recursive(): propagate merge errors up
Junio C Hamano
2008-03-10
|
*
|
|
|
|
|
|
unpack_trees(): minor memory leak fix in unused destination index
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Make 'unpack_trees()' have a separate source and destination index
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Make 'unpack_trees()' take the index to work on as an argument
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Add 'const' where appropriate to index handling functions
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Fix tree-walking compare_entry() in the presense of --prefix
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Move 'unpack_trees()' over to 'traverse_trees()' interface
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Make 'traverse_trees()' traverse conflicting DF entries in parallel
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Add return value to 'traverse_tree()' callback
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Make 'traverse_tree()' use linked structure rather than 'const char *base'
Linus Torvalds
2008-03-09
|
*
|
|
|
|
|
|
Add 'df_name_compare()' helper function
Linus Torvalds
2008-03-09
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
[next]