index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
date.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-03-12
Split back out update_hook handling in receive-pack
Shawn O. Pearce
1
-2
/
+24
2007-03-12
Refactor run_command error handling in receive-pack
Shawn O. Pearce
1
-19
/
+24
2007-03-12
Teach run_command how to setup a stdin pipe
Shawn O. Pearce
2
-1
/
+37
2007-03-12
Split run_command into two halves (start/finish)
Shawn O. Pearce
2
-7
/
+22
2007-03-12
Start defining a more sophisticated run_command
Shawn O. Pearce
2
-7
/
+27
2007-03-12
Remove unused run_command variants
Shawn O. Pearce
3
-50
/
+1
2007-03-12
Switch to run_command_v_opt in revert
Shawn O. Pearce
1
-4
/
+9
2007-03-12
cvsserver: Use Merged response instead of Update-existing for merged files
Frank Lichtenheld
1
-3
/
+3
2007-03-11
I like the idea of the new ':/<oneline prefix>' notation, and gave it
Jim Meyering
1
-2
/
+6
2007-03-11
git.el: Retrieve commit log information from .dotest directory.
Alexandre Julliard
1
-24
/
+53
2007-03-11
git.el: Avoid appending a signoff line that is already present.
Alexandre Julliard
1
-6
/
+18
2007-03-11
setup_git_directory_gently: fix off-by-one error
Matthias Lederhofer
1
-1
/
+1
2007-03-11
user-manual: install user manual stylesheet with other web documents
J. Bruce Fields
1
-1
/
+1
2007-03-11
user-manual: fix rendering of history diagrams
J. Bruce Fields
1
-4
/
+21
2007-03-11
user-manual: fix missing colon in git-show example
J. Bruce Fields
1
-1
/
+1
2007-03-11
user-manual: fix inconsistent use of pull and merge
J. Bruce Fields
1
-11
/
+3
2007-03-11
user-manual: fix inconsistent example
J. Bruce Fields
1
-2
/
+2
2007-03-11
glossary: fix overoptimistic automatic linking of defined terms
J. Bruce Fields
1
-1
/
+1
2007-03-10
Documentation: s/seperator/separator/
Jeff King
1
-3
/
+3
2007-03-10
Adjust reflog filemode in shared repository
Matthias Kestenholz
1
-0
/
+2
2007-03-09
git-commit: add a --interactive option
Paolo Bonzini
2
-7
/
+23
2007-03-09
git-bundle: prevent overwriting existing bundles
Johannes Schindelin
1
-2
/
+2
2007-03-09
git-bundle: die if a given ref is not included in bundle
Johannes Schindelin
1
-4
/
+2
2007-03-09
git-bundle: handle thin packs in subcommand "unbundle"
Johannes Schindelin
1
-1
/
+2
2007-03-08
git-bundle: Make thin packs
Johannes Schindelin
1
-59
/
+26
2007-03-08
git-bundle: avoid packing objects which are in the prerequisites
Johannes Schindelin
2
-3
/
+23
2007-03-08
Allow fast-import frontends to reload the marks table
Shawn O. Pearce
3
-1
/
+56
2007-03-08
Use atomic updates to the fast-import mark file
Shawn O. Pearce
1
-9
/
+26
2007-03-08
Teach receive-pack to run pre-receive/post-receive hooks
Shawn O. Pearce
3
-62
/
+191
2007-03-07
Refactor handling of error_string in receive-pack
Shawn O. Pearce
2
-32
/
+36
2007-03-07
Refactor run_update_hook to be more useful
Shawn O. Pearce
1
-19
/
+44
2007-03-07
Don't run post-update hook unless a ref changed
Shawn O. Pearce
1
-4
/
+4
2007-03-07
Move post-update hook to after all other activity
Shawn O. Pearce
1
-2
/
+1
2007-03-07
Preallocate memory earlier in fast-import
Shawn O. Pearce
1
-8
/
+6
2007-03-07
Cast 64 bit off_t to 32 bit size_t
Shawn O. Pearce
16
-59
/
+83
2007-03-07
Use off_t in pack-objects/fast-import when we mean an offset
Shawn O. Pearce
2
-28
/
+28
2007-03-07
Use off_t when we really mean a file offset.
Shawn O. Pearce
6
-47
/
+54
2007-03-07
Use uint32_t for pack-objects counters.
Shawn O. Pearce
1
-33
/
+30
2007-03-07
Use uint32_t for all packed object counts.
Shawn O. Pearce
5
-15
/
+15
2007-03-07
General const correctness fixes
Shawn O. Pearce
16
-42
/
+40
2007-03-07
Don't build external_grep if its not used
Shawn O. Pearce
1
-0
/
+2
2007-03-07
Fix mmap leak caused by reading bad indexes.
Shawn O. Pearce
1
-9
/
+16
2007-03-07
Display the null SHA-1 as the base for an OBJ_OFS_DELTA.
Shawn O. Pearce
1
-0
/
+1
2007-03-07
git-archimport: allow remapping branch names
Paolo Bonzini
2
-24
/
+81
2007-03-07
t/t5515-fetch-merge-logic.sh: Add two more tests
Santi B,Ai(Bjar
3
-0
/
+5
2007-03-07
Catch write_ref_sha1 failure in receive-pack
Shawn O. Pearce
1
-1
/
+4
2007-03-07
bundle: fix wrong check of read_header()'s return value & add tests
Johannes Schindelin
2
-1
/
+24
2007-03-07
gitweb: Don't escape attributes in CGI.pm HTML methods
Jakub Narebski
1
-3
/
+3
2007-03-07
Allow "make -w" generate its usual output
Alex Riesen
1
-2
/
+8
2007-03-07
Support of "make -s": do not output anything of the build itself
Alex Riesen
1
-3
/
+7
[next]