index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-10-19
resolve_ref(): expose REF_ISBROKEN flag
Junio C Hamano
2
-9
/
+9
2011-10-12
refs.c: move dwim_ref()/dwim_log() from sha1_name.c
Junio C Hamano
2
-85
/
+85
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-09-08
RelNotes/1.7.7: minor fixes
Michael J Gruber
1
-26
/
+26
2011-09-07
Minor update to how-to maintain git
Junio C Hamano
1
-7
/
+6
2011-09-06
Update draft release notes to 1.7.7
Junio C Hamano
1
-1
/
+6
2011-09-06
Git 1.7.6.2
v1.7.6.2
Junio C Hamano
4
-4
/
+13
2011-09-06
Revert "Merge branch 'cb/maint-quiet-push' into maint"
Junio C Hamano
6
-39
/
+10
2011-09-02
Update draft release notes to 1.7.7
Junio C Hamano
1
-2
/
+10
2011-09-01
git-svn: Teach dcommit --mergeinfo to handle multiple lines
Bryan Jacobs
3
-2
/
+19
2011-09-01
git-svn: fix fetch with moved path when using rewriteRoot
Eric Wong
1
-1
/
+1
2011-09-01
git-svn: New flag to emulate empty directories
Ray Chen
3
-4
/
+308
2011-08-31
xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()
Tay Ray Chuan
1
-0
/
+2
2011-08-31
t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare sh
Brandon Casey
1
-1
/
+1
2011-08-31
bisect: take advantage of gettextln, eval_gettextln.
Jon Seymour
1
-35
/
+14
2011-08-30
t3903: fix misquoted rev-parse invocation
Thomas Rast
1
-1
/
+1
2011-08-30
Documentation: clarify effects of -- <path> arguments
Thomas Rast
1
-4
/
+7
2011-08-30
strbuf_grow(): maintain nul-termination even for new buffer
Thomas Rast
1
-4
/
+5
2011-08-30
Document negated forms of format-patch --to --cc --add-headers
Thomas Rast
1
-1
/
+8
2011-08-30
t4014: "no-add-headers" is actually called "no-add-header"
Thomas Rast
1
-2
/
+2
2011-08-30
t4014: invoke format-patch with --stdout where intended
Thomas Rast
1
-2
/
+2
2011-08-30
t4014: check for empty files from git format-patch --stdout
Thomas Rast
1
-2
/
+19
2011-08-30
Use memmove in ident_to_git
Thomas Rast
1
-2
/
+2
2011-08-29
am: fix stgit patch mangling
Giuseppe Bilotta
1
-1
/
+1
2011-08-29
git-p4: simple branch tests edits
Pete Wyckoff
1
-11
/
+8
2011-08-29
am: format is in $patch_format, not parse_patch
Giuseppe Bilotta
1
-1
/
+2
2011-08-29
t5540-http-test: shorten grep pattern
Brian Gernhardt
1
-2
/
+6
2011-08-29
Documentation: clarify "git clean -e <pattern>"
Junio C Hamano
2
-6
/
+9
[next]