index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
connect.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-10
refs.c: abort ref search if ref array is empty
Brandon Casey
1
-0
/
+3
2011-10-10
refs.c: ensure struct whose member may be passed to realloc is initialized
Brandon Casey
1
-0
/
+1
2011-10-09
Fix some "variable might be used uninitialized" warnings
Ramsay Jones
2
-2
/
+2
2011-10-09
Makefile: fix permissions of mergetools/ checked out with permissive umask
Jonathan Nieder
1
-2
/
+1
2011-10-05
add_ref(): verify that the refname is formatted correctly
Michael Haggerty
2
-5
/
+19
2011-10-05
resolve_ref(): expand documentation
Michael Haggerty
2
-13
/
+33
2011-10-05
resolve_ref(): also treat a too-long SHA1 as invalid
Michael Haggerty
1
-1
/
+2
2011-10-05
resolve_ref(): emit warnings for improperly-formatted references
Michael Haggerty
1
-2
/
+4
2011-10-05
resolve_ref(): verify that the input refname has the right format
Michael Haggerty
1
-0
/
+3
2011-10-05
remote: avoid passing NULL to read_ref()
Michael Haggerty
1
-2
/
+4
2011-10-05
remote: use xstrdup() instead of strdup()
Michael Haggerty
2
-3
/
+3
2011-10-05
resolve_ref(): do not follow incorrectly-formatted symbolic refs
Michael Haggerty
1
-0
/
+5
2011-10-05
resolve_ref(): extract a function get_packed_ref()
Michael Haggerty
1
-13
/
+34
2011-10-05
resolve_ref(): turn buffer into a proper string as soon as possible
Michael Haggerty
1
-10
/
+10
2011-10-05
resolve_ref(): only follow a symlink that contains a valid, normalized refname
Michael Haggerty
1
-1
/
+2
2011-10-05
resolve_ref(): use prefixcmp()
Michael Haggerty
1
-2
/
+2
2011-10-05
resolve_ref(): explicitly fail if a symlink is not readable
Michael Haggerty
1
-0
/
+2
2011-10-05
Change check_refname_format() to reject unnormalized refnames
Michael Haggerty
5
-28
/
+49
2011-10-05
Inline function refname_format_print()
Michael Haggerty
1
-9
/
+7
2011-10-05
Make collapse_slashes() allocate memory for its result
Michael Haggerty
1
-9
/
+10
2011-10-05
Do not allow ".lock" at the end of any refname component
Michael Haggerty
3
-9
/
+7
2011-10-05
Refactor check_refname_format()
Michael Haggerty
1
-40
/
+55
2011-10-05
Change check_ref_format() to take a flags argument
Michael Haggerty
20
-126
/
+69
2011-10-05
Change bad_ref_char() to return a boolean value
Michael Haggerty
1
-9
/
+6
2011-10-05
git check-ref-format: add options --allow-onelevel and --refspec-pattern
Michael Haggerty
3
-21
/
+152
2011-10-05
t1402: add some more tests
Michael Haggerty
1
-0
/
+9
2011-10-05
get_sha1_hex(): do not read past a NUL character
Michael Haggerty
2
-1
/
+18
2011-10-05
Post 1.7.7 first wave
Junio C Hamano
3
-2
/
+109
2011-09-30
Git 1.7.7
v1.7.7
Junio C Hamano
3
-10
/
+6
2011-09-30
refs: Use binary search to lookup refs faster
Julian Phillips
1
-193
/
+152
2011-09-29
git-remote-mediawiki: allow a domain to be set for authentication
Matthieu Moy
1
-0
/
+3
2011-09-27
git-remote-mediawiki: obey advice.pushNonFastForward
Matthieu Moy
1
-7
/
+10
2011-09-27
git-remote-mediawiki: set 'basetimestamp' to let the wiki handle conflicts
Matthieu Moy
1
-6
/
+37
2011-09-27
git-remote-mediawiki: trivial fixes
Matthieu Moy
1
-2
/
+1
2011-09-27
templates/hooks--*: remove sample hooks without any functionality
Gerrit Pape
2
-23
/
+0
2011-09-27
Don't sort ref_list too early
Julian Phillips
1
-1
/
+3
2011-09-27
contrib/hooks: adapt comment about Debian install location for contrib hooks
Gerrit Pape
1
-2
/
+2
2011-09-26
mergetool: no longer need to save standard input
Junio C Hamano
1
-6
/
+4
2011-09-26
mergetool: Use args as pathspec to unmerged files
Jonathon Mah
3
-69
/
+72
2011-09-24
Git 1.7.7-rc3
v1.7.7-rc3
Junio C Hamano
2
-31
/
+2
2011-09-24
merge-recursive: Do not look at working tree during a virtual ancestor merge
Junio C Hamano
1
-1
/
+1
2011-09-23
Git 1.7.6.4
v1.7.6.4
Junio C Hamano
4
-3
/
+36
2011-09-23
describe: Refresh the index when run with --dirty
Allan Caffee
1
-2
/
+15
2011-09-23
t0003: remove extra whitespaces
Junio C Hamano
1
-46
/
+22
2011-09-23
Teach '--cached' option to check-attr
Jay Soffian
3
-4
/
+29
2011-09-22
diff: teach --stat/--numstat to honor -U$num
Junio C Hamano
1
-0
/
+2
2011-09-22
patch-id.c: use strbuf instead of a fixed buffer
Michael Schubert
1
-4
/
+6
2011-09-22
git-read-tree.txt: correct sparse-checkout and skip-worktree description
Michael J Gruber
1
-4
/
+4
2011-09-22
git-read-tree.txt: language and typography fixes
Michael J Gruber
1
-20
/
+20
2011-09-22
unpack-trees: print "Aborting" to stderr
Michael J Gruber
3
-1
/
+7
[next]