index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
git-fetch-pack.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-10-31
No longer install git-svnimport, move to contrib/examples
Gerrit Pape
6
-5
/
+1
2007-10-31
Update GIT 1.5.3.5 Release Notes
Junio C Hamano
1
-1
/
+7
2007-10-31
git-rebase--interactive.sh: Make 3-way merge strategies work for -p.
Björn Steinbrink
1
-0
/
+2
2007-10-31
git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.
Björn Steinbrink
1
-2
/
+2
2007-10-31
Fix --strategy parsing in git-rebase--interactive.sh
Björn Steinbrink
1
-1
/
+0
2007-10-31
Make merge-recursive honor diff.renamelimit
Lars Hjemli
1
-0
/
+6
2007-10-31
cherry-pick/revert: more compact user direction message
Nicolas Pitre
1
-1
/
+1
2007-10-31
core-tutorial: Use new syntax for git-merge.
Sergei Organov
1
-4
/
+4
2007-10-31
git-merge: document but discourage the historical syntax
Junio C Hamano
1
-5
/
+6
2007-10-31
Prevent send-pack from segfaulting (backport from 'master')
Junio C Hamano
1
-1
/
+4
2007-10-30
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
Michael W. Olson
1
-1
/
+1
2007-10-30
gitweb: Fix and simplify "split patch" detection
Jakub Narebski
1
-85
/
+67
2007-10-30
git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2007-10-30
shell should call the new setup_path() to setup $PATH
Scott R Parish
1
-7
/
+1
2007-10-30
include $PATH in generating list of commands for "help -a"
Scott R Parish
1
-37
/
+120
2007-10-30
use only the $PATH for exec'ing git commands
Scott R Parish
3
-105
/
+61
2007-10-30
list_commands(): simplify code by using chdir()
Scott R Parish
1
-15
/
+3
2007-10-30
"current_exec_path" is a misleading name, use "argv_exec_path"
Scott R Parish
3
-8
/
+8
2007-10-30
remove unused/unneeded "pattern" argument of list_commands
Scott R Parish
1
-6
/
+8
2007-10-30
"git" returns 1; "git help" and "git help -a" return 0
Scott R Parish
3
-6
/
+8
2007-10-30
Correct handling of upload-pack in builtin-fetch-pack
Daniel Barkalow
1
-3
/
+4
2007-10-30
Speedup scanning for excluded files.
Lars Knoll
2
-16
/
+50
2007-10-29
RelNotes-1.5.4: describe recent updates
Junio C Hamano
2
-2
/
+27
2007-10-29
Teach git-pull about --[no-]ff, --no-squash and --commit
Lars Hjemli
1
-3
/
+11
2007-10-29
Bisect: add "skip" to the short usage string.
Christian Couder
1
-3
/
+3
2007-10-29
Remove outdated references to cogito in documentation
Dan McGee
1
-1
/
+4
2007-10-29
RelNotes-1.5.3.5: describe recent fixes
Junio C Hamano
1
-0
/
+21
2007-10-29
merge-recursive.c: mrtree in merge() is not used before set
Junio C Hamano
1
-1
/
+1
2007-10-29
sha1_file.c: avoid gcc signed overflow warnings
Junio C Hamano
1
-7
/
+9
2007-10-29
core-tutorial: Catch up with current Git
Benoit Sigoure
1
-16
/
+10
2007-10-29
Fix a small memory leak in builtin-add
Benoit Sigoure
1
-0
/
+2
2007-10-28
honor the http.sslVerify option in shell scripts
Aurelien Bompard
2
-4
/
+6
2007-10-28
git.el: Run git-gc --auto after commits.
Alexandre Julliard
1
-0
/
+1
2007-10-28
git.el: Refresh only the changed file marks when marking/unmarking all.
Alexandre Julliard
1
-2
/
+5
2007-10-28
git.el: Fix typo in git-update-saved-file error handling.
Alexandre Julliard
1
-1
/
+1
2007-10-28
git.el: Fix typo in "Reverted file" message.
Alexandre Julliard
1
-1
/
+1
2007-10-28
git-fetch: do not fail when remote branch disappears
Junio C Hamano
3
-18
/
+33
2007-10-27
gitk: Use the UI font for the diff/old version/new version radio buttons
Paul Mackerras
1
-3
/
+3
2007-10-27
gitk: Simplify the code for finding commits
Paul Mackerras
1
-152
/
+54
2007-10-27
Bisect run: "skip" current commit if script exit code is 125.
Christian Couder
3
-4
/
+57
2007-10-27
Bisect: add a "bisect replay" test case.
Christian Couder
1
-0
/
+7
2007-10-27
Bisect: add "bisect skip" to the documentation.
Christian Couder
1
-2
/
+17
2007-10-27
Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".
Christian Couder
1
-51
/
+31
2007-10-27
Bisect: refactor some logging into "bisect_write".
Christian Couder
1
-33
/
+14
2007-10-27
Bisect: refactor "bisect_write_*" functions.
Christian Couder
1
-26
/
+20
2007-10-27
Bisect: implement "bisect skip" to mark untestable revisions.
Christian Couder
2
-6
/
+190
2007-10-27
Bisect: fix some white spaces and empty lines breakages.
Christian Couder
1
-9
/
+8
2007-10-27
rev-list documentation: add "--bisect-all".
Christian Couder
1
-0
/
+16
2007-10-27
rev-list: implement --bisect-all
Christian Couder
3
-15
/
+88
2007-10-27
help: remove extra blank line after "See 'git --help'" message
Junio C Hamano
1
-1
/
+1
[next]