|
name |
age |
message
|
|
.gitattributes |
Mon Feb 11 13:23:15 -0800 2008 |
Define the project whitespace policy
This esta... [gitster] |
|
.gitignore |
Tue Feb 10 21:32:10 -0800 2009 |
Revert "Merge branch 'js/notes'"
This reverts ... [gitster] |
|
.mailmap |
Sat Jul 19 11:25:51 -0700 2008 |
.mailmap update
A few people sent in patches u... [gitster] |
|
COPYING |
Mon Apr 11 10:18:16 -0700 2005 |
Add a COPYING notice, making it explicit that t... [Linus Torvalds] |
|
Documentation/ |
Wed Feb 25 14:50:52 -0800 2009 |
GIT 1.6.2-rc2
Signed-off-by: Junio C Hamano <g... [gitster] |
|
GIT-VERSION-GEN |
Wed Feb 25 14:50:52 -0800 2009 |
GIT 1.6.2-rc2
Signed-off-by: Junio C Hamano <g... [gitster] |
|
INSTALL |
Wed Dec 10 19:17:43 -0800 2008 |
Add support for a pdf version of the user manua... [vmiklos] |
|
Makefile |
Tue Feb 24 21:46:31 -0800 2009 |
Install builtins with the user and group of the... [Gerrit Pape] |
|
README |
Wed Feb 25 00:49:54 -0800 2009 |
README: fix path to "gitcvs-migration.txt" and ... [Christian Couder] |
|
RelNotes |
Sat Dec 27 14:25:10 -0800 2008 |
Start 1.6.2 cycle
Signed-off-by: Junio C Haman... [gitster] |
|
abspath.c |
Wed Dec 17 13:36:34 -0800 2008 |
make_absolute_path(): check bounds when seeing ... [gitster] |
|
alias.c |
Mon Jun 30 22:45:50 -0700 2008 |
Move split_cmdline() to alias.c
split_cmdline(... [vmiklos] |
|
alloc.c |
Mon Apr 16 23:36:16 -0700 2007 |
Clean up object creation to use more common cod... [Linus Torvalds] |
|
archive-tar.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
archive-zip.c |
Sat Jul 19 11:17:43 -0700 2008 |
archive: remove unused headers
Remove obsolete... [René Scharfe] |
|
archive.c |
Sat Feb 07 12:14:34 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
archive.h |
Fri Jul 25 17:21:04 -0700 2008 |
archive: declare struct archiver where it's nee... [Rene Scharfe] |
|
arm/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
attr.c |
Wed Jul 16 14:05:50 -0700 2008 |
Fix buffer overflow in prepare_attr_stack
If P... [Dmitry Potapov] |
|
attr.h |
Wed Apr 18 16:17:13 -0700 2007 |
Fix funny types used in attribute value represe... [Junio C Hamano] |
|
base85.c |
Wed May 30 15:03:50 -0700 2007 |
decode_85(): fix missing return.
When the func... [Jerald Fitzjerald] |
|
blob.c |
Mon Apr 16 23:36:16 -0700 2007 |
Clean up object creation to use more common cod... [Linus Torvalds] |
|
blob.h |
Wed Jun 08 13:04:53 -0700 2005 |
[PATCH] Anal retentive 'const unsigned char *sh... [Jason McMullan] |
|
branch.c |
Fri Feb 13 23:46:28 -0800 2009 |
Teach the "@{-1} syntax to "git branch"
This t... [gitster] |
|
branch.h |
Tue Feb 19 21:17:45 -0800 2008 |
branch: optionally setup branch.*.merge from up... [Jay Soffian] |
|
builtin-add.c |
Wed Feb 25 00:49:54 -0800 2009 |
git add: trivial codestyle cleanup
Global stat... [felipec] |
|
builtin-annotate.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace
This uses "git-apply --white... [gitster] |
|
builtin-apply.c |
Wed Feb 04 00:12:19 -0800 2009 |
Merge branch 'maint'
* maint:
User-manual: "... [gitster] |
|
builtin-archive.c |
Sun Oct 26 16:19:59 -0700 2008 |
git-archive: work in bare repos
This moves the... [Charles Bailey] |
|
builtin-blame.c |
Sun Feb 15 01:44:15 -0800 2009 |
Merge branch 'ms/mailmap'
* ms/mailmap:
Move... [gitster] |
|
builtin-branch.c |
Fri Feb 13 23:46:28 -0800 2009 |
Teach the "@{-1} syntax to "git branch"
This t... [gitster] |
|
builtin-bundle.c |
Sat Aug 30 13:50:48 -0700 2008 |
Start conforming code to "git subcmd" style
Us... [Heikki Orsila] |
|
builtin-cat-file.c |
Mon Jan 05 13:01:01 -0800 2009 |
remove trailing LF in die() messages
LF at the... [aspotashev] |
|
builtin-check-attr.c |
Tue Nov 11 14:50:02 -0800 2008 |
Fix non-literal format in printf-style calls
T... [Daniel Lowe] |
|
builtin-check-ref-format.c |
Sat Aug 30 13:50:48 -0700 2008 |
Start conforming code to "git subcmd" style
Us... [Heikki Orsila] |
|
builtin-checkout-index.c |
Sun Oct 19 14:38:04 -0700 2008 |
parse-opt: migrate builtin-checkout-index.
Sig... [vmiklos] |
|
builtin-checkout.c |
Wed Jan 28 15:00:27 -0800 2009 |
Merge branch 'tr/previous-branch'
* tr/previou... [gitster] |
|
builtin-clean.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-clone.c |
Thu Feb 12 22:37:35 -0800 2009 |
Install the default "master" branch configurati... [gitster] |
|
builtin-commit-tree.c |
Wed Sep 10 15:25:46 -0700 2008 |
commit_tree(): add a new author parameter
In c... [vmiklos] |
|
builtin-commit.c |
Tue Feb 10 22:25:39 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
builtin-config.c |
Thu Oct 30 17:52:24 -0700 2008 |
Use git_pathdup instead of xstrdup(git_path(...... [Alex Riesen] |
|
builtin-count-objects.c |
Sun Jan 11 13:21:57 -0800 2009 |
add is_dot_or_dotdot inline function
A new inl... [aspotashev] |
|
builtin-describe.c |
Sat Dec 27 14:21:15 -0800 2008 |
Merge branch 'sp/maint-describe-all-tag-warning... [gitster] |
|
builtin-diff-files.c |
Fri Nov 14 19:11:49 -0800 2008 |
Add cache preload facility
This can do the lst... [Linus Torvalds] |
|
builtin-diff-index.c |
Thu Aug 28 20:50:10 -0700 2008 |
diff*: fix worktree setup
This fixes "git diff... [pclouds] |
|
builtin-diff-tree.c |
Wed Sep 10 15:00:17 -0700 2008 |
Fix git-diff-tree --stdin
140b378 (Teach git d... [gitster] |
|
builtin-diff.c |
Sun Dec 07 19:59:25 -0800 2008 |
reorder ALLOW_TEXTCONV option setting
Right no... [peff] |
|
builtin-fast-export.c |
Wed Feb 11 18:32:37 -0800 2009 |
Merge branch 'maint-1.6.0' into maint
* maint-... [gitster] |
|
builtin-fetch--tool.c |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
builtin-fetch-pack.c |
Sun Dec 07 15:13:02 -0800 2008 |
Merge branch 'maint'
* maint:
GIT 1.6.0.5
... [gitster] |
|
builtin-fetch.c |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
builtin-fmt-merge-msg.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-for-each-ref.c |
Sun Oct 26 22:25:09 -0700 2008 |
Fix potentially dangerous uses of mkpath and gi... [Alex Riesen] |
|
builtin-fsck.c |
Fri Jan 30 19:23:22 -0800 2009 |
fsck: check loose objects from alternate object... [gitster] |
|
builtin-gc.c |
Sat Feb 14 21:14:07 -0800 2009 |
gc: make --prune useful again by accepting an o... [Johannes Schindelin] |
|
builtin-grep.c |
Tue Feb 03 00:32:29 -0800 2009 |
Merge branch 'maint-1.6.0' into maint
* maint-... [gitster] |
|
builtin-help.c |
Mon Jan 26 00:26:05 -0800 2009 |
Move computation of absolute paths from Makefil... [Steffen Prohaska] |
|
builtin-http-fetch.c |
Tue Sep 09 22:57:35 -0700 2008 |
Merge branch 'ho/dashless'
* ho/dashless:
St... [gitster] |
|
builtin-init-db.c |
Mon Jan 05 13:01:01 -0800 2009 |
remove trailing LF in die() messages
LF at the... [aspotashev] |
|
builtin-log.c |
Wed Jan 21 16:50:19 -0800 2009 |
Merge branch 'jc/maint-format-patch-o-relative'... [gitster] |
|
builtin-ls-files.c |
Sat Feb 07 12:49:50 -0800 2009 |
Let ls-files strip trailing slashes in submodul... [Johannes Schindelin] |
|
builtin-ls-remote.c |
Tue Nov 11 13:24:00 -0800 2008 |
git ls-remote: make usage string match manpage
... [snaewe] |
|
builtin-ls-tree.c |
Sat Feb 07 12:14:34 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
builtin-mailinfo.c |
Sun Feb 01 12:11:15 -0800 2009 |
mailinfo: cleanup extra spaces for complex 'Fro... [Kirill Smelkov] |
|
builtin-mailsplit.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [Johannes Schindelin] |
|
builtin-merge-base.c |
Thu Oct 02 18:46:02 -0700 2008 |
parse-opt: migrate git-merge-base.
Signed-off-... [MadCoder] |
|
builtin-merge-file.c |
Fri Dec 26 19:10:02 -0800 2008 |
merge-file: handle freopen() failure
Report th... [René Scharfe] |
|
builtin-merge-ours.c |
Thu Nov 22 14:21:59 -0800 2007 |
git-merge-ours: make it a builtin.
Except that... [harningt] |
|
builtin-merge-recursive.c |
Mon Jan 05 13:01:01 -0800 2009 |
remove trailing LF in die() messages
LF at the... [aspotashev] |
|
builtin-merge.c |
Fri Feb 13 23:46:42 -0800 2009 |
Teach @{-1} to git merge
1.6.2 will have @{-1}... [gitster] |
|
builtin-mv.c |
Wed Feb 04 11:07:42 -0800 2009 |
builtin-mv.c: check for unversionned files befo... [moy] |
|
builtin-name-rev.c |
Sun Aug 03 14:14:10 -0700 2008 |
Merge branch 'maint'
* maint:
git-name-rev: ... [gitster] |
|
builtin-pack-objects.c |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
builtin-pack-refs.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-prune-packed.c |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
builtin-prune.c |
Sun Jan 11 13:21:57 -0800 2009 |
add is_dot_or_dotdot inline function
A new inl... [aspotashev] |
|
builtin-push.c |
Wed Oct 08 08:05:43 -0700 2008 |
Merge branch 'maint'
* maint:
Do not use err... [spearce] |
|
builtin-read-tree.c |
Wed Nov 12 14:16:50 -0800 2008 |
checkout: Fix "initial checkout" detection
Ear... [gitster] |
|
builtin-receive-pack.c |
Sun Feb 15 11:14:12 -0800 2009 |
builtin-receive-pack.c: fix compiler warnings a... [René Scharfe] |
|
builtin-reflog.c |
Thu Oct 30 18:08:58 -0700 2008 |
Merge branch 'ar/maint-mksnpath' into ar/mksnpa... [gitster] |
|
builtin-remote.c |
Tue Feb 10 22:26:20 -0800 2009 |
remote prune: warn dangling symrefs
If you pru... [gitster] |
|
builtin-rerere.c |
Sun Jan 11 13:21:57 -0800 2009 |
add is_dot_or_dotdot inline function
A new inl... [aspotashev] |
|
builtin-reset.c |
Tue Dec 02 15:15:58 -0800 2008 |
Add 'merge' mode to 'git reset'
We have always... [Linus Torvalds] |
|
builtin-rev-list.c |
Sun Feb 08 12:48:28 -0800 2009 |
rev-list: fix showing distance when using --bis... [Christian Couder] |
|
builtin-rev-parse.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-revert.c |
Tue Feb 10 22:25:39 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
builtin-rm.c |
Fri Nov 28 19:58:24 -0800 2008 |
git add --intent-to-add: fix removal of cached ... [gitster] |
|
builtin-send-pack.c |
Tue Jan 27 23:46:59 -0800 2009 |
send-pack: do not send unknown object name from... [gitster] |
|
builtin-shortlog.c |
Sun Feb 08 12:36:54 -0800 2009 |
Change current mailmap usage to do matching on ... [mstormo] |
|
builtin-show-branch.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-show-ref.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
builtin-stripspace.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
builtin-symbolic-ref.c |
Fri Feb 13 18:20:44 -0800 2009 |
symbolic-ref: allow refs/<whatever> in HEAD
Co... [peff] |
|
builtin-tag.c |
Wed Jan 28 11:33:51 -0800 2009 |
git-tag: Add --contains option
This functions ... [Jake Goulding] |
|
builtin-tar-tree.c |
Mon Sep 15 23:11:35 -0700 2008 |
Cosmetical command name fix
If we came from gi... [Heikki Orsila] |
|
builtin-unpack-objects.c |
Wed Jan 21 16:55:17 -0800 2009 |
Merge branch 'lt/maint-wrap-zlib'
* lt/maint-w... [gitster] |
|
builtin-update-index.c |
Thu Feb 19 23:44:07 -0800 2009 |
Merge branch 'maint'
* maint:
More friendly ... [gitster] |
|
builtin-update-ref.c |
Sun Oct 26 14:44:25 -0700 2008 |
Fix git update-ref --no-deref -d.
Till now --n... [vmiklos] |
|
builtin-upload-archive.c |
Fri Jul 25 17:20:55 -0700 2008 |
archive: define MAX_ARGS where it's needed
MAX... [Rene Scharfe] |
|
builtin-verify-pack.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
builtin-verify-tag.c |
Mon Jul 28 23:02:11 -0700 2008 |
builtin-verify-tag: fix -v option parsing
Sinc... [Olivier Marin] |
|
builtin-write-tree.c |
Sun Nov 30 17:59:19 -0800 2008 |
git add --intent-to-add: do not let an empty bl... [gitster] |
|
builtin.h |
Thu Sep 25 09:39:24 -0700 2008 |
Merge branch 'jc/alternate-push'
* jc/alternat... [spearce] |
|
bundle.c |
Sun Jan 25 17:13:02 -0800 2009 |
Merge branch 'js/maint-all-implies-HEAD'
* js/... [gitster] |
|
bundle.h |
Wed Sep 19 03:22:30 -0700 2007 |
Move bundle specific stuff into bundle.[ch]
Th... [Johannes Schindelin] |
|
cache-tree.c |
Sun Nov 30 17:59:19 -0800 2008 |
git add --intent-to-add: do not let an empty bl... [gitster] |
|
cache-tree.h |
Wed Jul 16 08:50:27 -0700 2008 |
cache-tree.c: make cache_tree_find() static
Th... [Nanako Shiraishi] |
|
cache.h |
Fri Feb 20 21:45:42 -0800 2009 |
Support 'raw' date format
Talking about --date... [Linus Torvalds] |
|
check-builtins.sh |
Sun Nov 05 11:26:21 -0800 2006 |
cherry is built-in, do not ship git-cherry.sh
... [Junio C Hamano] |
|
check-racy.c |
Sat Nov 10 00:24:51 -0800 2007 |
ce_match_stat, run_diff_files: use symbolic con... [gitster] |
|
check_bindir |
Thu Jun 19 16:00:38 -0700 2008 |
Move all dashed-form commands to libexecdir
Si... [pclouds] |
|
color.c |
Sun Jan 25 17:13:29 -0800 2009 |
Merge branch 'js/diff-color-words'
* js/diff-c... [gitster] |
|
color.h |
Sun Jan 25 17:13:29 -0800 2009 |
Merge branch 'js/diff-color-words'
* js/diff-c... [gitster] |
|
combine-diff.c |
Wed Dec 17 13:36:35 -0800 2008 |
combine-diff.c: use strbuf_readlink()
When sho... [gitster] |
|
command-list.txt |
Tue Feb 10 21:32:10 -0800 2009 |
Revert "Merge branch 'js/notes'"
This reverts ... [gitster] |
|
commit.c |
Tue Feb 10 21:32:10 -0800 2009 |
Revert "Merge branch 'js/notes'"
This reverts ... [gitster] |
|
commit.h |
Wed Jan 28 11:33:03 -0800 2009 |
Make has_commit() non-static
Move has_commit()... [Jake Goulding] |
|
compat/ |
Wed Jan 21 22:46:52 -0800 2009 |
Windows: Fix signal numbers
We had defined som... [Johannes Sixt] |
|
config.c |
Sun Feb 08 12:36:26 -0800 2009 |
Add mailmap.file as configurational option for ... [mstormo] |
|
config.mak.in |
Thu Feb 05 00:29:23 -0800 2009 |
config.mak.in: define paths without trailing sl... [Pascal Obry] |
|
configure.ac |
Wed Jan 21 00:12:25 -0800 2009 |
Fix naming scheme for configure cache variables... [Ralf Wildenhues] |
|
connect.c |
Mon Jan 05 13:01:01 -0800 2009 |
remove trailing LF in die() messages
LF at the... [aspotashev] |
|
contrib/ |
Wed Feb 25 08:33:14 -0800 2009 |
Fix typo in contrib/examples/git-svnimport.txt
... [Michael J Gruber] |
|
convert.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
copy.c |
Tue Apr 22 21:21:08 -0700 2008 |
copy.c: copy_fd - correctly report write errors... [Ariel Badichi] |
|
csum-file.c |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint'
* maint:
rebase -i: do ... [spearce] |
|
csum-file.h |
Fri Oct 10 08:39:20 -0700 2008 |
Merge branch 'maint'
* maint:
rebase -i: do ... [spearce] |
|
ctype.c |
Sat Jan 17 18:30:41 -0800 2009 |
Add is_regex_special()
Add is_regex_special(),... [René Scharfe] |
|
daemon.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
date.c |
Fri Feb 20 21:45:42 -0800 2009 |
Support 'raw' date format
Talking about --date... [Linus Torvalds] |
|
decorate.c |
Wed Aug 20 13:30:49 -0700 2008 |
decorate: allow const objects to be decorated
... [peff] |
|
decorate.h |
Wed Aug 20 13:30:49 -0700 2008 |
decorate: allow const objects to be decorated
... [peff] |
|
delta.h |
Thu Jul 12 14:32:35 -0700 2007 |
Support fetching the memory usage of a delta in... [Brian Downing] |
|
diff-delta.c |
Tue Dec 18 15:22:28 -0800 2007 |
fix style of a few comments in diff-delta.c
Si... [Nicolas Pitre] |
|
diff-lib.c |
Tue Feb 10 22:25:39 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
diff-no-index.c |
Wed Feb 18 11:31:52 -0800 2009 |
Merge branch 'maint'
* maint:
tests: fix "ex... [gitster] |
|
diff.c |
Fri Feb 13 18:19:37 -0800 2009 |
Remove redundant bit clears from diff_setup()
... [Keith Cascio] |
|
diff.h |
Tue Feb 10 22:25:39 -0800 2009 |
Generalize and libify index_is_dirty() to index... [Stephan Beyer] |
|
diffcore-break.c |
Sun Dec 02 02:24:46 -0800 2007 |
rename: Break filepairs with different types.
... [gitster] |
|
diffcore-delta.c |
Thu Oct 04 00:05:36 -0700 2007 |
optimize diffcore-delta by sorting hash entries... [Linus Torvalds] |
|
diffcore-order.c |
Tue Sep 18 17:42:17 -0700 2007 |
Use xmemdupz() in many places.
Signed-off-by: ... [MadCoder] |
|
diffcore-pickaxe.c |
Thu Jun 07 00:04:01 -0700 2007 |
War on whitespace
This uses "git-apply --white... [gitster] |
|
diffcore-rename.c |
Wed Jan 21 00:14:12 -0800 2009 |
Rename detection: Avoid repeated filespec popul... [Björn Steinbrink] |
|
diffcore.h |
Sun Nov 02 16:36:40 -0800 2008 |
Merge branch 'maint'
* maint:
Add reference ... [gitster] |
|
dir.c |
Sun Jan 25 17:13:11 -0800 2009 |
Merge branch 'cb/add-pathspec'
* cb/add-pathsp... [gitster] |
|
dir.h |
Sun Jan 11 13:26:29 -0800 2009 |
Allow cloning to an existing empty directory
T... [aspotashev] |
|
editor.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
entry.c |
Sun Jan 25 17:13:34 -0800 2009 |
Merge branch 'kb/lstat-cache'
* kb/lstat-cache... [gitster] |
|
environment.c |
Tue Feb 10 21:32:10 -0800 2009 |
Revert "Merge branch 'js/notes'"
This reverts ... [gitster] |
|
exec_cmd.c |
Thu Feb 19 22:47:39 -0800 2009 |
system_path(): simplify using strip_path_suffix... [Johannes Schindelin] |
|
exec_cmd.h |
Mon Jan 26 00:26:05 -0800 2009 |
Refactor git_set_argv0_path() to git_extract_ar... [Steve Haslam] |
|
fast-import.c |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
fetch-pack.h |
Tue Mar 04 23:28:14 -0800 2008 |
Teach fetch-pack/upload-pack about --include-ta... [spearce] |
|
fixup-builtins |
Fri Jul 11 21:13:17 -0700 2008 |
make remove-dashes: apply to scripts and progra... [vmiklos] |
|
fsck.c |
Tue Nov 11 14:49:50 -0800 2008 |
Merge branch 'maint'
* maint:
Fix non-litera... [gitster] |
|
fsck.h |
Mon Feb 25 23:57:35 -0800 2008 |
add common fsck error printing function
Signed... [Martin Koegler] |
|
generate-cmdlist.sh |
Sun Nov 30 18:16:32 -0800 2008 |
generate-cmdlist.sh: avoid selecting synopsis a... [pclouds] |
|
git-add--interactive.perl |
Sun Feb 08 13:06:33 -0800 2009 |
add -p: get rid of Git.pm warnings about unitia... [Stephan Beyer] |
|
git-am.sh |
Wed Feb 04 13:07:02 -0800 2009 |
Merge branch 'ns/am-slacker'
* ns/am-slacker:
... [gitster] |
|
git-archimport.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-bisect.sh |
Sat Jan 03 14:25:27 -0800 2009 |
bisect view: call gitk if Cygwin's SESSIONNAME ... [Johannes Schindelin] |
|
git-compat-util.h |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
git-cvsexportcommit.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-cvsimport.perl |
Tue Aug 05 21:21:08 -0700 2008 |
Merge branch 'maint'
* maint:
RelNotes 1.5.6... [gitster] |
|
git-cvsserver.perl |
Fri Jan 30 21:11:46 -0800 2009 |
git-cvsserver: run post-update hook *after* upd... [Stefan Karpinski] |
|
git-filter-branch.sh |
Wed Feb 18 11:15:17 -0800 2009 |
filter-branch -d: Export GIT_DIR earlier
The i... [Lars Noschinski] |
|
git-gui/ |
Wed Dec 17 21:56:48 -0800 2008 |
Merge git://repo.or.cz/git-gui
* git://repo.or... [gitster] |
|
git-instaweb.sh |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-lost-found.sh |
Wed Dec 03 14:27:17 -0800 2008 |
lost-found: use git rev-parse -q
Signed-off-by... [vmiklos] |
|
git-merge-octopus.sh |
Wed Jul 30 00:20:51 -0700 2008 |
git-merge-octopus: use (merge-base A (merge B C... [gitster] |
|
git-merge-one-file.sh |
Tue Mar 18 22:17:17 -0700 2008 |
git-merge-one-file: fix longstanding stupid thi... [gitster] |
|
git-merge-resolve.sh |
Thu Aug 30 17:18:22 -0700 2007 |
Fixing comment in merge strategies
Comments in... [pinetops] |
|
git-mergetool.sh |
Thu Feb 05 19:40:35 -0800 2009 |
Merge branch 'cb/mergetool'
* cb/mergetool:
... [gitster] |
|
git-parse-remote.sh |
Mon Jul 02 22:52:14 -0700 2007 |
Rewrite "git-frotz" to "git frotz"
This uses t... [gitster] |
|
git-pull.sh |
Wed Feb 18 11:14:04 -0800 2009 |
disallow providing multiple upstream branches t... [Jay Soffian] |
|
git-quiltimport.sh |
Wed Feb 25 00:49:13 -0800 2009 |
git-quiltimport: preserve standard input to be ... [Gerrit Pape] |
|
git-rebase--interactive.sh |
Sat Jan 31 18:07:55 -0800 2009 |
Merge branch 'js/maint-rebase-i-submodule'
* j... [gitster] |
|
git-rebase.sh |
Wed Feb 18 11:14:04 -0800 2009 |
disallow providing multiple upstream branches t... [Jay Soffian] |
|
git-relink.perl |
Sun Jul 13 14:12:48 -0700 2008 |
Make usage strings dash-less
When you misuse a... [Stephan Beyer] |
|
git-repack.sh |
Wed Feb 11 18:32:16 -0800 2009 |
Make repack less likely to corrupt repository
... [gitster] |
|
git-request-pull.sh |
Mon Nov 17 02:27:18 -0800 2008 |
request-pull: make usage string match manpage
... [snaewe] |
|
git-send-email.perl |
Sun Dec 21 01:57:59 -0800 2008 |
send-email: futureproof split_addrs() sub
Matt... [gitster] |
|
git-sh-setup.sh |
Sat Feb 07 00:45:29 -0800 2009 |
git-sh-setup: Use "cd" option, not /bin/pwd, fo... [Marcel M. Cary] |
|
git-stash.sh |
Sun Dec 07 17:30:35 -0800 2008 |
Revert "git-stash: use git rev-parse -q"
This ... [gitster] |
|
git-submodule.sh |
Sun Feb 15 01:44:20 -0800 2009 |
Merge branch 'ff/submodule-no-fetch'
* ff/subm... [gitster] |
|
git-svn.perl |
Tue Feb 24 13:45:36 -0800 2009 |
git-svn fix to avoid using strftime %z
%z isn'... [Ben Walton] |
|
git-web--browse.sh |
Mon Feb 09 00:06:36 -0800 2009 |
git-web--browse: Fix check for /bin/start
The ... [Todd Zullinger] |
|
git.c |
Tue Feb 03 00:26:12 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
git.spec.in |
Thu Feb 05 19:38:58 -0800 2009 |
Merge branch 'maint-1.6.0' into maint
* maint-... [gitster] |
|
gitk-git/ |
Sun Dec 21 18:31:12 -0800 2008 |
Merge git://git.kernel.org/pub/scm/gitk/gitk
*... [gitster] |
|
gitweb/ |
Thu Feb 19 22:49:55 -0800 2009 |
gitweb: Hyperlink multiple git hashes on the sa... [Marcel M. Cary] |
|
graph.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
graph.h |
Thu Sep 25 08:00:28 -0700 2008 |
graph.c: make many functions static
These func... [Nanako Shiraishi] |
|
grep.c |
Sat Jan 17 18:30:41 -0800 2009 |
Add is_regex_special()
Add is_regex_special(),... [René Scharfe] |
|
grep.h |
Fri Jan 09 21:35:56 -0800 2009 |
grep: don't call regexec() for fixed strings
A... [René Scharfe] |
|
hash-object.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
hash.c |
Sun Mar 09 00:43:48 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
hash.h |
Sun Mar 09 00:43:48 -0800 2008 |
Add 'const' where appropriate to index handling... [Linus Torvalds] |
|
help.c |
Thu Sep 11 23:05:39 -0700 2008 |
git wrapper: also use aliases to correct mistyp... [pieter] |
|
help.h |
Sun Sep 07 23:52:16 -0700 2008 |
Merge branch 'ar/autospell'
* ar/autospell:
... [gitster] |
|
http-push.c |
Sun Feb 15 01:43:57 -0800 2009 |
Merge branch 'rc/http-push'
* rc/http-push:
... [gitster] |
|
http-walker.c |
Wed Jan 21 16:55:17 -0800 2009 |
Merge branch 'lt/maint-wrap-zlib'
* lt/maint-w... [gitster] |
|
http.c |
Sun Dec 07 15:13:02 -0800 2008 |
Merge branch 'maint'
* maint:
GIT 1.6.0.5
... [gitster] |
|
http.h |
Fri Jul 04 00:37:40 -0700 2008 |
Work around gcc warnings from curl headers
Aft... [gitster] |
|
ident.c |
Tue Dec 02 15:29:13 -0800 2008 |
Add backslash to list of 'crud' characters in r... [Linus Torvalds] |
|
imap-send.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
index-pack.c |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
levenshtein.c |
Sun Nov 23 19:23:34 -0800 2008 |
Document levenshtein.c
Signed-off-by: Johannes... [Johannes Schindelin] |
|
levenshtein.h |
Sun Aug 31 10:14:58 -0700 2008 |
git wrapper: DWIM mistyped commands
This patch... [Johannes Schindelin] |
|
list-objects.c |
Mon Feb 18 19:25:26 -0800 2008 |
list-objects.c::process_tree/blob: check for NU... [Martin Koegler] |
|
list-objects.h |
Thu Sep 07 02:46:02 -0700 2006 |
pack-objects: further work on internal rev-list... [Junio C Hamano] |
|
ll-merge.c |
Sun Nov 23 19:55:52 -0800 2008 |
merge-recursive: use strbuf_expand() instead of... [René Scharfe] |
|
ll-merge.h |
Mon Feb 18 00:46:13 -0800 2008 |
merge-recursive: split low-level merge function... [gitster] |
|
lockfile.c |
Thu Feb 19 23:44:07 -0800 2009 |
Merge branch 'maint'
* maint:
More friendly ... [gitster] |
|
log-tree.c |
Fri Feb 13 17:18:22 -0800 2009 |
log: do not print ellipses with --abbrev-commit... [Thomas Rast] |
|
log-tree.h |
Tue Nov 04 00:08:03 -0800 2008 |
Add a 'source' decorator for commits
We alread... [Linus Torvalds] |
|
mailmap.c |
Sun Feb 08 12:36:38 -0800 2009 |
Add map_user() and clear_mailmap() to mailmap
... [mstormo] |
|
mailmap.h |
Sun Feb 08 12:36:38 -0800 2009 |
Add map_user() and clear_mailmap() to mailmap
... [mstormo] |
|
match-trees.c |
Sat Oct 20 22:43:27 -0700 2007 |
Improved const correctness for strings
Signed-... [spearce] |
|
merge-file.c |
Sat Oct 25 12:09:31 -0700 2008 |
Always initialize xpparam_t to 0
We're going t... [Brian Downing] |
|
merge-index.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
merge-recursive.c |
Sat Feb 07 12:14:34 -0800 2009 |
tree.c: allow read_tree_recursive() to traverse... [Lars Hjemli] |
|
merge-recursive.h |
Thu Sep 04 22:50:43 -0700 2008 |
merge-recursive: move current_{file,directory}_... [vmiklos] |
|
merge-tree.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
mktag.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
mktree.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
mozilla-sha1/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
name-hash.c |
Wed Apr 09 01:22:25 -0700 2008 |
Make hash_name_lookup able to do case-independe... [Linus Torvalds] |
|
object.c |
Sat Jan 17 23:00:31 -0800 2009 |
bundle: allow the same ref to be given more tha... [gitster] |
|
object.h |
Sun Jan 25 17:13:02 -0800 2009 |
Merge branch 'js/maint-all-implies-HEAD'
* js/... [gitster] |
|
pack-check.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
pack-redundant.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
pack-refs.c |
Sun Oct 19 12:35:37 -0700 2008 |
Enhance hold_lock_file_for_{update,append}() AP... [gitster] |
|
pack-refs.h |
Thu Jun 19 15:53:13 -0700 2008 |
Move pack_refs() and friends into libgit
This ... [Johan Herland] |
|
pack-revindex.c |
Sun Nov 02 15:22:35 -0800 2008 |
make find_pack_revindex() aware of the nasty wo... [Nicolas Pitre] |
|
pack-revindex.h |
Fri Aug 22 22:00:22 -0700 2008 |
discard revindex data when pack list changes
T... [Nicolas Pitre] |
|
pack-write.c |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
pack.h |
Fri Aug 29 21:51:27 -0700 2008 |
improve reliability of fixup_pack_header_footer... [Nicolas Pitre] |
|
pager.c |
Wed Jan 21 22:46:53 -0800 2009 |
pager: do wait_for_pager on signal death
Since... [peff] |
|
parse-options.c |
Wed Jan 28 11:32:27 -0800 2009 |
Make opt_parse_with_commit() non-static
Moving... [Jake Goulding] |
|
parse-options.h |
Wed Jan 28 11:32:27 -0800 2009 |
Make opt_parse_with_commit() non-static
Moving... [Jake Goulding] |
|
patch-delta.c |
Mon Dec 18 15:30:17 -0800 2006 |
make patch_delta() error cases a bit more verbo... [Nicolas Pitre] |
|
patch-id.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
patch-ids.c |
Sun Nov 11 16:54:15 -0800 2007 |
Make the diff_options bitfields be an unsigned ... [MadCoder] |
|
patch-ids.h |
Wed Apr 11 20:02:03 -0700 2007 |
Refactor patch-id filtering out of git-cherry a... [Junio C Hamano] |
|
path.c |
Thu Feb 19 22:45:48 -0800 2009 |
Introduce the function strip_path_suffix()
The... [Johannes Schindelin] |
|
perl/ |
Tue Jan 13 23:12:51 -0800 2009 |
Merge branch 'maint'
* maint:
fast-import: C... [gitster] |
|
pkt-line.c |
Sat May 03 22:15:25 -0700 2008 |
Cleanup xread() loops to use read_in_full()
Si... [Heikki Orsila] |
|
pkt-line.h |
Mon Jun 26 02:11:53 -0700 2006 |
Fix pkt-line.h to compile with a non-GCC compil... [Dennis Stosberg] |
|
ppc/ |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
preload-index.c |
Tue Dec 02 15:29:12 -0800 2008 |
Makefile: introduce NO_PTHREADS
This introduce... [gitster] |
|
pretty.c |
Sun Feb 15 01:44:15 -0800 2009 |
Merge branch 'ms/mailmap'
* ms/mailmap:
Move... [gitster] |
|
progress.c |
Sun Jun 08 13:56:32 -0700 2008 |
progress.c: avoid use of dynamic-sized array
D... [Boyd Lynn Gerber] |
|
progress.h |
Thu Nov 08 15:43:41 -0800 2007 |
nicer display of thin pack completion
In the s... [Nicolas Pitre] |
|
quote.c |
Fri Jun 27 23:22:00 -0700 2008 |
shrink git-shell by avoiding redundant dependen... [Dmitry Potapov] |
|
quote.h |
Fri Mar 07 21:22:25 -0800 2008 |
Make private quote_path() in wt-status.c availa... [Dmitry Potapov] |
|
reachable.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [gitster] |
|
reachable.h |
Sat Jan 06 22:57:34 -0800 2007 |
Move traversal of reachable objects into a sepa... [Junio C Hamano] |
|
read-cache.c |
Wed Jan 28 17:29:33 -0800 2009 |
add -u: do not fail to resolve a path as delete... [gitster] |
|
reflog-walk.c |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [Johannes Schindelin] |
|
reflog-walk.h |
Tue Jul 24 17:28:10 -0700 2007 |
git log -g: Complain, but do not fail, when no ... [Johannes Schindelin] |
|
refs.c |
Tue Feb 10 22:26:20 -0800 2009 |
remote prune: warn dangling symrefs
If you pru... [gitster] |
|
refs.h |
Tue Feb 10 22:26:20 -0800 2009 |
remote prune: warn dangling symrefs
If you pru... [gitster] |
|
remote.c |
Sun Jan 11 13:21:57 -0800 2009 |
add is_dot_or_dotdot inline function
A new inl... [aspotashev] |
|
remote.h |
Tue Nov 11 14:19:29 -0800 2008 |
remote: add a new 'origin' variable to the stru... [vmiklos] |
|
rerere.c |
Tue Feb 10 22:26:37 -0800 2009 |
Drop double-semicolon in C
The worst offenders... [gitster] |
|
rerere.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [Johannes Schindelin] |
|
revision.c |
Wed Feb 11 02:00:22 -0800 2009 |
Merge branch 'maint'
* maint:
revision trave... [gitster] |
|
revision.h |
Tue Nov 04 00:45:34 -0800 2008 |
revision traversal: '--simplify-by-decoration'
... [Linus Torvalds] |
|
run-command.c |
Tue Feb 03 00:26:12 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
run-command.h |
Tue Feb 03 00:26:12 -0800 2009 |
Merge branch 'jk/maint-cleanup-after-exec-failu... [gitster] |
|
send-pack.h |
Fri Nov 09 21:14:10 -0800 2007 |
Teach send-pack a mirror mode
Existing "git pu... [Andy Whitcroft] |
|
server-info.c |
Thu Oct 30 17:52:24 -0700 2008 |
Use git_pathdup instead of xstrdup(git_path(...... [Alex Riesen] |
|
setup.c |
Tue Feb 10 21:30:52 -0800 2009 |
Merge branch 'js/maint-1.6.0-path-normalize'
*... [gitster] |
|
sha1-lookup.c |
Wed Apr 09 01:30:18 -0700 2008 |
sha1-lookup: make selection of 'middle' less ag... [gitster] |
|
sha1-lookup.h |
Wed Apr 09 01:23:52 -0700 2008 |
sha1-lookup: more memory efficient search in so... [gitster] |
|
sha1_file.c |
Wed Feb 25 00:49:54 -0800 2009 |
sha1_file.c: fix typo
it's != its
Signed-off-... [felipec] |
|
sha1_name.c |
Wed Feb 11 09:22:16 -0800 2009 |
Squelch overzealous "ignoring dangling symref" ... [gitster] |
|
shallow.c |
Mon Feb 18 20:56:01 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [gitster] |
|
shell.c |
Fri Aug 29 00:16:39 -0700 2008 |
Merge branch 'maint'
* maint:
tutorial: gent... [gitster] |
|
shortlog.h |
Mon Jul 21 19:11:50 -0700 2008 |
Rename path_list to string_list
The name path_... [Johannes Schindelin] |
|
show-index.c |
Sat Jul 05 17:26:29 -0700 2008 |
Fix some warnings (on cygwin) to allow -Werror
... [Ramsay Jones] |
|
sideband.c |
Wed Sep 03 14:51:10 -0700 2008 |
improve handling of sideband message display
C... [Nicolas Pitre] |
|
sideband.h |
Wed Oct 11 11:13:01 -0700 2006 |
atomic write for sideband remote messages
It h... [Nicolas Pitre] |
|
sigchain.c |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
sigchain.h |
Wed Jan 21 22:46:53 -0800 2009 |
refactor signal handling for cleanup functions
... [peff] |
|
strbuf.c |
Tue Jan 06 22:13:43 -0800 2009 |
strbuf: instate cleanup rule in case of non-mem... [René Scharfe] |
|
strbuf.h |
Wed Dec 17 13:36:30 -0800 2008 |
Add generic 'strbuf_readlink()' helper function... [Linus Torvalds] |
|
string-list.c |
Sun Feb 08 12:36:31 -0800 2009 |
Add find_insert_index, insert_at_index and clea... [mstormo] |
|
string-list.h |
Sun Feb 08 12:36:31 -0800 2009 |
Add find_insert_index, insert_at_index and clea... [mstormo] |
|
symlinks.c |
Sun Jan 18 13:58:34 -0800 2009 |
lstat_cache(): introduce clear_lstat_cache() fu... [Kjetil Barvik] |
|
t/ |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
tag.c |
Sun Mar 02 15:11:07 -0800 2008 |
Merge branch 'mk/maint-parse-careful'
* mk/mai... [gitster] |
|
tag.h |
Wed Nov 02 16:50:58 -0800 2005 |
Be careful when dereferencing tags.
One caller... [Junio C Hamano] |
|
tar.h |
Sat Mar 25 16:35:43 -0800 2006 |
tar-tree: Introduce write_entry()
... and use ... [Rene Scharfe] |
|
templates/ |
Tue Sep 09 13:32:32 -0700 2008 |
Fix permission bits on sources checked out with... [gitster] |
|
test-chmtime.c |
Fri Oct 31 00:19:52 -0700 2008 |
Add --verbose|-v to test-chmtime
This allows u... [Alex Riesen] |
|
test-ctype.c |
Sat Jan 17 18:30:41 -0800 2009 |
Add is_regex_special()
Add is_regex_special(),... [René Scharfe] |
|
test-date.c |
Wed Dec 20 09:51:35 -0800 2006 |
simplify inclusion of system header files.
Thi... [Junio C Hamano] |
|
test-delta.c |
Tue May 01 02:59:08 -0700 2007 |
Fix compilation of test-delta
The code used wr... [Martin Koegler] |
|
test-dump-cache-tree.c |
Tue Feb 03 22:11:44 -0800 2009 |
add test-dump-cache-tree in Makefile
5c5ba73 (... [Guanqun] |
|
test-genrandom.c |
Wed Apr 11 19:23:32 -0700 2007 |
simple random data generator for tests
Relianc... [Nicolas Pitre] |
|
test-match-trees.c |
Sat Apr 07 02:29:40 -0700 2007 |
A new merge stragety 'subtree'.
This merge str... [Junio C Hamano] |
|
test-parse-options.c |
Wed Aug 13 18:11:44 -0700 2008 |
test-parse-options: use appropriate cast in len... [Brandon Casey] |
|
test-path-utils.c |
Thu Feb 19 22:45:48 -0800 2009 |
Introduce the function strip_path_suffix()
The... [Johannes Schindelin] |
|
test-sha1.c |
Thu Oct 02 18:06:56 -0700 2008 |
fix openssl headers conflicting with custom SHA... [Nicolas Pitre] |
|
test-sha1.sh |
Thu Mar 13 00:57:52 -0700 2008 |
more tr portability test script fixes
Dealing ... [peff] |
|
test-sigchain.c |
Fri Jan 30 01:14:26 -0800 2009 |
t0005: use SIGTERM for sigchain test
The signa... [peff] |
|
thread-utils.c |
Sat Feb 23 12:00:32 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
thread-utils.h |
Sat Feb 23 12:00:32 -0800 2008 |
pack-objects: Add runtime detection of online C... [Andreas Ericsson] |
|
trace.c |
Wed Feb 25 00:49:53 -0800 2009 |
trace: Fixed a minor typo in an error message.
... [Allan Caffee] |
|
transport.c |
Sun Jan 11 13:21:57 -0800 2009 |
add is_dot_or_dotdot inline function
A new inl... [aspotashev] |
|
transport.h |
Thu Oct 09 11:26:17 -0700 2008 |
Implement git clone -v
The new -v option force... [vmiklos] |
|
tree-diff.c |
Sun Aug 31 09:39:19 -0700 2008 |
'git foo' program identifies itself without das... [gitster] |
|
tree-walk.c |
Sun Mar 09 00:43:47 -0800 2008 |
Fix tree-walking compare_entry() in the presens... [Linus Torvalds] |
|
tree-walk.h |
Sun Mar 09 00:43:47 -0800 2008 |
Make 'traverse_trees()' traverse conflicting DF... [Linus Torvalds] |
|
tree.c |
Tue Feb 10 22:26:37 -0800 2009 |
Drop double-semicolon in C
The worst offenders... [gitster] |
|
tree.h |
Tue Jul 15 07:17:59 -0700 2008 |
add context pointer to read_tree_recursive()
A... [René Scharfe] |
|
unpack-file.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
unpack-trees.c |
Sat Jan 31 17:42:26 -0800 2009 |
Merge branch 'maint'
* maint:
merge: fix out... [gitster] |
|
unpack-trees.h |
Tue Sep 09 22:55:22 -0700 2008 |
checkout: do not lose staged removal
The logic... [gitster] |
|
update-server-info.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
upload-pack.c |
Wed Feb 04 15:08:49 -0800 2009 |
Replace deprecated dashed git commands in usage... [aspotashev] |
|
usage.c |
Mon Sep 29 07:30:16 -0700 2008 |
usage.c: remove unused functions
This removes ... [Nanako Shiraishi] |
|
userdiff.c |
Wed Jan 21 23:52:16 -0800 2009 |
Change the spelling of "wordregex".
Use "wordR... [Boyd Stephen Smith Jr] |
|
userdiff.h |
Sat Jan 17 10:44:21 -0800 2009 |
color-words: make regex configurable via attrib... [Thomas Rast] |
|
utf8.c |
Wed Feb 04 16:30:43 -0800 2009 |
utf8: add utf8_strwidth()
I'm about to use thi... [Geoffrey Thomas] |
|
utf8.h |
Wed Feb 04 16:30:43 -0800 2009 |
utf8: add utf8_strwidth()
I'm about to use thi... [Geoffrey Thomas] |
|
var.c |
Mon Jan 26 00:26:05 -0800 2009 |
Add calls to git_extract_argv0_path() in progra... [Steffen Prohaska] |
|
walker.c |
Tue Feb 10 22:26:37 -0800 2009 |
Drop double-semicolon in C
The worst offenders... [gitster] |
|
walker.h |
Sat Apr 26 17:36:17 -0700 2008 |
Make walker.fetch_ref() take a struct ref.
Thi... [Daniel Barkalow] |
|
wrapper.c |
Wed Feb 25 14:50:05 -0800 2009 |
Merge branch 'jc/maint-1.6.0-pack-directory'
*... [gitster] |
|
write_or_die.c |
Sun Jul 20 17:17:09 -0700 2008 |
Move read_in_full() and write_in_full() to wrap... [gitster] |
|
ws.c |
Sun Oct 12 12:36:19 -0700 2008 |
Replace calls to strbuf_init(&foo, 0) with STRB... [Brandon Casey] |
|
wt-status.c |
Sun Dec 07 19:59:25 -0800 2008 |
reorder ALLOW_TEXTCONV option setting
Right no... [peff] |
|
wt-status.h |
Mon Jun 09 15:48:19 -0700 2008 |
Add argument 'no' commit/status option -u|--unt... [mstormo] |
|
xdiff-interface.c |
Wed Nov 26 10:47:41 -0800 2008 |
xdiff-interface.c: remove 10 duplicated lines
... [Jim Meyering] |
|
xdiff-interface.h |
Sat Oct 25 12:09:31 -0700 2008 |
add xdi_diff_hunks() for callers that only need... [René Scharfe] |
|
xdiff/ |
Fri Jan 23 21:51:38 -0800 2009 |
Merge branch 'js/patience-diff'
* js/patience-... [gitster] |