index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-01-15
Hash tags by commit SHA1 in git-describe.
Shawn O. Pearce
1
-12
/
+17
2007-01-15
Always perfer annotated tags in git-describe.
Shawn O. Pearce
1
-11
/
+13
2007-01-15
some doc updates
Nicolas Pitre
5
-49
/
+29
2007-01-15
git log documentation: teach -<n> form.
Junio C Hamano
1
-1
/
+1
2007-01-14
Convert output messages in merge-recursive to past tense.
Shawn O. Pearce
1
-18
/
+18
2007-01-14
Display a progress meter during merge-recursive.
Shawn O. Pearce
1
-7
/
+66
2007-01-14
Enable output buffering in merge-recursive.
Shawn O. Pearce
1
-1
/
+39
2007-01-14
Allow the user to control the verbosity of merge-recursive.
Shawn O. Pearce
2
-38
/
+69
2007-01-14
Remove unnecessary call_depth parameter in merge-recursive.
Shawn O. Pearce
1
-9
/
+7
2007-01-14
Remove read_or_die in favor of better error messages.
Shawn O. Pearce
3
-15
/
+4
2007-01-14
Hide output about SVN::Core not being found during tests.
Shawn O. Pearce
1
-1
/
+1
2007-01-14
simplify the "no changes added to commit" message
Nicolas Pitre
1
-1
/
+1
2007-01-13
More tests in t3901.
Junio C Hamano
1
-36
/
+137
2007-01-13
Consistent message encoding while reusing log from an existing commit.
Junio C Hamano
2
-6
/
+15
2007-01-13
git-commit documentation: -a adds and also removes
Junio C Hamano
1
-1
/
+2
2007-01-13
t3901: test "format-patch | am" pipe with i18n
Junio C Hamano
3
-0
/
+162
2007-01-13
Use log output encoding in --pretty=email headers.
Junio C Hamano
1
-27
/
+55
2007-01-13
git-remote: no longer silent on unknown commands.
Quy Tonthat
1
-1
/
+6
2007-01-13
git-svn: fix tests to work with older svn
Eric Wong
2
-2
/
+4
2007-01-13
Allow whole-tree operations to be started from a subdirectory
Junio C Hamano
4
-2
/
+12
2007-01-13
Use cd_to_toplevel in scripts that implement it by hand.
Junio C Hamano
4
-29
/
+11
2007-01-13
Define cd_to_toplevel shell function in git-sh-setup
Junio C Hamano
1
-0
/
+11
2007-01-13
Make git-prune-packed a bit more chatty.
Junio C Hamano
3
-9
/
+22
2007-01-12
glossary typofix
Junio C Hamano
1
-1
/
+1
2007-01-12
use 'init' instead of 'init-db' for shipped docs and tools
Nicolas Pitre
29
-45
/
+42
2007-01-12
Explain "Not a git repository: '.git'".
Junio C Hamano
1
-1
/
+5
2007-01-12
merge-recursive: do not report the resulting tree object name
Junio C Hamano
1
-6
/
+3
2007-01-12
git-revert: Fix die before git-sh-setup defines it.
Bob Proulx
1
-1
/
+2
2007-01-12
fix documentation for git-commit --no-verify
Michael S. Tsirkin
1
-6
/
+2
2007-01-12
Fix up totally buggered read_or_die()
Linus Torvalds
1
-14
/
+8
2007-01-12
Clean up write_in_full() users
Linus Torvalds
2
-36
/
+4
2007-01-12
reflog-expire: brown paper bag fix.
Junio C Hamano
1
-6
/
+12
2007-01-12
GIT v1.5.0-rc1
v1.5.0-rc1
Junio C Hamano
1
-1
/
+1
2007-01-12
plug a few leaks in revision walking used in describe.
Junio C Hamano
2
-3
/
+6
2007-01-12
Chose better tag names in git-describe after merges.
Shawn O. Pearce
1
-11
/
+67
2007-01-12
git-status: wording update to deal with deleted files.
Junio C Hamano
1
-3
/
+16
2007-01-11
git-rm: do not fail on already removed file.
Junio C Hamano
1
-1
/
+5
2007-01-11
Avoid errors and warnings when attempting to do I/O on zero bytes
Eric Wong
2
-0
/
+10
2007-01-11
Better error messages for corrupt databases
Linus Torvalds
2
-1
/
+3
2007-01-11
config-set: check write-in-full returns in set_multivar
Junio C Hamano
1
-19
/
+24
2007-01-11
index-pack: write-or-die instead of unchecked write-in-full.
Junio C Hamano
1
-1
/
+1
2007-01-11
write_in_full: really write in full or return error on disk full.
Linus Torvalds
1
-7
/
+6
2007-01-11
Document git-init
Junio C Hamano
2
-90
/
+115
2007-01-11
write-cache: do not leak the serialized cache-tree data.
Linus Torvalds
1
-1
/
+1
2007-01-11
Improve merge performance by avoiding in-index merges.
Shawn O. Pearce
1
-17
/
+23
2007-01-11
Disallow working directory commands in a bare repository.
Shawn O. Pearce
11
-4
/
+25
2007-01-10
merge-recursive: do not use on-file index when not needed.
Junio C Hamano
1
-123
/
+46
2007-01-10
Speed-up recursive by flushing index only once for all entries
Alex Riesen
1
-5
/
+2
2007-01-10
Provide better feedback for the untracked only case in status output
Jürgen Rühle
2
-11
/
+16
2007-01-10
Makefile: remove $foo when $foo.exe is built/installed.
Junio C Hamano
1
-3
/
+9
[next]